sinbino

Results 10 comments of sinbino

I have the same problem on Amazon Linux 2 on ec2. I had to disable helper to login to docker. This causes docker to warn that the password is stored...

@olifolkerd I am using tabulator 5.4 with remote pagination. And i am required to keep the page on filter and sort change. Tabulator5.4 always seems to reset the page back...

Why doesn't wireguard-ui accept the "Standard Wireguard" setting?

@tvdijen Sorry it has taken so long to reply. I have tried the patch, but it still does not seem to set the cookie.

I tried to trace with v2.0.4. modules/core/src/Controller/Login.php#136 - ENTRY Login::handleLogin modules/core/src/Controller/Login.php#226 - CALL UserPassBase::handleLogin modules/core/src/Auth/UserPassBase.php#284 - ENTRY UserPassBase::handleLogin modules/core/src/Auth/UserPassBase.php#317 - CALL Auth\Source::completeAuth completeAuth function throws an exception and NEVER RETURNS...

I am not sure if this is related to this issue. I am trying to render wide characters (Kanji in UTF-8). It renders fine in doc.text, but in doc.table the...

> (for others finding this comment: docker compose can be self installed following the instructions in the github repo https://github.com/docker/compose#where-to-get-docker-compose) This method did not work in my environment. I deployed...

In svelte-floating-ui/src/lib/index.ts, line 75, the return value of initAutoUpdate seems to expect a cleanup function, but the _autoUpdate function has been processed inside the tick promise, I think it is...

This problem was fixed in version 5.34.9. https://svelte.dev/playground/4b1cfa51635243a193a7f76ad7696b17?version=5.34.9