Lucas Hild

Results 4 comments of Lucas Hild

Hey @ramnes, thanks for your review! I tried to solve your concerns from your last comment. Unfortunately, it's impossible to only use the `werkzeug.Map` object due to the fact that...

This was fixed as part of https://github.com/grafana/grafana/pull/82354

Beekeeper Studio registers file associations, enabling seamless database connections through your operating system's native file handling: - Mac: `open postgresql://user@host/database` or `open ./example.db` - Linux: `xdg-open postgresql://user@host/database` or `xdg-open ./example.db`...

Hey @zachaller, do you mind taking a look at this PR? Or should I ping someone else? Thanks a lot!