Till Riedel
Till Riedel
> the problem is, I have it spread over three repos, historically, and have not figured out yet how to combine that in a linear commit flow. Google gave a...
Why is the BytesIO object created inside the function rather then a file like object being passed into the function? I am currently using StringIO to read lines...
According to https://stackoverflow.com/questions/3825990/http-response-code-for-post-when-resource-already-exists it should be **409**. PS: However, I think @PaulTeco meant also the associated message (i.e. where the conflict happened). I have not check, but I think he...
The features table takes 1,5 hours to convert ``` 22:56:10.761 [ main] INFO l.executor.jvm.JdbcExecutor - ALTER TABLE "public"."FEATURES" ALTER COLUMN "PROPERTIES" TYPE JSONB USING ("PROPERTIES"::JSONB) 00:23:19.196 [ main] INFO liquibase.changelog.ChangeSet...
It seems to me that the REST API does not respond and incoming data is not accepted. So we are losing all data that is send, don't we. Our embedded...
For me it works now. Regarding the test case above: for me entering a URL in the bar opens a new tab. So going back does the animation but rather...
Ok now I can reproduce on Android 14 with ithome.com. Web view 124.0.6367.42 with new URLs in same tab. Also with content blocking disabled. Edit: Page History gives - m.ithome.com...
I can confirm, but I initially could not reproduce as also other options like remove identifying headers seem to trigger the same problem.
This is my PR in go but I tried to address it and it seemed quite straight forward actually: #6547