Don Phillips
Don Phillips
@1activegeek, Thanks! The problem was my `proxy_pass` line. Setting it to `proxy_pass http://127.0.0.1:9906/;` was the sauce. Just needed the bloody trailing slash!
Though, that said, I am getting this error in the console in dev tools: ``` /apps/calibregui/#/client/c/Calibre:1 Refused to display 'https://mydomain.net/apps/calibregui/app/element/templates/blank.html' in a frame because it set 'X-Frame-Options' to 'deny'. VM2513:66...
FWIW - the latest continuous build installs for me, though I am running Kubuntu 24.04.
I would love to have a gradle plugin that I could configure to re-generate the IconPack from a drawable folder within a Android library/app module when the library/app module is...
@egorikftp mainly because of automation. The IDE plugin is great for local development, but I'd like it to be fully automated in CI so that if another dev doesn't have...
Confirming what @bddckr said above, #245 seems to have broken configuration entirely. This is bigger than just log files
Hi everyone, got here thanks to @maxwxyz. So it looks like my issue might be similar, and I read the docs about units shared in this [comment](https://github.com/FreeCAD/FreeCAD/issues/13534#issuecomment-2066997677). But this is...
Hi, Found this thread after attempting the solution outlined in this [Stack Overflow Answer](https://stackoverflow.com/a/77587106). Like OP, I am using Apache Commons Net FTPSClient and trying to connect to a FTP...
Hi, As requested, here's the full stack trace that occurs when I have `setEnabledSessionCreation(false)`: ``` java.lang.IllegalStateException: Cannot resume session and session creation is disabled at org.bouncycastle.jsse.provider.JsseUtils.checkSessionCreationEnabled(Unknown Source:11) at org.bouncycastle.jsse.provider.ProvTlsClient.notifySessionToResume(Unknown Source:4)...
> Having said that, my guess is that the original session is not using extended_master_secret (EMS) and the default rule is only to resume sessions that use EMS. So you...