Richard Warburton

Results 25 comments of Richard Warburton

Are the dependencies listed just to compile, as in distributed compiled apps only need macs with XQuartz to run? I ask as I might write some software using this. Asking...

I reimplemented WyRand that takes a seed. Code is very short, I'll post it there's interest.

It's not really suitable to merge into main. However, it is simple enough to copy to where you want it. ```rust pub struct WyRand { pub seed: u64, } const...

Being able to code Go on a PineBook (https://www.pine64.org/?page_id=3707) would be awesome. (I only use LiteIDE). Cheap enough to not worry too much about when on holiday. Is someone able...

I guess it depends where you want to take QL. Having a native sql engine is handy as it eliminates the CGO cross compilation complexities of SQLite. I was hoping...