Joshua Piety
Joshua Piety
Would getting ParaLLEl to work require specific modifications in order to add in support for Emscripten (as opposed to just being "fiddle with `Makefile`s until it works)? If not, I...
Working on compilingParaLLEl with my limited knowledge base, and I'm probably doing something quite wrong compiling it. I had to do some extremely hacky tweaks to the makefile because it...
I'm hesitant to make a PR since I don't understand most of the source (nor do I know Scala), but I looked into it and it seems to be trying...
That would make sense. I was envisioning an interactive-mode command that can switch from the current default, always using scientific notation (optionally with a certain fixed exponent), or never using...
I did! I ended up just redefining some of the most important units, which didn't end up being a huge deal. I think this version is a little bit out...
[Here](https://gist.github.com/joshop/925bc867fc76141ad1bd85ed23908a29) is a module I made for using Numbat with GregTech, a Minecraft mod that adds some technological systems. This includes a simplified system of electric energy distribution. This was...
Implementing something like the system of quantity kinds would be a very helpful feature, but I was envisioning something that you could adapt for any purpose - like elements/materials here,...
Yeah, I definitely see the conundrum here. I would argue that this one is particularly important, since probably many more users are using implicit multiplication than using function calls in...