Glauber Costa
Glauber Costa
@7flash I don't think - with the current model - you would be able to actually call findAll() in pure deno, since it won't have access to the rust functions....
I tried this commit and it worked for me. will investigate more
89a1a1fbd3eaaad23d386be8da01d9b4c6c3d653 OTOH breaks it.
Hello @vlovich. this should definitely work with some variation of `write_at` and filesystem flags to extend the size. Are you talking specifically about the stream api ?
I think your best bet is a positional write followed (or preceeded) by `fallocate` or `ftruncate`. There is no such thing as unallocated space in a file in general from...
I am not very familiar with raw ethernet. From the io_uring's point of view, what is it exactly that is needed? To the best of my knowledge, io_uring itself will...
The way I would do this, is at the sys/uring.rs level, try our best to either reuse the existing functions (`open_at` and one of the read/writes should work?), and if...
@athoscouto do you plan to rebase this after sarna's comments?
hello @jamesgpearce - founder of Turso here. Great to see Turso integrated into this project! the `libsql-js` driver is a dependency of `@libsql/client`, and is lower level. If you need...
hey @jamesgpearce how did you do the integration? If you integrated at the level of our C api, this function should still be there. If you integrated at the typescript...