Jorge Barnaby

Results 19 comments of Jorge Barnaby

So find that the module is calling `nvm` with `--no-use` option (https://github.com/sorin-ionescu/prezto/blob/master/modules/node/init.zsh#L26), which basically forces you to always have to call `nvm use node` when you open a new session....

@trevor-scheer hey, thanks for reaching out! certainly, happy to help and get involved!

@Ladinn do you have a WIP for TD? I can probably help with it since I'm looking to start using the TD API

The website you are trying to scrap returns to the browser the HTML like: ```html ... ... ``` There is JS on the page that after the HTML is loaded...

Nested extractors in the WebsiteAgent would probably be a good idea, but doesn't seem it's supported right?

Experiencing this `permission denied` error as well when running Dokku inside Docker and trying to enable the plugin on an app

Same problem, only in Docker (Node 16 Alpine image), works fine on Intel Mac. For some reason, reverting back to `3.3.0` doesn't fix it for me and using `segfault-handler` doesn't...

mmm.. seems like a combination of using the non alpine version of Node and adding `cd node_modules/sodium-native && npm run dev` as part of my `Dockerfile` fixes it. Still don't...

I've had the same problem (protected with a passphrase), where the Export button on Chrome Beta (v63) would create an empty CSV file, but tried using Chrome Canary (v64 as...