Connor

Results 9 issues of Connor

on certain CPUs, like the NES's clone of the MOS 6502, there are redundant instructions for reading and writing the zero page in memory, i.e. any address less than 256....

RecipesAtHome appears to be using C's standard library for random number generation, which is sketchy for a couple of reasons: * the underlying implementation could be arbitrarily bad. it's almost...

```js Algebra(1, () => (+1e0)); ``` this snippet gets stuck in ganja's translate function and never returns. this is especially nasty if you're in the middle of typing something that...

[biteopt](https://github.com/avaneev/biteopt) is an optimizer i found out about very recently only after digging through the source code for Tom7's [lowestcase/uppestcase](http://tom7.org/lowercase/) project. i may not have found it otherwise, as my...

enhancement
help wanted

line numbers are missing from backtraces and gdb fails to load any debug information. I suspect this happens when amalgamation builds are used with recent versions of gcc, but I...

accepted

I'm on Windows 10 and attempting to enter numbers in master-me 1.1.0 in Reaper v6.67 or Tenacity (Audacity) does not appear to function. double clicking a field brings up a...

https://github.com/rxi/lume/blob/da0d1bb/lume.lua#L694-L695 ```lua local newmod = require(modname) if type(oldmod) == "table" then update(oldmod, newmod) end ``` currently, if the returned value of a module isn't a table, it (newmod) is discarded....

this is their new name, plus it might be hard to figure out who their old name is referring to since it's already been updated in most other places (github,...