Florian Witteler
Florian Witteler
I have the same issue. For me it happens when my scala-js frontend creates a `` tag with its src pointing to a static url that is handled by http4s....
Lol - I just checked the versions and noticed a difference between my two projects. I overlooked that difference when comparing both versions. The one with the "wrong" behavior was...
Btw: thanks for working on http4s, @armanbilge and others. I really enjoy working with it. The documentation is awesome compared to other open source projects!
Hi! Thanks for looking into this issue. We got this error when we tried to run your suggested solution. I don't know enough about Postgres to evaluate how properly fix...
Ok, I dug a little deeper and found a possible solution. So, in case the `_clone` user is active (and it potentially created object in the database) you could execute...
I created another PR that could solve our problem. Would you mind checking out if this works for you? I haven't tested the whole solution yet (only executed the sql-statement...
@xsnrg I think we discarded this feature for now because of this bug. We're not live yet so no need for password rotation.
Thanks for the writeup, @JordanMartinez. I come from scala and it has a very powerful collection library that's part of the standard-library. I missed this function for my side-project so...
Hi! Greg encouraged me to try my hand on upgrading to leptos 0.8, since there were not a lot of breaking changes. I left two `FIXME` where you need to...
If I use the unreleased beta3 tag as a dependency in my project, everything works fine again. ```toml leptos-struct-table = { git = "https://github.com/Synphonyte/leptos-struct-table", tag = "v0.14.0-beta3", features = ["chrono"]...