Brian Schlenker

Results 28 issues of Brian Schlenker

Bumps dependencies to the latest. This allows bindings to use more recent js code, like arrow functions. Tested on a large js file, the only difference before and after was...

**Describe the bug** Hey! First off, I love this tool! Long time user, don't know how I'd get by without it. I'm trying to debug an eslint plugin in the...

feature request

Creating this issue as a place for others to post their configurations generated by running the setup. The idea is to gather all possible values from a range of device...

The latest [homebridge installation guide](https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Raspbian#step-2-install-homebridge-and-homebridge-config-ui-x) uses this new path. The `homebridge-roku-config` script should support it if it exists.

enhancement

Instead of relying on the implicit dispatch prop being passed from a container to a component, utilize mapDispatchToProps to automatically bind actions to dispatch. For example, in [PlayerContainer](https://github.com/andrewngu/sound-redux/blob/master/scripts/containers/PlayerContainer.js#L29-L45): ```js function...

I have found myself putting labels within all the boxes I've created, and manually centering them. It would be nice to have another shape tool that associates a piece of...

enhancement

The included index.d.ts file should also include the global React instance. Without it, TypeScript complains that `'React' refers to a UMD global, but the current file is a module. Consider...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I have a use...

I've been thinking of something like this for a while, but I always focused on the idea of automating the autocompletion scripts. It would be really cool to come up...

Fixes https://github.com/krisk/Fuse/issues/696 The `multiRegex` values were not matching newlines because `.` in a regex doesn't match newlines by default. Adding `/s` makes the `.` match them. Added a new test.