Anders Fajersson
Anders Fajersson
I can help. Maybe @lsmith77 can co-maintain as well?
@lsmith77 not sure what you mean by "extension points" but your additions seems solid to me. Maybe that some of them could be a breaking change for existing users, like...
Could it be an alternative to let security concerned users of Trellis opt out of having the web root owned by the same user that runs the PHP process?
Thanks for the quick reply! I tried this and from what I can tell it does validate that the a value is selected, but it _doesn't_ give an error if...
What would you think of adding a more automatic way of doing this, and a way to opt in to that globally? So if you opted in to this, your...
Ok, I’ll look into that. Thanks for your time!
Found this (which also explains more succinctly what I want to do) from https://www.owasp.org/index.php/Input_Validation_Cheat_Sheet#Whitelisting_vs_blacklisting: > If the input field comes from a fixed set of options, like a drop down...
Or maybe add it to the first example? | Interpolation syntax | Usage | Example | | ------------- | ------------- | ------------- | | `${ sql`` or [sql``, ...] }`...
I can reproduce this. In my own app it happens frequently but not always. On https://nebula.gl/geojson-editor/ I can't get it to happen. When I run https://github.com/uber/nebula.gl/tree/master/examples/advanced locally I can quite...
Hi and thanks for the PR! Can't we just change from 5 to 5.1? What is the use case for having the version as an argument?