Results 8 issues of Adam Stringer

At present it is not possible without using this unintentional/unsupported "feature" of gio initially sending the full non-decorated window size in the first config event, which might "break" or is...

Since about 2015 apparently, Python has had this concept of "f" strings, whereby you don't have to concatinate expression results/values manually between string elements. If you include a "list" of...

This PR adds a check to ensure that references to constants are unable to be appended to arrays as shown in this issue: https://github.com/vlang/v/issues/14916

Need rebase

I have run some benchmarks comparing Badgerhold with KVS and SQLite, and Badgerhold is slow compared to both of these. https://github.com/tauraamui/kvs-bench KVS whilst it does not provide as many query...

Hai, so this PR is a work in progress, I am unsure why but my auto migration registration seems to have been broken/no longer possible in newer versions of GORM,...

Replace the standard logrus stdout with a wrapper to convert ASCII escape codes with Windows API calls

Vlang has pretty good WASM support, I'd like to have a clearer pre-set project base for it rather than doing it manually.