goldenbergdaniel

Results 5 comments of goldenbergdaniel

I think this issue is related to #1046. The suggested solution is to check if the window has been unfocused, but I'm not sure if toggling fullscreen actually unfocuses the...

After some time of waiting, I get this in the output: ``` (16:16:45) matlabls: MATLAB process (session 1) terminated (16:16:45) matlabls: Shutting down MATLAB session 1 [Error - 4:16:45 PM]...

Update: The problem is that when the language server attempts to launch MATLAB, it doesn't set the correct number of file descriptors (which is something I have to do in...

```bash ulimit -n 4096 ulimit -u 23741 ``` These have to be set from the shell in order to launch MATLAB from that shell. I got them from this page:...

Oops, I copied the code with my fix and forgot to change it back. Try this ```odin package main import "core:fmt" WORLD_WIDTH :: 100 WORLD_HEIGHT :: 100 main :: proc()...