alexcupertme

Results 11 comments of alexcupertme
trafficstars

Same for SimpleRope and SimpleMesh. No points argument. And also not accepting textureScale besides typization (points atleast works with ts-nocheck)

Is there any updates on this problem? We also have troubles with inability to change MTU while connecting hosts with SSH

https://tailscale.com/kb/1337/acl-syntax#access-rules Take a look how Tailscale did this feature. Maybe we can specify port range like this: "1000-2000" . And no serious UI improvements

@lixmal I have this setup, 3 different hosts: 1. Netbird controller running inside docker, with zitadel, caddy, postgres etc. 2. Peer 1 - my PC 3. Peer 2 - app...

> I don't see netbird rules in the nft output. So netbird runs in the container? Yes netbird controller runs in the container Sorry didn't understood first which host nftables...

Big thanks for investigating, issue disappeared by itself. Closing

Update: solved! Problem was not in my setup, but due to using typia with generics. Even though this error ``` Unknown error occurred: Error on typia.assertEquals(): no transform has been...

@bstein-lattice Hi! By that i meant that you cannot use typia with polymorphism generic parameters, something like this: ``` function identity(value: T): T { typia.assertEquals(value) // This line will fail...

@florian-obradovic Hi! Our main goal was to achieve automatic DNS management so only thing we have to configure is deploy a new peer and set it's hostname with --hostname flag...