rameerez

Results 7 comments of rameerez

@pronebird workaround: ```npm install```, then manually delete both files ```node_modules/electron-sudo/dist/bin/applet.app/README``` and ```node_modules/electron-sudo/dist/src/bin/applet.app/README```, then try to build your app again. You'll need to do this again every time npm rewrites ```node_modules/electron-sudo```,...

Related: https://github.com/terikon/cordova-plugin-photo-library/issues/13 Update on the issue: After learning you can pass a dictionary of options to `getLibrary` (please, try to improve the docs and/or default example, the basic plugin functioning...

This works on Ubuntu 22.04 as well! A merge would greatly help newcomers that might see the compile step fail without much idea what's going on

@kaka-ruto thanks for reporting! I'm testing this in a Rails 8.0.0.rc1 app using Kamal 2.2.2 right now, with the default `allgood` config, and I think I know why it failed...

@kaka-ruto thanks for the follow up! I've just improved the docs a bit more with more explicit mentions to Kamal. Hope this is enough! Closing this issue for now, thanks...

@nathanvda there's no need to have `allgood` override the Kamal default `/up` endpoint – you can have both! What I have in the `routes.rb` of all my projects is: ```ruby...