David Bottiau

Results 135 comments of David Bottiau

+1 Tested and approved.

I would rename it `env::read` or maybe `env::get`. That would leave room for other functions that can be implemented later, like `set` or `list`. It also bring some security concerns...

Anything else required? @unaizorrilla

> @Odonno thanks. I help to support this project but was away from it for ~6 months. I'll review ASAP. Ah, nice to hear! I made some improvements. Should be...

Maybe one day 🤣

I made a PR that detects GET/Persisted Query requests #81. @adrian-skybaker Because each framework has its own implementation, what I have done may not work for you. If that's the...

I can confirm this. Yesterday, I had to close/reopen DevTools on Edge to see the tab again. This is the first time this has ever happened.

First time using it. I have the same error on one of my repository. I have no clue how to make it work or if I'm doing something wrong. Link...

What do you think @phughk? I could write theory tests as long as a test for each rpc method. Not sure if that would be too much.

Good point @phughk This can lead to issues where `u8` conversion could not be fully covered when adding new methods. I have added a regression test that will fail if...