Bo Yao
Bo Yao
There are some useful concurrency object in sb-concurrency, but because of it's not portable, they are not widely used. Are you interested in adding the rewrite portable object like mailbox,...
Currently, `near view` unlike `near call`, only support JSON format arguments. However nearcore doesn't have such limitations - it's okay to have any form of binary data as arguments. I've...
With this change, when there is multiple window in emacs frame, and user click on a tab, will always show buffer in that window. Also the case with delete buffer....
SBCL has a `:pty` keyword for run-program, which make it possible to talk to other REPL like program possible, for example, python, psql, sqlite, etc. Although it's not in CCL...
Wasmer have a rich repo of wasm dependencies: https://wapm.io/, some of them may work with assembly script. Would be super cool if asconfig.json can include "assembly script dependencies" and install...
People from SkyeKiwi, an ecosystem project reports that: > A better awesome-near list would help as well. The existing one doesn’t seem very detailed. I feel the same
If quiet is provided, linedit and formedit would not show banner.
As i tried, `(linedit:install-repl :wrap-current t :eof-quits t)` doesn't work on prepl, either `install-repl` first, or `(prepl:repl)` first. It would be nice to have them work together
Update this template project https://github.com/near/near-sdk-js-template-project/ to make it work with 2.0 release. Also ensure user can easily build, test and deploy the contract with npm scripts
alt_bn128 (aka bn256) is enabled on mainnet. It's also added in JS SDK but unit test for it is missing. We need to add that unit test