Dejan Levec
Dejan Levec
#### What are you trying to achieve? When testing a page which shows a popup on unload (`beforeunload` event), CodeceptJS fails if `restart: false` is set. The issue is not...
Fixes https://github.com/sirn-se/websocket-php/issues/56 Ideally, upstream https://github.com/sirn-se/phrity-net-uri would have methods to get URL decoded username/password, but for the time being, the following should solve the authentication issue.
**Describe the bug** When using basic auth, it fails with non-ascii usernames/passwords, because they get (or remain) URL encoded before it's encoded with base64. Note: This worked with older `textalk/websocket`...
Removes arbitrary remote cache manifest limit of 1 MB, which was added here: https://github.com/moby/buildkit/commit/80d2f820f936fe31a97564fd7f4dfbf6f3b28016#diff-43026ef44c9363551fae4714a9441a4fdc4e61ab4b315c07f29fd10f1199cfeaR80-R83 Resolves https://github.com/moby/buildkit/issues/4916
Buildkit remote cache manifest fails to load, if it's larger than 1 MB with the following error: ``` #44 importing cache manifest from xxxx.dkr.ecr.us-east-1.amazonaws.com/repository/name:cache-9922acacff70b461cc2a6ec1b5a4bb9a201a5a42 #44 inferred cache manifest type: application/vnd.oci.image.manifest.v1+json...