Jonathan Ingram
Jonathan Ingram
@nicolas-bastien just double check you `rm -rf app/cache/dev` - i.e. manually remove the cache just in case.
@DorianGrey wow thank you, you're awesome. Do you think there's any way to alleviate this kind of thing in the future for other people or does it just come down...
I wonder if a good solution is to use an interface like that in go-cloud: https://github.com/google/go-cloud/tree/master/blob Check out https://github.com/google/go-cloud/blob/master/blob/example_test.go for a "local/file" cache. Similarly, check out the GCS or S3...
This is an important issue and I think the example in the Apollo docs might need to be removed. References (some repeated above): - https://www.owasp.org/index.php/HTML5_Security_Cheat_Sheet#Local_Storage - https://dev.to/rdegges/please-stop-using-local-storage-1i04 - https://stormpath.com/blog/where-to-store-your-jwts-cookies-vs-html5-web-storage I've...
As in those you would create with, say, c++? what useful example would we use traits for?
Just had a look into php traits and it seems they will come out in php 5.4 which is in some sort of alpha or beta state. Although I'd love...
OK thanks - yes I can imagine a kind of plugin doing this, and it's a possible solution. In fact, all I'm currently doing (not using annotations) is within the...
You are definitely correct that I shoul have some sort if lazy instantiation. FYI in my init method I've just used zend registry as a temporary measure to get the...
Thank you for your suggestion! And sorry for the late reply :) Your solution seems good. Personally, I would not call the action helper "Ding" because all it is, is...
@xiaoxin01 thank you for the PR. We'll take a look over it and get back to you as soon as possible. This PR changes the API surface of the package...