Riccardo Balbo
Riccardo Balbo
Same issue here, on ubuntu 20.04 and docker desktop. Docker commands work for the current user, however polar detects docker only when launched as root: `sudo polar --no-sandbox` EDIT: i've...
I've found that there is this crossplatform alternative https://www.cs-script.net/ not being a C# dev, though, i don't know if replacing codedom with this would require a considerable effort
Thanks for the reply. It seems to me that this may fall into a grey area :thinking: , since gpl covers derivate work, and this may be seen as a...
The PR in question, are actually two this one: https://github.com/jMonkeyEngine/jmonkeyengine/pull/1096 that added support for the lwjgl2 renderer (lwjgl3 should already be fine) and this one: https://github.com/jMonkeyEngine/jmonkeyengine/pull/1099 that renamed the constants...
It works for me... how are you running it?
> I can do the same thing for the repos, but i am not sure which places need to be searched for the ln address. Maybe the repo description? and...
Out of an abundance of caution i've added a regex to check for the validity of repo and username before using them in the api calls
> @riccardobl Nevertheless I would be very interested in finding the root cause of the problem. Did you find out why the existing code does not work for you? So,...
~~the debug=true hardcoded variables here~~ https://github.com/getAlby/lightning-browser-extension/blob/80d279fb71bad895874cdee8d0cf18570a438d67/src/extension/content-script/index.js#L36-L37 ~~and here~~ https://github.com/getAlby/lightning-browser-extension/blob/80d279fb71bad895874cdee8d0cf18570a438d67/src/extension/content-script/setLightningData.ts#L6-L7 ~~are going to be replaced with some code that check if the extension is in production or development, once i figure...
I've changed the code to disable the instagram test if ALBY_E2E_INSTAGRAM_USERNAME or ALBY_E2E_INSTAGRAM_PASSWORD are missing. This is to avoid breaking the CI in PRs where gh secrets are not shareable...