Adrien Antoine
Adrien Antoine
Hi @dilanshah, It seems to be an issue with this package: https://github.com/samverschueren/resolve-alfred-prefs. Can you open an issue there?
Hi, It doesn't seem to be related to this library, did you have any issues using any other node libraries? Did you try to run your tests without enzyme-to-json? Also...
Hi @criticalserenity we haven't had time to look at this bug, PRs are welcome if you want to have a look. Thanks!
As a workaround it is possible to add the drilldown data to the `HighchartsChart` component. For example: ```jsx [...] ; ``` And you also have to import and apply the...
That would be great, is there a way to test this specific branch locally?
@tobiastimm well I ended up using your theme [Raiju](https://github.com/tobiastimm/raiju), thanks!
I'm having issues while using this plugin with `webpack.IgnorePlugin`, here's my config: ``` new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), ``` and here's the error I get: ``` /Users/adrien/Projects/tray/website/node_modules/hard-source-webpack-plugin/lib/hard-context-module-factory.js:74 var identifier = identifierPrefix +...
Hey @mzgoddard, sorry I didn't answer earlier (I couldn't test), it's fixed in `v0.3.9`, thanks for your works!
Hi! If this is a problem, use v1.9.0 until I fix that. I released this one as a major release so that npm doesn't auto install this version for people...
I can't really reproduce that, @piersadrian can you give me more info about your dev environment and configuration? Thanks!