-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use hash router #61
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 0.833 ETH (99.95 USD @ $119.99/ETH) attached to it as part of the openintents fund.
|
@iamonuwa Have you progressed? |
@eswarasai Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
2 similar comments
@eswarasai Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@eswarasai Hello from Gitcoin Core - are you still working on this issue? Please submit a WIP PR or comment back within the next 3 days or you will be removed from this ticket and it will be returned to an ‘Open’ status. Please let us know if you have questions!
Funders only: Snooze warnings for 1 day | 3 days | 5 days | 10 days | 100 days |
@gitcoinbot -- still working on this! |
Depends on #80 which is still a WIP |
Hi @friedger, |
Issue Status: 1. Open 2. Cancelled Workers have applied to start work. These users each claimed they can complete the work by 2 years, 10 months ago. 1) thecyberd3m0n has applied to start work (Funders only: approve worker | reject worker). it should take about a week, my approach is to work on it about 2hours a day at morning (I have also commercial projects that I must spend time on) I have good frontend/Javascript background in both Angular and React. Please consider my application Will go through the list of requirements and implement all the points while cleaning up code and adding tests. Will frequently update of the progress. Learn more on the Gitcoin Issue Details page. |
is it still active from gitcoin perspective? Second question - how to login blockstack locally? How do you develop the app? |
You can install the blockstack browser or use browser.blockstack.org
I am currently unsure whether the hash router is a good solution, ssr would
be better..
Dima <[email protected]> schrieb am Di., 17. Sep. 2019, 17:45:
… is it still active from gitcoin perspective?
Second question - how to login blockstack locally? How do you develop the
app?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AALBYWL4HUYQF7QRM5C5KULQKD3S5A5CNFSM4GWYT2OKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD647IJQ#issuecomment-532280358>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALBYWKFNTKEODL263BSO2LQKD3S5ANCNFSM4GWYT2OA>
.
|
on local blockstack I've got "Failed to fetch information about the app requesting authentication. Please contact the app maintainer to resolve the issue." I've changed start_url in manifest.json to localhost:3001 also and still same result. I can access Blockstack on port 8888 (SSR) Do you mean moving project to gatsby? It's best way you can achieve SSR with React app. It's good approach for really big apps, your app is not so big and works fast on production (if you want my opinion - performance is not a problem here) |
for the error, you might need to enable a cors plugin or launch the app form 127.0.0.1 (depending on the browser) (SSR) the issue is deep linking. |
can I somehow help with it? Moving project to gatsby would help (SSR by default) |
Currently the app menu uses redux store to change the state of UI.
This issue is about
While doing the changes keep in mind that
The text was updated successfully, but these errors were encountered: