Mike

Results 39 comments of Mike

Thanks for the input and tip, if I add `process` and `process.env` to the define plugin with no changes to PropTypes lib I do indeed see a little more code...

Hey @Gama11 thanks for your interested and fork. I don't have a huge amount of time to maintain this library anymore. That said, if there was a solid PR which...

@alamboley Only because I've not really used haxe for php. Have you given it a go and it didn't work?

Wow this is old, apologies @fponticelli. As you guessed not much time to maintain this anymore and not writing Haxe these days. That said if there's a bug then a...

@alanlanglois I'm not sure to be honest and don't have time to add new features and support to this library anymore. For anyone interested, I'm open to PRs which are...

What's the actual error before the stack trace?

@h2non I've had a look into this and think I've traced the regression in `bimg` back to a change here https://github.com/h2non/bimg/blob/master/resizer.go#L456 Currently it's ```go factor = math.Min(xfactor, yfactor) ``` Previously...

Looks like there was a [partial fix in the referenced issue](https://github.com/golang/go/issues/16318), i.e. [ParseOptionEnableScripting(bool)](https://github.com/golang/net/commit/9ce7a6920f093fc0b908c4a5f66ae049110f417e#diff-c9cf9d2b681db175b1dfad1b45f702904a0fd787e3eac7dc999e88c478d1dfa3R2322) which would support disabling script emulation mode. From the last issue comment it only work when `noscript`...

I fixed by adding this override to `project.json`. Overrides available from `npm v8.3.0` ``` "overrides": { "passport-oauth2": { "oauth": "^0.10.0" } } ```