Chad Ostrowski
Chad Ostrowski
@potatodepaulo what’s the status of this? The repo is still not archived. I think it’s safe to archive and then un-archive if it causes problems for the Render deploy
@vgrichina is there an example we have already that you're thinking of? I'm not sure where to put this link in the UI right now.
When I started learning to use https://thegraph.com/, I was _so glad_ that they made their demo app use TypeScript. I thought that led to a _great_ developer experience. I didn't...
> I'm all for having typescript for frontend as an option (same as we have Rust and AssemblyScript as options), but I don't think that we should be forcing TypeScript...
Partially addressed by #142
@mikedotexe yes, they are – we either need the ability to serialize AssemblyScript Maps to JSON objects, or we need to make `getMessages` return an array of arrays. Then this...
@AnaisUrlichs this needs to be refactored to use `PersistentUnorderedMap` from `near-sdk-as`, added in https://github.com/near/near-sdk-as/pull/85 A bigger discussion is if we want this for the Guest Book demo. Two competing goals:...
On line 135, we define `config` https://github.com/near/near-shell/blob/a645203bb6427c66c3a8a06e1c42327c4f80eedc/bin/near-cli.js#L135 This then reads the `src/config.js` from your local project, and passes in `NEAR_ENV` or `NODE_ENV` environment variable https://github.com/near/near-shell/blob/a645203bb6427c66c3a8a06e1c42327c4f80eedc/get-config.js#L3-L7 Seems like we should read...
I can take this, if you want. I made a new project with Nesta 0.9.13, and saw that a "Link text" metadata was added to the content-demo index page. As...
Ah, perfect, master does just what I want. So... I'm not gonna bother modifying the behavior of menu.txt! Sorry for the false hope.