Francisco Hodge
Francisco Hodge
Do you mind shedding some light on this @develar ? Appx build seem to be broken. I'm having the same "violates pattern constraint of" errors reported above.
I managed to get DNS verification working like so (for Cloudflare): Follow these docs (specifically the part about getting a cloudflare token): https://certbot-dns-cloudflare.readthedocs.io/en/stable/ In your docker composer use the image...
Hey @subhendukundu, Generally if you pass the [`adminPanel: true`](https://hodgef.github.io/apiker/interfaces/Options.html#adminPanel) option in your Apiker constructor, it should register the following Admin panel routes: https://github.com/hodgef/apiker/blob/70fe6a8f025cc97979aecb1b1b88d9ea522001d2/src/components/Admin/Admin.ts#L15 However, I think the panel feature might...
My specific issue was that the `.index` files in `storage/` didn't have the proper permissions. Was able to fix it with a simple `chown` command.
Hey @xinthose, You're right, "backspace" should be translated as well. I initially intended translations to be directly added to the layout (as they are now), but this doesn't cover "function...
> I've read it all but I am still confused. Can someone make a conclusion, please? This library is just an interface for your OS credentials manager, and that's it....
I tried the Vite alternative proposed, and sadly ran into a bunch of issues. For those of you in the same situation: here's an **Electron 17** boilerplate I set up,...
Hello @plotti, Did you get this resolved? I could take a look at it but would need sort of a sandbox example in which to reproduce the issue. Regards, Francisco...
Thanks for the details. Have you posted that demo.html somewhere? I might have missed it in the thread. Regards, Francisco Hodge
Thanks for the demo @plotti, After some testing, I'm unsure about how botui triggers the autocomplete filtering. It doesn't seem to be on input keydown. Perhaps @moinism has some insight...