Jason Pepas

Results 20 issues of Jason Pepas

There were just a few missing pieces on Tiger: - `posix_spawn()` - `clock_gettime()` - `arc4random_buf()` - `O_CLOEXEC` Work-arounds for the above are in the attached patch and activated using the...

Hello, First, thanks for working on lumo! You rock! 👍 I just ran `npm install lumo-cljs` on a raspberry pi before realizing that it isn't available on arm at the...

Hello, I recently found out that node.js is available on x86 as an unofficial build, and I thought I'd try building lumo for x86. See my build scripts at https://gist.github.com/cellularmitosis/bd78de2c76b1f9ac78ccb7216686ae62...

Hello, Thank you so much for your work on ulisp! This (trivial) PR invites folks to choose their own custom characters for the radix40 slots 27, 28 and 29, by...

Hello, I was interested in getting the AST from mistune so that I could manipulate it, then have mistune render the modified AST. I created a couple of functions to...

_This PR is a redo of https://github.com/MarlinFirmware/Marlin/pull/24783 which targets `bugfix-1.1.x` rather than `1.1.x`, and also includes the `TMC26XStepper` URL fix from `1.1.x`._ This PR fixes a 1.1.x platformio compilation problem...

Hello, Thanks so much for this amazing project! It would be great if the web interface allowed input in Inches. Cheers.

enhancement

Hi, I took at stab at trying to implement detection of when the login response is "This Apple ID has been locked for security reasons". -jason

Hi, I wanted to be able to do this: @get('/') @accept('application/json') def index(request): return "here we would return JSON\n" So I did it. Let me know what you think :)...

It turns out janetdocs hit the same bug which was in clojuredocs, ha! You are in good company :) If I type `array/remove` and quickly hit enter, I am taken...