Francesco Ceccon
Francesco Ceccon
This has been fixed in #215
Projects are now using starknet react on mainnet so it's confirmed working.
Done #214
I wrote a simple benchmark that does what required by TechEmpower's FrameworkBenchmarks (as seen on HN) ([link to blog post](http://www.techempower.com/blog/2013/04/05/frameworks-round-2/)). You can find the code [here](https://github.com/fracek/http-bench) (Probably I made more...
I think a function like `response-version(response)` would be useful. e.g. `response-version(res) => #"http/1.1"`. At the moment we have to do `response.response-request.request-version`.
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
Hello, we plan to support EVM networks in the near future. Once that's ready, it will be possible to use DNA with any EVM chain.
Thank you, unfortunately I have to target 23.05 to link against a version of GLIBC older than the one included in Ubuntu 22.04 LTS. But I also understand it's a...
I wonder the same because the obvious place to add it is in `ApisixPluginConfig`, but I can't think how to have a `configMapRef` in there for it.
I think TOML is a good format, but a lot of Python projects use Python files for configuration and load them at runtime.