Jonathan E. Magen

Results 10 issues of Jonathan E. Magen

Hi, I am really very excited to use Bupstash! I am currently on macOS and installed Bupstash via `brew install bupstash`. Some info about my environment: ```bash $ uname -a...

bug

Hi all, I've been trying out Earthly in a variety of environments and this morning went to see if I could convert an existing hand-rolled build process to one which...

type:bug

Hi, I'm a big fan of the Pyret language developed by the Brown PLT group specifically for teaching programming. Since I'd like to use it for teaching, myself, I figured...

**What version of Racket are you using?** 8.3 [cs] I installed this on my macOS device with `brew install --cask drracket` and everything works great until I tried to install...

Please see this example session: ``` $ hilbert -i Hi guys,thank you for using Hilbert. You need to execute "postulate zfc_analysis" if you wanna do real analysis. Enjoy! -> f(x,y)...

The following occurs when I try to check the Hilbert version: ``` $ hilbert --version $ hilbert -v /Users/yonkeltron/.rvm/gems/ruby-2.1.5@global/gems/hilbert-0.0.2700420/bin/hilbert:33:in `': uninitialized constant Hilbert::VERSION (NameError) from /Users/yonkeltron/.rvm/gems/ruby-2.1.5@global/bin/hilbert:23:in `load' from /Users/yonkeltron/.rvm/gems/ruby-2.1.5@global/bin/hilbert:23:in `'...

Would love to see if the ArgVu font could be contributed to Google Fonts. This would both make it easier to use on the web, as well as make the...

Hi, Thanks for making NAPI-RS! I believe I've either found a bug in NAPI-RS or a bug in the documentation. In this case, I have written a Rust struct with...

Hello, When attempting to compile the following code, I get a very confusing error. ```rust use chumsky::prelude::*; #[derive(Clone, Debug, PartialEq)] pub enum LiteralValue { Zint(isize), Float(f64), Chars(String), Identifier(String), MannaPos(String), MannaNeg(String),...

It seems that pdoc3 output doesn't include types or type aliases declared in a module. For example, none of the following seem to be listed even if used by code:...