Peter W
Peter W
Hi Petre, Either of those options you mention would be fine I think (assuming I could load either in Dash locally -- I wouldn't be trying to upload anything to...
+1: I ran into a similar issue with two eslint config files in the same project - I wanted the plugin config found in `test/.eslintrc.js` to be able to extend...
Note that there is an existing (albeit unmerged) PR on picture-tube to update the version of `request` it uses, which would fix this issue. https://github.com/substack/picture-tube/pull/12
@Jasonnor did you have any luck figuring this out by any chance?
@Jasonnor I was able to get part (2) of your issue working. Originally it wasn't for me, but then I upgraded from an older version to the latest version (9.5)...
Hack from @Maxwell-Lyu worked. Note you can use "Extensions: Open Extensions Folder" from VS Code command palette then navigate to `pnp.polacode-*` folder and continue editing the file as described by...
@mbrowne I can confirm that this prevents the deprecation warning: ``` const morgan = require('morgan'); ``` ... but in typescript, it seems I now lose type information on the file....
I guess a large chunk (over half) come from the base image... if I understand what is building on what correctly, it seems this image is ultimately layered atop `php:7.4-fpm-buster`...
Thanks @AlgusDark I've posted an issue with the errors I saw from flowgen, here: https://github.com/joarwilk/flowgen/issues/21 I'm hoping that any advice I might hear back from that issue could be helpful...
FYI, this has been fixed in flowgen: https://github.com/joarwilk/flowgen/issues/21#issuecomment-461681306