Bo Yao
Bo Yao
> Can we reconstruct it from a receipt and a block header? Do we need to extend nearcore to provide something else? Just checked seems everything is available, just scattered...
Don't know whom to assign. so I just pin @frol for now. Background: this is from a shared key result between node interface and contract runtime team. The goal is...
Thanks! Totally make sense and helps when i need to lookup which attributes are available for this tag. working on it.
@joaotavora After i trying to add all keyword args here: https://github.com/ailisp/flute/tree/add-attr-for-auto-doc I find, unfortunately it's not possible to turn `&rest attrs-and-children` to `&key ... &allow-other-keys` because attrs are not cl...
@joaotavora Hi, in short if these html elements were macros, they'll 1. have no knowledge of their type of arguments. 2. Write define new elements become write defmacros. 3. I'm...
Thanks! You are so kind to say there are no users, I think rest-server provide the most declarative and powerful REST api define tools. I have read the code and...
For dispatching, are you mean [this]( https://github.com/webmachine/webmachine/wiki/Dispatching) And if when define api: ```lisp (define-api api-test (:title "Api test" :documentation "This is an api test") (parameters (:produces (:json) :consumes (:json) :documentation...
It's quite a lot error handling to do, wish cl-rest-server can be mature enough in the future
Sounds like something I learned from Software Engineering course of auto generate Java program from UML. The program generated is 90% accurate, but that's enough. It's cool if you implement...
Code looks good! As Serhii said, you can use near-sdk-js from npm and avoid cloning near-sdk-js repo now.