haze
haze
`Error response from daemon: Dockerfile parse error line 2: unknown instruction: [WORKSPACE]` I have to use the silly workspace hack from cargo, but wharf doesn't seem to support an empty...
Reproduction steps (on M1 apple silicon) ``` git clone https://github.com/ibc/libsdptransform cd libsdptransform && cmake . && make ``` The following build error will occur when attempting to build the tests:...
When the last window is closed, quit Sublime Text completely
I tried to create a gyro manifest for a project that I am working on. Currently, I have the source stored in a private repository on GitHub. When running ```...
thanks to @inkryption
actually this is for zig master sorry
### Zig Version 0.11.0-dev.3380+7e0a02ee2 ### Steps to Reproduce and Observed Behavior On a computer running macOS 14 Sonoma (23A5257q): - zig init-exe && zig build-exe src/main.zig ```console MachO Flush... error(link):...
### Zig Version 0.11.0-dev.3395+1e7dcaa3a ### Steps to Reproduce and Observed Behavior try to compile any zig program (including the compiler itself) on macOS 14; current output: ```console error(link): undefined reference...
In any other major mode, `C-[` defined by ```elisp (meow-define-keys 'insert '("ESC" . meow-insert-exit) '("" . meow-insert-exit)) ``` will escape insert mode and bring me back to normal mode. In...