Roberto Oliveros

Results 6 comments of Roberto Oliveros

It won't let me do this for example `let action; const withAction = async () => { if(!action) { action = await actions.getOne({ id }); } return { action };...

From README ``` ... //it's usefull to handle request errors to avoid, for example, socket hang up errors on request timeouts req.on('error', function (err) { console.log('request error', err); }); ```

Any chance this merge happening soon? I'm having a similar issue, but URL is not even a relative URL but a simple string value which resolves to an URL value...

Hi again... So I have this https://github.com/roboli/passport-ebay ... Hopefully this PR will be merge soon.

Reinstalling jdts worked for me: `lsp-install-server`

You mean [these](https://github.com/munificent/craftinginterpreters/tree/master/note/answers)? @27chris2726