Noah

Results 20 comments of Noah

I think this is a good plan but I'd recommend a couple tweaks. - Look for package.json in the directory that it's being run in - If none found, assume...

Also, it seems that ESM support isn't ready to go mainstream yet unless everyone decides to shift off TypeScript. https://www.infoworld.com/article/3637149/typescript-delays-esm-support-for-nodejs.html

Work has been started here: https://github.com/bencoveney/barrelsby/tree/v3

Sorry, I meant to address this earlier. I needed time to go through and figure out how it decides the order to create the exports. The exports are created in...

Sorry, as you can tell we've both been pretty busy with the personal lives. My idea for implementation would probably be to walk through and do everything up until the...

This would actually be very helpful for monorepos with Angular and certain dependencies that look for angular core and common as peer deps. I'm encountering a scenario where I have...

Interesting. I see that as being something really nice to have. I don't know if Amazon exposes a search API for that.

There's no public facing api and most likely the search is going to have to be authenticated. We could approach it like I assume all the other methods are which...

> Found a relevant project: [oscartbeaumont/ElectronPlayer](https://github.com/oscartbeaumont/ElectronPlayer) > > This might be possible Unfortunately, not really, it's just an electron wrapper around the netflix site.

> So is it possible to do it? From my perspective not reliably, if at all, but @BeeeQueue can probably comment more on that.