eater

Results 23 comments of eater

Looking through the code, I think it seems better to wait till you have multiple streams done as the main thing is getting the streams, this is in the current...

hm doesn't fix the issue no I am using Void Linux with pipewire 0.3.31

oh ho! guess what I found in my `restore-stream` file ```json "restore.stream.Output/Audio.application.name:musikcube": { "volume": 1.000000, "mute": false, "volumes": [ 0.300001, 0.300001 ], "channels": [ "FL", "FR" ] }, ```

yep that fixed it, so if you play musikcube via PulseAudio it will make the restore.stream entry and apparently enforce this until you change volume?

If I may give my input as humble contributor, and this is purely from my pov. while I can understand keeping Void apolitical, it doesn't erase the fact that for...

Nope, what about this ``` javascript var versionBits = process.versions.node.split('.'); if(versionBits[0] > 0 || versionBits[1] > 9){ // do crypto streaming }else{ // do openssl streaming } ```

To explain why I started my "node-torrent" is basicly a year ago I couldn't find any usable Torrent client and started my own, I horribly failed (see EaterOfCode/EaTor). so a...

maybe a bit of a necro, but I added prefix support here for myself here, https://github.com/mefechoel/svelte-navigator/commit/027e40b8a56659aa5369cef58a45c4702e96aec8 I am unsure if there's actual interest in it however (notation is `^:`, which...

I think this is because of the way the MaxMind provided his data, while `geoip-lite` uses the legacy database, we use the new MaxMind DB (mmdb). the legacy database allows...

Sorry for reacting late :( Im currently working on a version that does ipv4 caching and allows a path like suggested by @oschwald, you can see the progress on that...