bemyak

Results 16 issues of bemyak

In the current implementation, when a SUB provider is restarted, the library just hangs without detecting connection loss. This happens because on disconnect a client is kicked out of the...

I had some issues with rendering simple black & white images with tinybmp crate, and had to apply these patches to make it work. Let me know if it makes...

I wasn't able to reproduce the problem mentioned in #29, but maybe it's worth adding this successful test anyway.

This is maybe a bit of controversial change, but I stumbled upon inability to build my crate (which depends on some parts of Zola) using Nix. The problem is that...

Hi! I'm trying to build a [Rust package](https://gitlab.com/bemyak/zola-new) inside a nix-on-droid environment, but the build fails on the installation phase: ``` Running phase: installPhase @nix { "action": "setPhase", "phase": "installPhase"...

## 🐛 Bug Report Hi! I'm trying to make supertokens work in [devenv](https://devenv.sh), so I'm building a Nix package for supertokens-core. I managed to get it running, but I had...

bug