Jason Papakostas
Jason Papakostas
I'm having similar results with the modeline I'm trying to convert: ```console $ ./modeline2edid - 1600x1200.crc cc -c -DCRC="$(cat 1600x1200.crc)" -o 1600x1200.p 1600x1200.S objcopy -Oihex 1600x1200.p 1600x1200.bin.ihex dos2unix 1600x1200.bin.ihex 2>/dev/null...
```console $ cat 1920x1080x120.00.S /* 1920x1080x120.00: Modeline "1920x1080x120.00" 297.000000 1920 2028 2060 2200 1080 1084 1088 1125 +HSync -Vsync */ #define HSYNC_POL 1 #define VSYNC_POL 1 #define YPULSE (63+4) #define...
tried with 5d79400: ```console ~/code/edid-generator master ❯ ./modeline2edid - 1600x1200.crc cc -c -DCRC="$(cat 1600x1200.crc)" -o 1600x1200.p 1600x1200.S objcopy -Oihex 1600x1200.p 1600x1200.bin.ihex dos2unix 1600x1200.bin.ihex 2>/dev/null make: *** [Makefile:33: 1600x1200.bin.ihex] Error 127...
My bad about the `dos2unix` thing. I thought it was installed and didn't notice the problem because the usual `command not found` stderr output was hidden. Unfortunately I'm running Linux...
Sounds good. There's definitely a need for an easy to use tool to do this now that wayland is more common. Honestly seems like something that should be integrated into...
They were in an editor buffer and my cursor was in the middle of one of the paths. I believe it was in an unsaved buffer but today I can't...
Nope, same thing with the `:130` suffix removed: `Open file from path: Warning, no matches were found.`
It's `/`, which seems to be the default. But yes, `/usr/lib/golang/src/runtime/sema.go:56` is an absolute path which is outside my `${workspaceRoot}`. But absolute paths inside the `${workspaceRoot}` didn't work either I...
With `open-file-from-path.startingPath` set to `/home/vith/test/`, pressing alt+d on `/home/vith/test/b.txt` does nothing. Not sure if that's what you meant for me to try. I think we may have some confusion between...
To clarify, `/home/vith/test/` was also the `${workspaceRoot}` in the above test.