Burt Harris
Burt Harris
Hi Peter, When I plug my DIY version into USB, it enumerates as a microphone, and the light starts up when I start monitoring the microphone's levels' but listening to...
Windows 11, Powershell Core 7.2.5, node v16.15.1 Note: node installed using nvm for windows version 1.1.9, if that matters Following instructions in https://code.visualstudio.com/blogs/2022/05/18/dev-container-cli quite literally, I ran into some issues...
The Benchmark results typically reported by these runs report a mean number of ops/sec with too many significant digits. Reporting the confidence interval is great, but all the digits reported...
Reading decode.js it looks like there is an undeclared variable `stringRefs`. Am I correct that the implementation of tags 25 and 256 is incomplete? Perhaps the following should be commented...
Readme still needs to be updated. - BREAKING CHANGE: Deprecated decorators removed: `@debounce`, `@throttle`, `@mixin`, and `@memoize`, and associated tests - All source files now in TypeScript, tests remain in...
@jayphelps it seems that Typescript is generating methods (in classes) with the enumerable property set to true. I've found an issue tracking this as a bug Microsoft/TypeScript#15308, it but there...
To style-check the TypeScript files.
I'm working on a branch with the idea of using TypeScript `tsc` to build core-decorators.js and the tests. Progress good, but one issue has me puzzled. When I code like...
Would you be open to a PR including completing the deprecation of those decorators marked obsolescent? This, obviously, would be a breaking change. Perhaps a good time to bump the...
With PR #123 (TypeScript Beginnings) is applied and used, there's a strange and undesirable artifact in the `built` directory: not only does it contain the expected `src` and `test` subdirectories,...