Bruno Škvorc
Bruno Škvorc
> The nesting would make sense if you are publishing stuff in germany, austria and switzerland, Yes, the corporation does publish stuff in Austria, Germany and Switzerland. I have not...
Let me pick your brain at WebSummerCamp and then I'll respond here :)
I see. Well, if that's convention, maybe add a section to the docs explaining what needs to be done, in addition to the Symfony guide, to move the vendor folder?
I have created a small shell script which takes care of this automatically. After installing Sulu, running the script will, in order: - change the vendor path in composer.json -...
Excellent, let me know. I'd prefer if it didn't have to be used as it's obviously quite hacky.
> thoughts on using a smart contract repository to register nodes? you need to be in sync with the network to read the contract though, so kind of a catch...
Mobile routers connecting with data-only SIM cards generally have static IPs if they stay put in an area. I have one such router running on my nodes and it costs...
This is currently not implemented directly. However, I believe you can work around this by modifying the HttpClient used by the Diffbot class. It's just a Guzzle5 HTTPClient, so take...
@steved1982 I know it's been a while since this has been dealt with, but the client now implements PSR-7, so you can set custom headers by simply tweaking the client...
That'll happen with large bodies :( See [this](https://github.com/guzzle/guzzle/issues/831) and [this](http://stackoverflow.com/questions/16703647/why-curl-return-and-error-23-failed-writing-body). Let me know if you manage to hack past it.