Fredrik Söderström
Fredrik Söderström
I have implemented set_wrap in a merge request following the set_filter method (https://github.com/not-fl3/macroquad/pull/336). That part was fairly easy, but I then got stuck on the problem that there is no...
Same issue here on Arch Linux
:+1: There is an npm package.json already in the repo so there should more or less be npm publish to get it into npm.
:+1:
I re-discovered the same limitation yet again when starting on another project. The Redis support is great for anyone using Redis on their project. But only adding an entire Redis...
I just experimented around a bit with wasm-bindgen, it is amazing. Being mainly a JavaScript developer, one of the first things I wanted to change was to get camel case...
@jqnatividad thank you for the suggestion, I'm interested in giving it a try, I'm looking on the code now. My current rust skill set makes it hard to read though...
@jaemk and @jqnatividad I got some time to make progress on the disk cache. I added it as a draft pull request. It is by no means complete, but as...
@omid hi! I have not worked on it for a while now. My first problem was that I found it took a lot of time to work with as the...
@jaemk thanks for considering implementing this, I'm certain that it will be a great addition for single user applications such as cli tools and local gui applications and similar that...