Seba Kerckhof
Seba Kerckhof
I noticed that this plugin does not warn for usage of deprecated jsx props. Since we needed this, I've written this plugin: https://github.com/sebakerckhof/eslint-plugin-deprecated-jsx-props I originally started with bringing https://github.com/Drawbotics/eslint-plugin-deprecated-props up...
When I try to use this package in Electron on windows (maybe also other platforms, didn't test it) I get the following error: ``` Error: A dynamic link library (DLL)...
Hello, I'm trying out angular 2, but I like to work package-based. So for example my bootstrap code is in packages/frontend-core/client/app.ts What is the path I have to use for...
More and more, people might not care about supporting older browsers, or even browsers at all (e.g. react native). This could mean that they only support environments that also support...
If all indexes for your mongo database are defined inside your meteor application (using `_ensureIndex`). It would be useful if Meteor could have an option (e.g. through a setting or...
My rebuild times are very inconsistent and the biggest culprit seems to be `other _buildLocalPackages` inside the `prepareProjectForBuild` step. It would be great to have a more detailed profiling, since...
While the obsolete geojson spec specifies that a crs property can be on each object, most servers (geoserver/mapserver) specify a crs property only on the root object of the geojson...
This has the following improvements: * Resolves local packages * Resolves files in local packages, so it also can resolve the actual imported objects * Caches some information for better...
I don't really get the logic behind: https://github.com/clayne11/eslint-import-resolver-meteor/blob/master/index.js#L93 Why do you choose the package file when there's a colon? Because this seems to break when I have custom packages with...