bentorkington
bentorkington
Hi @frinyvonnick 😀 Thanks for making your package available. This could work, another alternative might be to make two packages: 1. one package with no Handlebars dependency which only performs...
I'll get a PR in when I have time
[This](https://stackoverflow.com/questions/64009631/can-i-trick-instanceof-with-jsdom) help? copy the HTML*Element (etc.) types from the jsdom object and inject them into the global namespace before `instanceof` gets called. e.g. with mocha: ```js const { JSDOM }...
A long time ago I set up Autoconf scripts and built this project on Linux, but these scripts are now out of date with the main Xcode project. Can someone...
Absolutely. I'll always use Xcode as my main way of working with the project, but I don't mind which toolchain is used for building on other platforms
Since the driver behind this seems to be the need to support two different manifest versions because of the Chrome Store MV3 fiasco, I was wondering if a useful feature...
It also looks like m68k support has [relatively recently been added to LLVM](https://www.phoronix.com/news/LLVM-Mainlines-m68k), maybe this would help? I found this repo looking for something to help me with a project...
Perhaps I could capture a bunch of packets into a raw dump for adding to the test suite?
We don't directly control the encoding except through the web interface of the Axis camera / audio bridge. There, we can choose the sample rate and stream bit rate. Irrespective...
Thanks Logan, can confirm this fixes it. We really appreciate your help! I've made a minimally reproducible example that uses NAudio's WaveBuffer short byte magic. I was wondering why I...