Simen Bekkhus

Results 128 issues of Simen Bekkhus

Using `export = ` (which is a TypeScript thing) `tsc` will output the export itself, and we can also get correct types instead of copying the actual types file. Diff...

Reduces amount of files consumer gets when `npm install`ing. Before: http://hastebin.com/wacequlono.sh After: http://hastebin.com/karavebiko.sh I also added `phantomjs` to devDeps. I expect `npm install && npm test` to not explode because...

Hi! When running the coverage plugin, there is one file (is spec the technically correct word?) that won't execute if the browser version is IE8. It gets executed if we...

An object that looks like this shows up as `null` in the output: ``` json { "filePath": "/Users/simbekkh/repos/mfinn/src/main/webapp/modules/controllers/geoWidget.js", "messages": [ { "ruleId": null, "fatal": true, "severity": 2, "source": "import SuggestionsDropdown...

## Summary Like discussed in https://github.com/react-native-community/discussions-and-proposals/issues/509, RN should override the default `node` and `node-addons` conditions. You might consider supporting (or just setting) [`customExportConditions`](https://github.com/facebook/jest/blob/4670d3be0d80d47844673eb163666253e788f006/packages/jest-environment-node/src/index.ts#L187-L189) instead, but the default of the node...

CLA Signed

As the official jQuery plugin repo is retired in favour of NPM, this should be published there (see http://plugins.jquery.com/). I think the information in the json-file is correct. Tell me...

While the elements blocked cannot be clicked, it's still possible to use the `tabulator` to access them, and then use `enter` to activate it. Would it be possible to skip...

## Summary This is a breaking change. But since I spent the time debugging to understand why it exploded horribly I thought to open a PR now. ## Test plan...

cla signed
Pinned

## Summary Bundling our modules allows us to improve our startup time by avoiding a bunch of extra I/O. Optimized code also should run faster (in theory), but might be...

cla signed
Pinned

## Summary #10188 landed yarn v2 with `node-modules` linker. I wanna play with PnP - even if we don't land it for whatever reason, any errors raised by it is...

Help Wanted
cla signed
Stale