Dj

Results 86 comments of Dj

I believe you have to compile it yourself, unless there are prebuilt binaries available elsewhere. fileio ext is in the sqlite source itself, and it's a single C file that...

Sorry, I pushed some unfinished macOS platform code which is causing this error. I'll update it after work today.

I've cleaned up some unfinished stuff. Windows backend should work now.

Oh right, I need to update the Windows API bindings - seems like a Deno FFI update broke them

I've updated win32 version, try now!

I only recently switched to a Mac, but I can test on my old Windows machine later. Today I also explored using the Rust crate `tokio-serial` for implementing Web Serial...

While it should be possible to call sync Python functions asynchronously, the latter doesn't seem to work out. I tried it out and there is a deadlock. JS event loop...

Now this library downloads and uses its own prebuilt version of SQLite3 which ensures safety and consistency across platforms. I'll be closing this issue as fixed

Image object in here is quite different from Web Image object in browsers, here it is an object that wraps SkImage. It will be difficult to change its API now....