Johan Nordberg
Johan Nordberg
Many features can not be implemented by all store types (listing keys, resuming uploads, etc) but would still benefit from a standardized API and tests. The test suite would detect...
Broadcasting a top level post requires the parent_permlink to be set to the category, this is very hard to guess... Add a validator for permlink in broadcast.comment and docstring to...
Would be nice to have the standard javascript math functions available. ``` sqrt(42) / 2 = 3.240370349 ```
Would be great if you could specify a base path for the file middleware. E.g. serving the `Public` directory at `/foo/bar/baz`
Setting `LOG_LEVEL=debug` in a dotfile has no effect ### Steps to reproduce In `.env.development`: ``` LOG_LEVEL=debug ``` ```shell $ vapor run ``` ### Expected behavior The debug logs should be...
Using this library in an application test suite where debug builds are enabled encoding a single 1024x1024 image takes several minutes pegging the cpu (M1) at 100% and using 300mb+...
It would be awesome to have a usage example for transforms that showed how to transform some code. I want to try implementing a custom decorator as a preprocessor macro...
The following is valid code according to eosio-cpp and compiles and executes fine but nodeos chokes when trying to use the ABI generated ```cpp using namespace std; [[eosio::action]] void foo(optional...
With `trace_api_plugin` enabled replay speed drops by two orders of magnitude and CPU and I/O utilization drops to near zero. Same behavior seen on 2.2-rc1, 2.1 and 2.0.6 Hardware info:...
Trying to install the toolchain using homebrew on a m1 mac results in: ``` eosio.cdt: The intel architecture is required for this software. Error: An unsatisfied requirement failed this build....