Aaron Croissette

Results 21 comments of Aaron Croissette

Was looking for a solution to this, thank you @lexoyo. From what I could find, it seems related to the code in the https://github.com/mateodelnorte/meta-npm repository ([maybe this file](https://github.com/mateodelnorte/meta-npm/blob/master/bin/meta-npm-link)). Since you've...

@TheTechRobo Thanks for the feedback I totally agree with you. You have to sometimes. Sweeping statements/ideas like "don't make breaking changes" are never universally true or achievable. What I meant...

I referred to this in #192. I believe the quickest way to do it with most flexibility would be to use nginx sitting in front of the dashboard. It wouldn't...

How deep do you really want to go? A middle ground ideally would be to support a configurable depth for crawls to avoid finding every page on the internet. Unless...

In order to simplify the data storage and improve portability, I have made several improvements to the design of the Docker environment and taking advantage of some default behaviors, can...

@ivan @Nothing4You Thank you for the review, I have been a little busy so I just wanted to let you know I'm working on addressing the comments soon. I'll tag...

Yes it is possible. The only issue that I can think of is how do you know which to use when you flatten and unflatten it? A user of this...

I spent over an hour trying to resolve it "the right way", in hopes that I could submit a proper PR, but the code is literal spaghetti and needs to...

@ErikBaer I wasn't able to resolve it cleanly by doing it. Maybe I am doing it differently. Specifically what did you change in package.json in your project in order to...