Christopher Williams

Results 5 issues of Christopher Williams

Hi @threeme3, is there a reason that I2C is bit banged on pins that support hardware I2C? Specifically in `class I2C`: https://github.com/threeme3/QCX-SSB/blob/57e438da4425f3d22deb9ba9b5e64167a20d67b2/QCX-SSB.ino#L768-L775 We can probably at least reduce the code...

If the `modify-global-b!` function is defined in the code below, the compiler does not generate any assembly code to set `*global-a*`. The compiler still generates code to set `*global-b*` to...

I added a `--quality N` option to opusenc.c which automatically selects the bitrate depending on the number of channels in the input file. The quality scale is the same as...

I have a Gopher menu with the following item in it: ``` 0%25 selector/%25asciz.com70 ``` See [gopher://asciz.com/1/projects/gopher/misc](gopher://asciz.com/1/projects/gopher/misc). Clicking on the link (titled `%25 selector`) results in a "Bad selector" error...

Both issues #54 and #55 show that there's a desire to allow an inline dictionary or list on the same line as a key or list item. I also personally...