Emile J. Bergeron

Results 6 issues of Emile J. Bergeron

## Overview I'd like to enforce [`@typescript-eslint/no-use-before-define`](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-use-before-define.md) in our projects and before extending the config on our side, I was wondering why it was turned off by default and if...

Package: eslint-plugin
feature request

Related to the line [486](https://github.com/gmac/backbone.epoxy/blob/a635f5b2088aced1e5d568d97d90a2d69bd8f4b6/backbone.epoxy.js#L486), if I set a computed attribute, the following events are triggered: - `change:myField change` with `(model, value)` from epoxy, - standard backbone `change` with `(model,...

_Disclaimer: I'm aware that this is **not** backward compatible._ # Current behaviour Right now, an action callback receives the thunk params last ([source](https://github.com/machadogj/redux-thunk-actions/blob/803191161ce17dc75ccde757c96d9b721e30da39/src/index.js#L52)): ```js result = fn(...args, {getState, dispatch, extra});...

We'd need to adjust the cost of `__typename` for every type. Is there a quick way?

Specifically, the following: ``` css [class^="icon-"]:before, [class*=" icon-"]:before { // ... } ``` clashes with [Simple Line Icons](https://github.com/thesabbir/simple-line-icons) as you both use `icon-` as a prefix. To avoid a breaking...