Dan Masquelier
Dan Masquelier
``` php $arr = [ 'a' => 1, 'b' => 2, 'c' => 3, 4 => 4, ]; \Filterus\Filter::factory('array, keys:string')->filter($arr); ``` Doesn't remove `4`. I noticed you've got [`is_scalar()` testing,...
Just leaving this github issue here for future travelers that are trying to figure out why their topic/trigger names aren't working. Make sure your trigger names are lowercase and not...
I'm in the process of converting some interpolated data attributes to use `bindonce`'s `bo-attr-data*` and noticed something unexpected: ``` js var bar = { foo_thing: 'testing1', foo_other: 'testing2' }; ```...
say I have the following settings: ``` .vimrc call AddCycleGroup(['$_POST', '$_GET', '$this->params']) call AddCycleGroup(['$this->', 'self::']) ``` if I am cycling through `$_POST`, to `$_GET`, then to `$this->params`, my cursor is...
Was lolling about this on a mobile device the other day and decided to revisit on a browser later. Saw that the emoji's weren't loading, e.g. looking all like: ![not...
the maxerr limit for jshint is super annoying (and is likely to be removed from jshint core soon) https://github.com/instantdelay/jshint/commit/e99e47baeb0a814f5a9bc3fec5080b4c79381b38 since it prevents you from seeing errors at the end of...
First off, thanks for the module! Just have a quick suggestion for the project: Looks like this could use some more-obvious API version switching documentation. Didn't know `url=` kwarg was...
When clicking this button, the rollback procedure kicks off successfully, but the UI does not reflect that anything has succeeded. This can cause a train engineer to hit the button...