Frank Ruben

Results 5 issues of Frank Ruben

Hi, I wanted to run `fx`, but I'm using a passphrase for my ssh key - and that was not yet supported by `go-ssh-key`. This PR changes the `publicKey` method...

Hi, the function above as implemented in ~/Engine/neo-core-strings.adb is getting an `Item` argument to count, but instead it's counting `ASCII.CR` instead. If this is intented, it's at least surprising... Regards,...

Hi, trying to compile the glfw-linux tree, I got the following error: glops.o: In function `glop': xxx/cforth/build/glfw-linux/../../src/cforth/glops.c:19: multiple definition of `glop' glops.o:/xxx/cforth/build/glfw-linux/../../src/cforth/glops.c:19: first defined here It seems that `glops.o` is...

**What version of Racket are you using?** e.g., 8.8 [cs] on Windows **What program did you run?** Downloaded racket-minimal-8.8-x86_64-win32-cs.tgz, then: ``` tar xvf racket-minimal-8.8-x86_64-win32-cs.tgz {somepath}\racket\Racket.exe --version > Welcome to Racket...

platform:windows

Hi Kanru, first of all thanks for the library! When I incorrectly created the mustache environment using something like '((key value)) instead of '((key . value)), I was hit by...