Andrea Giammarchi

Results 543 comments of Andrea Giammarchi

P.S. the following command should also provide the right file to use `echo "${HOME}/.${SHELL:5}rc"` ... but I'm not sure it would work in older OSX too.

> Would that command also work for dash and ksh and non-bash sh? I believe `basename $(which $SHELL)` would provide the right name in all `sh` like environments, and the...

As example, even if I am not sure where `dash` and `ksh` profile files are stored, I believe this might be all it takes to retrieve the right profile file...

Hello there. The `Decoder` augment the instance with a `this.finish =` method that indeed has undefined `bits` variable in there: https://github.com/agnoster/base32-js/blob/master/lib/base32.js#L141 I believe the reason is that `this.finish` is a...

they updated all modules, so maybe I should drop the LTS version and use NodeJS 13 instead ... but I won't have time soon

does [ucjs](https://github.com/WebReflection/ucjs#readme) fail too?

rather than newer, it's different, as it uses mostly Babel without much AST traversing ... curious to know if it has the same issue, as estree was breking in one...

env is heavy ... and I wonder if I'm missing some `ImportAll` AST traversing call in here ... will have a look soon, but not too soon as I'm quite...

heh, it wasn't much time ... 'cause I don't have much of it these days 😅 next week I'll be on vacation and I'll find some time to dig into...

Thanks for the PR, but I have two questions: * does [ucjs](https://github.com/WebReflection/ucjs) break too? * why there's no `"use strict";` directive in the failing test?