Damian Senn

Results 16 issues of Damian Senn

When opening a file through NERDTree the newly focused window/pane is still transparent.

I got a project where in package.json we have a `"browserslist": "extends @someorg/browserslist-config"` definition. coc-react-refactor dies with `Error: Cannot find module '@someorg/browserslist-config'`. I assume this has to do with the...

**Note from @alexlafroscia:** Basic support has been added in #75, but I want to keep this issue open until we can add Fastboot testing to our automated testing setup. Until...

feature

This updates react-frame-component which adds support for running components in Frames which need contexts available (useContext, ThemeProvider, newer react-redux versions, etc.). Would also be nice to backport this to v3....

When I have configured lazy routes in my App, triggering a change hot-reloads the whole App. Haven't found a way to fix this, but I have found someone with the...

Is there a way to define the `theme_color` in the manifest only? I'm setting the `theme_color` meta element programmatically through `ember-cli-head` depending on my backgrounds and don't want a duplicate...

feature

Every browser with SW support, supports async/await too. This PR removes `regenerator` from the babel options and updates `broccoli-rollup` and `broccoli-uglify-sourcemap` to be able to parse async/await syntax.

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

check
ts-config

I'm not sure what I am doing wrong, the provided binaries from the beta release work, but I ran into issue #15 and thought I'd increase the mouse acceleration in...

Given something like: ``` js let srv = Mitm() let client = irc.Client.create({ host: 'irc.example.com', port: 6667, nick: 'topaxi', user: 'topaxi' }) let subscription = client.subscribe() srv.on('connection', () => {...