Strider

Results 91 comments of Strider

`nodedoc` scares me, since it's not an actual JS package, it's a python package where npm is used as a transport. The utility is good, though, but it would be...

I've recently found another case where it is a problem. Some people start joining my lobbies expecting some heavy gameplay modding. After explaining this is pure server (labeled by mistake)...

@jeffangelion how to connect then? It seemes that docs centered around gui. It cannot find a guide on how to connect from command line.

I used `amneziawg-go`. Then, given the config provided at `/etc/wgcf-profile.conf`: ``` amneziawg-go wg0 wg setconf wg0 /etc/wgcf-profile.conf ip address add $ADDRESS dev wg0 # Address: from profile ip link set...

@nerevarishe101 I had it in the past. As far as I understood you need either to remove Address from your config or to use some tooling over wg that understands...

canary + `ws` works for me now. Thank you for work :+1: Unix domain socket is not working, though, while they're working in the same node's test. Not sure why,...

@bartlomieju here's the repro I may be missing something, but I think listening to unix socket is enough for a file to occur. At least that's how it worked in...

[flyd-zip](https://github.com/jayrbolton/flyd-zip) is very similar, I think the code can be adapted to your needs. It also sounds very similar to what I'd done with `join + when_data_all` in my flyd-inspired...

@Andarist hello. It looks like an ordinary hoisting problem. I've recently updated some of my emotion-related deps and stumbled upon this. In my case I used `public-hoist-pattern[]=@emotion/sheet` (pnpm). I think...

@SongMingzhe I used redis alpine (with the same magic vibes as you)