Gustavo Henke

Results 30 issues of Gustavo Henke

I work on a large repo and, from time to time, I want to open a file by using Alfred. Per the lines below: https://github.com/gharlan/alfred-github-workflow/blob/a5c0bd28d3fd472caba703e0437393059c827d17/search.php#L385-L395 As I understand, the workflow...

Hey, I'm a Node.js developer which needs to program an app using PHP for college! So I thought of using this config manager, which is very alike with [node-config](https://www.npmjs.com/package/config). But...

Add a `data` setting, so the options will not be read from the select ``s.

JS
new feature

CSS enhancements should be done when building bselect. The goal is to eliminate cases where a selector has 2 properties of the same type, for example: ``` css .bselect {...

CSS
build

Support other directional icons from jQuery UI, using CSS3 property `transform`.

enhancement

Strangely, IE 10 crashes when the demo page is opened. Check out if it's something on ours or it's a bug from IE.

bug

It seems like we're packaging the benchmarks within the npm package: ![](http://i.imgur.com/yjhcMHM.png) Not a super weighty directory, but it's a best practice to not install something that the end-user is...

We can't use multiple custom validators/sanitisers when we use schemas, as an object can't have multiple keys with the same name. This makes it impossible to break them into smaller...

i: enhancement

Adds an API in the context to mark fields as used, and use that in `matchedData` to treat unused ones as optional. **This is a breaking change.** Chains that have...