Son Bui
Son Bui
I have issue when I tried to reuse MediaAutocompleteChoiceType for media_type is null and multiple is true. I see that bitbag-media-autocomplete.js only support media_type is Image and multiple is false...
I got a different response. ``` Original curl https://httpbin.org/response-headers\?access_token\=faketoken\&token_type\=Bearer { "Content-Length": "128", "Content-Type": "application/json", "access_token": "faketoken", "token_type": "Bearer" } go-httpbin curl http://httpbin:9100/response-headers\?access_token\=faketoken\&token_type\=Bearer { "access_token": [ "faketoken" ], "token_type": [ "Bearer"...
Fixes #11654 ### Motivation - bouk/staticfiles is deprecated - Sometime server/static/files.go is added to git commit unexpectedly ### Modifications - remove bouk/staticfiles, use standard lib ### Verification - make test...
str_replace(): Argument #3 ($subject) must be of type array|string, int giv ### Description ### Fixed Issues (if relevant) 1. magento/ece-tools#808: str_replace(): Argument #3 ($subject) must be of type array|string, int...
# Summary From https://github.com/argoproj/argo-workflows/pull/11644 , lib for embed static files https://github.com/bouk/staticfiles is deprecated now. It should be replaced with Go standard library # Use Cases - maintainable code --- **Message...
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...
There is an error when run `make init` (v2.0) in MacOS with nodejs container
FIx issue when run make init v1.14 make[1]: *** [docker-compose-check] Error 1 v2: https://github.com/Sylius/Sylius-Standard/pull/1072