Ross Smith II
Ross Smith II
@philclifford @flexiondotorg As of 11/12/24: > * [ ] beersmith3: Fixed in #1208 > * [X] doublecmd-gt: Updated in https://github.com/wimpysworld/deb-get/pull/1206 > * [X] doublecmd-qt: Updated in https://github.com/wimpysworld/deb-get/pull/1206 > * [X]...
@sebma That's not a good URL. The one in #9 works: ``` ross@bala:~$ wget -S https://github.com/AppImageCrafters/appimage-cli-tool/releases/download/continuous/appimage-cli-tool --2024-01-25 21:44:00-- https://github.com/AppImageCrafters/appimage-cli-tool/releases/download/continuous/appimage-cli-tool Resolving github.com (github.com)... 192.30.255.112 Connecting to github.com (github.com)|192.30.255.112|:443... connected. HTTP request...
@realHenningLorenzen plucky support was added on [Jan 18, 2025](https://github.com/wimpysworld/deb-get/pull/1290), but deb-get hasn't had a release since then. Perhaps it's time. @philclifford ? Note that the documentation mentions it in the...
My guess is if we removed `-mx9 -mm=Deflate64` from https://github.com/okibcn/nano-for-windows/blob/e6ff29c5e65580683ac4643e47ef68444d042e04/.github/workflows/Xbuild4Windows.yml#L510-L511 it would work.
@m1lhaus I approved your changes, but can't merge your PR. @okibcn If you add me to this project, I'd be happy to help.
> I can confirm that after compiling Syncthing v1.28.0 with Go v1.22, junctions work again, so the culprit is in Go v1.23. @tomasz1986 The unit tests succeed, so it appears...
The unit tests still succeed with go 1.23, so they will need to be fixed too. I'm testing on Windows 11, so this might be a Windows 10 only bug....
@hardtopnet Can you run ``` ver ``` on the command line, and tell us what it outputs?
Here's what we're seeing on junctions: ``` go 1.23: stat: Mode()=drwxr-xr-x (0o020000000755) lstat:Mode()=?rw-r--r-- ( 0o02000644) go 1.22.6: stat: Mode()=drwxr-xr-x (0o020000000755) lstat:Mode()=Lrw-r--r-- ( 0o01000000644) ``` Gotta drill into this a bit...