sdsys-ch

Results 12 comments of sdsys-ch

I looked into while trying to understand caddy-security's Basic authentication implementation better. Turns out, after the redirect, the username is missing from the base64 encoded authentication header. You can test...

> @sdsys-ch , thank you for sponsoring me! 👍 It is very nice to see appreciation of ones work! Don't be a stranger 😉 Feel free connecting to me on...

For what it's worth, I deploy via ansible and behind caddy as reverse proxy and have always found the current docker deployment lacking. For non-pro, there is a nice alternative...

> > Works nicely enough for me. I do wish though, the docker deployment were a little less frustrating than it has been before. I'm yet to migrate a couple...

> nice workaround @undergroundwires! > > however, I'm a little surprised you didn't include a `depends:` directive to the patch service to make sure it doesn't fire before the seafile-*...

Is there any timeframe in this regard? The OpenAPI spec doesn't validate as is. I'm not using openapitools / java but posted here since my issue (generating for golang) is...

Ran into this as well, see #14582

After having a quick look at the postgres integration code, [this](https://github.com/Budibase/budibase/blob/master/packages/server/src/integrations/postgres.ts#L44) seems to be the culprit: `const JSON_REGEX = /'{.*}'::json/s` The `dotall //s` will match newlines which is wanted, but...

Fixed in [2.32.15](https://github.com/Budibase/budibase/releases/tag/2.32.15). Thanks!

This would be really helpful. While it has been done for queries, it's still missing in other places. I'd really like this for the text/js bindings drawer. Lost work a...