Philip Dubé

Results 88 comments of Philip Dubé

@krzysztof-o @axldns may I be added as a maintainer? Am using this for [openEtG](https://etg.dek.im). [Resume here](https://serprex.github.io/resume.htm) Wanting to go through PRs & update package.json since spritesheet-js is causing package-lock.json to...

An important modification I made to the stack calculation is that we take the maximum stack usage if two branches with different stack usage combine & then return without looping

I mean the bytecode looping. ie ``` JUMP_IF_FALSE L1 PUSH 1 L1: RET ``` Should be allowed to compile

CPython won't but a programmer may. Byteplay also supports creating constants that are mutable Yes, there are no loops. The stack depth calculation should only throw an error if one...

They're using cgo: https://github.com/google/brotli/tree/master/go

I'm using this to tune a bass, hooked in through a mixer rather than using a mic, it's detecting it fine, 40hz

I'm experiencing this on Windows too. Seems to happen with some tracks more than others. Saw it a lot with mp3s, but also seeing it with opus files. Playback location...

https://gitlab.gnome.org/GNOME/librsvg/-/issues/681 created upstream

LGTM Note: there's nothing really to test here. What's implemented here are only type definitions. A test would be to implement unit tests in typescript & require tests also pass...