Dmytro Z.

Results 86 comments of Dmytro Z.

I don't see any interest to this issue. You can reopen it if you need. Or take ownership of this issue, but I am not sure that this is possible.

Any plans to release this code?

+1 for Moo. Because Moo is more widely used and benchmark shows, that is is not slower that Mouse (several percents are standard error).

I think use of plain perl objects is preferable. Mouse dependency creates additional overhead in projects, where Moo or Moose used. As i see in sources - Mouse used only...

Also it maybe useful to switch to JSON::XS instead of Data::MessagePack, because JSON::XS is approximately 4 times faster.

Need to increase / decrease number of maxListeners before set event listener. Or review logic and set listener only after request will be sent, not after it was queued.

It is possible to apply PR and close this?

I compiled it with `SQLITE_USE_URI=1` but unable to access same data in `memory` db from the separated connections. `PRAGMA compile_options` returns `'USE_URI` so it compiled correctly and should work. ```javascript...

@JoshuaWise Why not enable `SQLITE_USE_URI=1` by default?

Is it possible to remove `stable` from the deps list. Deprecation warning is very annoying.