Chad Ostrowski
Chad Ostrowski
I had this step: ``` Then "[email protected]" should receive an email with subject "Someone (hopefully you!) submitted for you!" ``` and, though I could `p ActionMailer::Base.deliveries` and see that there...
It might be handy to have a `defaultSearchValue` prop, which will update the `Search` component right after mount. I'm happy to contribute this change; let me know if you think...
[NEP-31]([https://github.com/nearprotocol/NEPs/pull/31](https://github.com/nearprotocol/NEPs/pull/31)) is a proposal to enhance the ergonomics of [`near-shell`]([https://github.com/near/near-shell](https://github.com/near/near-shell)). I believe `near-api-js` should use the same basic interface. Benefits to this approach: * NEP-31 aims to quickly improve the...
***Describe the bug*** Recently (maybe [https://github.com/near/near-api-js/commit/a3e587b74?](https://github.com/near/near-api-js/commit/a3e587b74?)), NAJ updated its TypeScript dependency. This caused the `lib/index.d.ts` file to use syntax that was only supported by TS version greater than 3.8: ```...
Last Friday, dozens of people who were trying to participate in the [NearTrees](https://tenk-dao.github.io/neartrees/en/)' free mint saw incorrect accounts after signing in with NEAR Wallet. * [dannyggc.near](https://explorer.mainnet.near.org/accounts/dannyggc.near) saw account [`e33e…`](https://explorer.mainnet.near.org/accounts/e33ecff38be0f68fbe28b59da9c4fef31691e49806804cfddd235c268dc73081): ...
***Is your feature request related to a problem? Please describe.*** When deploying contracts or making other complex calls with `near-cli`, remembering all of the arguments required can be cumbersome. ***Describe...
I recommend viewing the diff [with indentation changes hidden](https://github.com/near-examples/guest-book/pull/124/files?w=1) Clean up: * chmod -x files in `assembly` that aren't executable * rename `PostedMessage` to `Message` * make `describe...it` statements read...
I suggest viewing the changes [with indentation changes hidden](https://github.com/near-examples/guest-book/pull/79/files?w=1) ## Summary of changes 1. When user submits the form, wrap `contract.addMessage` to: * immediately add their message to a local...
## Why * **developer experience**: having TypeScript properly configured in a new project makes me feel immediately more productive in an unfamiliar codebase – I can type the name of...
The [Cursor Connection Spec](https://relay.dev/graphql/connections.htm) has become a de-facto standard in the larger GraphQL ecosystem, as far as I can tell. I first learned about it when using [Gatsby](https://www.gatsbyjs.com/), which uses...