triallax
triallax
If they would accept it, sure. ;)
> NewPipe now requires API level 21. Does the extractor also require API level 21 too?
Then this PR would raise that requirement to 21, right? Do we want that?
> Thank you. I managed to run Insect on Ubuntu 20.04 using this branch. It looks like I still need the node_modules folder. index.min.cjs alone is not enough. Correct, that...
By the way, I think the manual installation of PureScript and Spago in the Dockerfile isn't necessary, is it? Both are in `devDependencies` in `package.json`.
> Does this PR have any influence on the startup time? Ah, I forgot about that, thanks for reminding me about that. > Seems to be quite a bit worse...
What are your thoughts about testing the various supported Node.js versions in CI? If you like the idea, how do you think we should go about it?
The issue here isn't testing multiple Node versions, the issue is testing with Node 10, as it is unable to build Insect, only run it. > Or do we expect...
> So for that case, we should probably install both Node 10 and a newer version within a single container? Any ideas how we can do that?
Frankly, I don't feel like working on Node 10 testing in the CI (at least for the time being). I still think it's a good idea though, so anybody can...