richardanaya2_2048b.Q6_K.gguf

Results 43 comments of richardanaya2_2048b.Q6_K.gguf

Forgive my ignorance as i'm not a POSIX expert :) every iteration of the loop when I go to write I "fd_open" the file, is open supposed to reset the...

I just ran into needing this tonight and felt bad having to turn to lazy static :( thanks for opening this! once_cell FTW!

To add some context, my desire for spin lock was for no_std + alloc web assembly. On Wed, Jan 1, 2020 at 1:57 PM Aleksey Kladov wrote: > @josephlr here's...

Still curious about this issue :) I use `spin-rs` all the time in WebAssembly land. Mostly trying to get binary sizes down as much as possible.

FYI, to describe my use case, there's a lot of asynchronous code in web lang. WebAssembly is multi-entrant so I often times end up in scenarios where one function needs...

I have one written here if it helps at all. https://github.com/richardanaya/executor I'm pretty interested in collaborating. I had a similar idea in my own package, but i'd be willing to...

Thanks! I tried integrating it this afternoon, I found some changes i need to make to my library to be more compliant. On Tue, Mar 24, 2020 at 1:21 PM...

https://github.com/bastion-rs/agnostik/pull/7

FYI, i'm no longer working on this as per #7. Someone else is free to take over.