DeedleFake

Results 205 comments of DeedleFake

In what way was it causing it to bug out? There are a number of crash bugs but I haven't gotten any reports about it causing issues with Tailscale itself.

@chh-70 Have you set up your user as the Tailscale operator using `sudo tailscale set --operator=$USER` and then tried running Trayscale as the same user?

Hmmm... Any installation of Trayscale need to have the operator set up first. It's a security feature in Tailscale. It rejects attempts by regular users to send commands to the...

Upon further inspection, it appears that the `internal/resolve` package is actually the one that handles the higher-level logic of both finding and parsing the `.tool-versions` files. Either way, though.

Considering that it didn't exist before 2 days ago, no, I have not. Interesting looking project, and similar to [something that I was kind of trying to do at some...

Are you using the Flatpak version? Are you using a custom control server, i.e. Headscale? If you _are_ using the Flatpak version, you can run it from the command-line with...

That error happens because Gtk4 is unable to register the application with D-Bus. The most likely reason is that the app is already running, but frozen, and Gtk4 is timing...

Unfortunately, I don't have a lot of time to work on it at the moment. Work's getting ready for a big product release and that's taking all of my time,...

I just ran into this problem. I tried using `WITH` to put the values into a temporary table, but it just silently ignored the macro completely: ```sql -- name: Test...

What do you mean by switching between tailnets? As far as I'm aware, a tailnet is a collection of machines that an account has access to, not something that you...