Zohaib Sibte Hassan

Results 8 issues of Zohaib Sibte Hassan

requestAnimationFrame is known for giving you native animation framing from browser thus allowing benefits like device native framerates and battery saving; this patch makes emile requestAnimationFrame enabled making it even...

It would be nice to have VIM styled keyboard support for the system. It can really make a huge difference especially for developers like me!

Feature
Extension

So I am using Jooby with Kotlin coroutines, and I can consistently verify that on client cancelling the request the cancellation is not propagated, example: ```kotlin get ("/") { val...

enhancement

I think one of the core thing that any Kotlin ORM/persistence layer should have is the coroutine support. It's a sad landscape today where we have basic layers like https://github.com/jasync-sql/jasync-sql...

Seems like today library only supports IPv4 and there is an explicit regex validator for transport that won't let one override IPv6 binding. Can we make changes to support IPv6...

Turns out people were noticing high CPU usage due to fsnotify flooding Marmot with `fsnotify.Chmod`. This PR introduces pprof flag to run marmot with profiling and fixes the issue.

Following are required to be done: - Integration tests on CDC watching and publishing to NATS - Integration tests of reapplying change logs from NATS - Snapshot save/restore testing -...

testing

I've been trying to build a SQLite extension on top of library. I am getting multiple compile issues on all ARM builds. Here is my [workflow logs](https://github.com/maxpert/sqlite-y-crdt/actions/runs/3752636882/jobs/6375018704#step:7:236). Is there a...