Jon Kleiser

Results 20 comments of Jon Kleiser

I haven't yet been able to detect anything like "style recalculation". However, when I viewed markojs.com in Safari with devtools open, it climbed from ca. 90% up to 100% CPU....

A long time ago I made this: https://github.com/jkleiser/pony-onedoc-md I'd be surprised if it's still usable. Why not give it a try? ;-)

I got the same error just now, using Safari 11.0.1, and the same in Chrome 62.0.3202.75, on macOS.

I did a quick test with Files.ReadString(rider, chunk), but if the file I'm reading from is bigger than my chunk (`ARRAY 1024 OF CHAR`), then I get a "Terminated by...

I'm using macOS Sierra, and I got the same `“Skov.app” is damaged and can’t be opened`. Doing the `xattr -rc Skov.app` fixed it for me too. Thanks.

I think it's not only user-defined functions. If I enter "a = 1+2" in the REPL, I get the value 3 back, but if I then type just "a", I...

I had cmake (version 3.13.2) installed on another Mac, and here is what I got there: ``` $ ./build.sh -- The C compiler identification is Clang 6.0.0 -- The CXX...

I'm now trying the `fix_macos` branch, and I have installed the GNU grep as you suggested. This is now what I get: ``` 1x-193-157-175-83:bon jkleiser$ ./clean.sh 1x-193-157-175-83:bon jkleiser$ ./build.sh --...

I haven't yet been able to detect anything like "style recalculation". However, when I viewed markojs.com in Safari with devtools open, it climbed from ca. 90% up to 100% CPU....

If entering multi-line functions is a problem, how is @mrnugget able to load a function like the fibonacci? I tried `monkey fibonacci.monk`, but file arguments don't seem to be an...