Matthew Leach

Results 8 issues of Matthew Leach

``` BIC> #define NUMBER 1337 Parser Error: syntax error, unexpected IDENTIFIER, expecting ',' or ';'. ``` _Originally posted by @vesche in https://github.com/hexagonal-sun/bic/issues/10#issuecomment-534155750_

Hi @scurker I'm using `fromCents` with a `precison` option and I'm getting unexpected results: ``` > currency(123, {fromCents: true, precision: 4}).format() '$0.0123' ``` I would have expected `$1.2300`. Thanks, Matt

Hi @scurker , I've found some inconsistencies when applying arithmetic after using `fromCents`: ``` > c(451, {fromCents: true}).subtract(1).format() '$4.50' ``` I would have expected the value to be `$3.50`; the...

discussion

Add a 'this : void' parameter to the SelectCallback, indicating to TypeScript that this callback will overwrite the 'this' context. See [1]. [1]: https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters-in-callbacks

Hello, I have nil enabled as the lsp plugin in my doom configuration for editing nix files. The server starts successfully when I open a nix file to edit; I...

A-emacs

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

Hi there, I'm using a Dell Latitude 5430 rugged with the CV3 reader: `0a5c:5843`. The script does work and I am able to read an NFC device. However, I only...

Hello! I'm having issues using the BladeRF-A4 to decode ADSB messages. Everything seems okay on the command line (I get no errors), however no messages are ever decoded. I know...