Themistokle Benetatos

Results 12 comments of Themistokle Benetatos

I encountered the same issue and used this workaround, warning I'm still working on a project so cross-browser compatibility is not yet tested : ```css input[type=email], input[type=text], input[type=password] { margin-top:...

Greetings, - [ ] Visual feedback of the ticket priority in the tickets list I can't seem to find a way with a quick look to see what is urgent...

I suppose we could check the current DOM element before triggering the shortcut to avoid such issue. I'll try to find some time and see if I can patch the...

Thank you @coderfls , indeed this repository is a bit old now and requires tweakings in order to work with the latest library.

Sorry I just noticed your issue. Someone asked a similar question on the YouTube video of this project, here is the answer I replied : Not sure exactly why this...

Greetings @flawiddsouza , I tried with only `Disable SSL Verification` as well and it was not working. I should have mentioned that in my initial issue. I tried again just...

I can confirm it's an issue with the DNS and not self-signed certificate. I tried on another local domain with no certificate and it's not working either. I opened the...

I'm running dnsmasq locally. Thank you very much for the quick reply. edit: Just to make sure, I ran another similar tool to test things and I can confirm it's...

Greetings @flawiddsouza , I tried your new package v0.10.1 (016ed7f) and I unfortunately still get the same error. We are running BookStack locally on a server at the following domain...

Here is the log output : ``` [2024-04-19 14:50:45.573] [info]  lookup bookstack.local [2024-04-19 14:50:50.583] [error] request failed TypeError: fetch failed     at fetch (/snap/restfox/x1/resources/app.asar/node_modules/undici/index.js:109:13)     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)     at async Object.handleSendRequest (/snap/restfox/x1/resources/app.asar/src/request.js:55:26)    ...