Graham Northup
Graham Northup
# Things added: - Module: "spikebot" for limited interoperability with SpikeBot (currently only karma) - Module: "inject" for injection/introspection using FIFOs on OSs that support them (currently *nixes, AFAIK) -...
Hello! Hopefully this is a quick one: although xGESV is broken out in `Solve` right now, there's a very similar pair of functions in the issue name, documented e.g. [on...
In vanilla, one crafts a cart and a furnace to make a fuel-powered cart. Since we already have an electrical furnace... There are definitely some challenges to tackle with this...
This allows the generators and motors, like batteries, to base their voltage generation, or current dissipation, off of a reference other than ground. Probably just as simple as setting `bPin`...
An attacker who can control the challenge/response password field could, with a valid LDAP username, pass a string with more than 14 colons into this field, causing a buffer overflow....
Hello again! This is fairly easy to reproduce: when given ```moon \method -- oops ``` in a file, `MoonScript version 0.5.0` produces this output: ``` issue.moon Compile error: ...local/share/lua/5.4/moonscript/transform/transformer.lua:23: table...
Hello! I was just bitten by a curious little code generation bug: when using an augmented assignment with the length operator, Lua is generated that doesn't follow the order of...
Hello! I'm not sure if this is on you or on Test PyPI, but I was having trouble publishing (experimentally) a local build thereto: ``` $ flit publish --repository testpypi...