Ben
Ben
Confirmed like above: `golings watch` does not react to file changes in exercises. - macOS 15.3 (24D60) - go1.23.4 darwin/arm64 - helix 25.01.1 This is likely an issue inherited from...
I was wondering about this... Thought I had messed up my installation.
This is how `github.com/chzyer/readline` does it, which is nice because it uses the `io.Writer` interface, so you can actually test it. Maybe better to test the terminal capabilities before. ```Go...
Possibly related problem here, but under Linux. The project builds just fine, however the demo under `./demo/build-release/Demo/Demo` does not get created. Running `OpenGlassBox/build/OpenGlassBox-demo` instead complains like this: ``` Parsing script...
> Hi sorry for your pain during all this week 😱 Ill try to adapt my makefile for windows with git bash. You can replace he m_path.expand("Fonts/font.PNG") by the whole...
Thanks for tending to this so promptly. However I still have to manuall copy the Simulations folder to the demo binary to make it work (unlike the description in the...
Don't think that's it. I wiped the local repo to be sure to start from a clean slate. ~~Also giving the absolute path as before does not work any longer.~~
I saw the latest changes, confirmend them, cleaned up, updated and build the project in several ways from scratch. The issues remain unchanged. However the workarounds (giving absolute path, copy...
``` Distributor ID: Ubuntu Description: Ubuntu 22.04.5 LTS Release: 22.04 Codename: jammy ```
No, I followed the description from the Readme: ``` make download-external-libs make CXX=g++ -j8 ``` or alternatively `make all` or `make build-demo`. But that does not change the result. I...