Alec Larson

Results 407 issues of Alec Larson

``` ~/pug-cli/node_modules/pug-lexer/index.js:60 throw err; ^ Error: test.pug:59:7 57| 58| .123abc class name start with number > 59| ._[invalid character in class name should result in it and text following be...

``` ~/pug-cli/node_modules/pug-lexer/index.js:60 throw err; ^ Error: test.pug:58:5 56| +another(abc=123, bcd='lol') 57| > 58| .98349 class name only numbers ------------^ 59| ._[invalid character in class name should result in it and...

How did you come up with the logic for the "reply checksum" below? https://github.com/kfix/ddcctl/blob/4818757471369543e2734ea0080fbacd37a3794b/DDC.c#L223 For the Samsung monitors I'm testing with (U28E590 & S22E310), the checksum is failing, so I'm...

question

The issue is with this line here: https://github.com/Simonwep/nason/blob/951aa9a4d809fa378d341211fb9951f6b6d1e442/src/convert.ts#L29 It's using `.buffer` which returns the original buffer, but uses the wrong byte offset. I tried changing it to `new Uint8Array(val.buffer, val.byteOffset...

Of course, nested binary data is unsupported by JSON. But, it would be interesting to see how gzip+nason compares with gzip+json in terms of size and encoding/decoding performance.

documentation
question

Or maybe a new `--printFiles` flag? I'm trying to debug an error that occurs during `nimble install` with nim devel ``` Error: internal error: getTypeDescAux(tyEmpty) No stack traceback available To...

In local mode (ie: using `nimble install -l`), I should be able to symlink a package (ie: a directory with `pkg.nimble` in it) into the `./nimbledeps/pkgs` directory and have `nimble...

I've enabled "Secure file host" in the desktop app. How do I make the Firefox browser extension use it?

`pnpm` support was briefly discussed here: https://github.com/lerna/lerna/issues/1349#issuecomment-384058683 After searching the issues/PRs, it seems there's been no progress yet, so I figured it needs its own issue to track its development...

scope: package management

I have two forks which are both Lerna repos. One fork depends on the other. A feature I'm implementing requires changes to both forks. If I want to test these...

scope: package management