DeedleFake
DeedleFake
The small dialog is something I tried to deal with locally but couldn't get it to resize well automatically. When I tried, it caused the components in the window to...
Sending all the files in a folder recursively separately isn't ideal. The folder structure would be lost. The receiving end just gets a chunk of data with a name and...
That's very strange. Except for when accepting Taildrop files or modifying settings in the preferences page, Trayscale doesn't write to the disk at all. Maybe it's related to #135 and...
> Also, I haven't enabled Taildrop. Trayscale currently logs an error every time it polls if Taildrop isn't on, which is every _five seconds_ by default. It's something I'm planning...
Hmmm... Looks like Trayscale couldn't find the `tailscaled` socket and then complained about it and filled up the logs again. Mint is weird that it does that by default. The...
The first lines when it stopped working are ``` 2024/08/22 10:11:44 ERROR get Tailscale status err="get tailscale status: Get \"http://local-tailscaled.sock/localapi/v0/status\": EOF" 2024/08/22 10:11:44 ERROR get Tailscale status err="get tailscale status:...
So, there is a bug that causes a retry on a failure to get the network status from `tailscaled` to be instantaneous instead of waiting like when it polls normally,...
I've looked at it before, but the alpha state makes me worried that semantics could change and completely break whatever integration that I build for it. I have just looked...
Managing shares definitely won't require davfs2, no. It looks like the required functionality is fairly straightforwardly provided by a small set of methods in [the `tailscale` package](https://pkg.go.dev/[email protected]/client/tailscale#LocalClient.DriveShareList) and a field...
Looked around a bit. It turns out that Nautilus, GNOME's file manager, has WebDAV support via a GVFS plugin and a `dav://` URL scheme. I could probably at the very...