Sergiy Kukunin
Sergiy Kukunin
I believe that bn.js should support scientific notation for big numbers: a number `5e+21` or a string `"5e+21"` or both. Current situation: ```js new BN('500000000000000000000').toString() // works well new BN('5e+21').toString()...
I have channel tests using `Phoenix.ChannelTest` which is broken in ESpec and Phoenix 1.4.0. It crashes with: ``` ** (ArgumentError) could not fetch application environment :refute_receive_timeout for application :ex_unit because...
Hello. Thank you for the great plugin. I wasn't able to find any information about support for Vue 3.x, which is the latest Vue version. Is it feasible today with...
I've added paginate method to use pagination by timestamp method (because FQL limit and offset methods are limited). Also, I have the tests for it, but they use RSpec, I...
**Describe the bug** For the "github.com/kataras/iris/v12/middleware/pprof" middleware, * `/debug/pprof/profile` * `/debug/pprof/trace` * `/debug/pprof/cmdline` endpoints return 404 Not Found with body `Unknown profile`. **To Reproduce** Just include the pprof middleware in...
**Describe the bug** The package includes `require` that causes an exception in a browser bundle built by ViteJS. It happens because of these lines: https://github.com/squirrellyjs/squirrelly/blob/master/src/file-utils.ts#L1-L2 That file should be imported...
Correct me if I'm wrong, but these are two different things. You can't take a token from `Coherence.user_token` function and send it in header to `Coherence.Authentication.Token` plug, because they have...
It'd cool to have emscipten build with instruction. - separate process of building *.dat file from main compilation - add authentic UI on HTML - add progress bar of loading...
- avoid double builds, one for branch and second for tag made by AppVeyor - keep the same versioning between Travis and AppVeyor - reflect actual branch in binaries archive...
It seems there is no way to set global description for the whole Entity. If use `grape-swagger-entity`, it takes entity definition outside from `resource`, which I think is incorrect. ```json...