Teddy Astie

Results 12 comments of Teddy Astie

Exit code 137 is out of memory error, not sure why/where it happens. I don't have a Mac, so it's tricky to test, I should try with a vm.

Probably related to pulseaudio/whatever not being active.

Scroll past end allows to scroll beyond the last line, so "adds" a scrollable blank space after the latest line. ![image](https://user-images.githubusercontent.com/8642647/67816752-4249df80-faab-11e9-9ac8-8bfa1ac0ddd4.png)

Other editors doesn't have a consistent behavior on whether page down should scroll past or stop at the last line. Atom/VSCode stop at the last line but Notepad++ do scroll...

No, I am not using git in the project (I'm using nothing). After adding .gitignore (or .ignore), it ignores files correctly. Maybe add it to the FAQ ?

> > Functions are usually pointers... It would be nice to have some benchmarks of the various scenarios to figure out the benefits. > > @TSnake41 Hi, I know this...

What is the value of Font in your case ? Can you try using `print` on it ?

Well, you are require-ing your own file. And I am not sure you are supposed to need to use `require "raylib"` to use the binding, but to use `rl.*` functions...

I am not a master of sed, but still made something working.

I think this issue is due to LuaJIT on Mac OS not using JIT for some reason. What gives `jit.status()` (may require `jit = require "jit"`) on Mac OS X...