Thomas
Thomas
Can you try a make format and squash your commits if there are any changes.
I have a quick code to make axios works on `wrangler dev`. This is very the first iteration, and a lot of features are missing, but this can can fire...
Hello, I am working on a HAL client (json only) and it includes a basic support for JMS Serializer to deserialize hal resources into plain php object. https://github.com/ekino/php-hal-client/blob/master/tests/HalClient/Deserialization/DeserializationTest.php Feedbacks are...
Seems, you are right! There is a missing call in https://github.com/sonata-project/SonataPageBundle/blob/master/Entity/Transformer.php#L55-L112 ...
Can you create a PR ?
So, we need to remove the client call, to call the docker command directly using the build sub-command.
@aforemny I don't see why the upstream support end should avoid merging this PR. Of course, time is a pretty good reason ;) Does that mean the project will no...
@flosch yes, I saw that in the `tagExtendsParser` function. The `tagExtendsNode` should store the variable name and the `template.execute` method should resolve the path from the provided context. I guess...
For the record, this bug has been introduced by https://github.com/unicode-org/cldr/commit/4116d5414204244adfaf44e830b32271aae91e4d and the related documentation https://docs.google.com/document/d/1Wx9Drhpl9p2ZqVZMGQ7KUF4pUfPtuJupv8oQ_Gf6sEE/edit#heading=h.enp59k5s3h0h from the ticket https://unicode-org.atlassian.net/browse/CLDR-12010
This might comes from those lines: https://github.com/AaronO/go-git-http/blob/master/githttp.go#L116-L120 ``` go // Copy input to git binary io.Copy(stdin, rpcReader) stdin.Close() // Write git binary's output to http response io.Copy(w, gitReader) // Wait...