Fabio Colella
Fabio Colella
I'm checking the feasibility for a patch to have the snap and the gem in sync, using the version of the Gemfile to get the correct version. Discussion: https://forum.snapcraft.io/t/get-version-from-gemfile-and-use-it-in-source-field
As of today, the latest version available from `gem` is 1.8.11 ([gem version travis](https://rubygems.org/gems/travis/versions/)). Snaps are instead only 1.8.9 for channel=stable and 1.8.10 for channel=edge ([snap page of travis](https://snapcraft.io/travis)). Please,...
I think that there has been a mistake while uploading, because the upload date on the snap store for version 1.8.10 on channel edge, is December 23, 2019, which is...
I'm happy about that. I tried to check the link, is it meant to be private or is it so by mistake? :relaxed:
 Just a quick and rough idea, but how about having a little more extended header that includes the search bar? In this way it is available but not so...
@hafizkurniaaji Node is installed with `--classic` confinement, so it has access to the whole system. The only part it cannot edit is what is under `/snap`. So normally an `npm`...
If using the snap, it could also be related to https://github.com/nodejs/node/issues/37982 and https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1849753
` --scripts-prepend-node-path` > `npm run` sets the NODE environment variable to the node executable with which npm is executed. Also, if the `--scripts-prepend-node-path` is passed, the directory within which node...
@Yog4Prog yes, that's node package from the archives. The issue is likely because of the node snap, see my previous comment: > If using the snap, it could also be...