OverHash
OverHash
As per the README of the [`@rbxts/react`](https://www.npmjs.com/package/@rbxts/react) package, you must set your `tsconfig.json` to have: ```json "compilerOptions": { "jsxFactory": "React.createElement", "jsxFragmentFactory": "React.Fragment" } ```
You will need to share the TS code which generated that output, as well as the full Luau emit.
Which package managers can it not be installed with? It is published to [wally](https://wally.run/package/osyrisrblx/t) for the Luau version and [npm](https://www.npmjs.com/package/@rbxts/t) for the ts version
The cleanest way I found to do this was to create a wrapper struct around the `tools` item in the `Config` struct and then implement a `serde::Deserialize` on it. This...
Looks like CI is failing as it's using Rust 1.53 which is before named parameters was implemented in 1.58
Just fixed conflicts with `master` branch, so should be good to have a final review now. I can bump CI in this PR (or another PR) to Rust `1.58` to...
I tried to simplify the problem by moving Tailscale to my `docker-compose.yml`, however it seems the issue persists: Relevant docker-compose.yml My `docker-compose.yml`: ```yml version: '3' services: tailscale: image: tailscale/tailscale:latest container_name:...
I see that even a few months ago users have been having this issue, with [reports of the same `.sock` problem](https://www.reddit.com/r/Tailscale/comments/1albhev/comment/kr6idpn). I'm out of moves now, so hoping a new...
After reviewing #9772, I managed to get _somewhere_ by using my original configuration I posted in this issue (where my host has tailscale installed, and I am trying to pass...
As requested, I've changed everything to use two spaces.