Robbie Wadley

Results 30 comments of Robbie Wadley

I can reproduce this issue in any object. @jasonwilliams the following typeScript code reproduces the issue: ``` interface exampleType { color?: string; randomOther?: string; } let example: exampleType = {...

That seems consistent with what I'm seeing. There are some situations where it does try to avoid lava fine, such as flowing lava above-ground. On a related note though, it...

Perhaps this could also work well as an update to [nodegui-plugin-title-bar](https://github.com/nodegui/nodegui-plugin-title-bar/), since the plugin already deals with macos window stuff it could be a straightforward addition. maybe with syntax somewhere...

One possible way for this to work would be as a checkbox on the fabric version selection screen, something like "Automatically download Fabric API (common mod dependency)" If the box...

This change is breaking because the type signature changed from `useInterval(callback: Function, delay?: number | null)` to `useInterval(callback: () => VoidFunction | void, delay?: number | null)` here's an example...

seems like the slack web api is using axios [this line](https://github.com/slackapi/node-slack-sdk/blob/2649398d61c39349f9c9b6c734d4d7a3a4cfdcc2/packages/web-api/src/WebClient.ts#L221) leads me to think this is caused by issue #4871

this is *probably* because the latest doiuse is checking a lot more rules. will look into it.

this should help once its merged: https://github.com/anandthakker/doiuse/pull/182

so far I haven't been able to reproduce this with stylelint 16, but that's the expected behavior if you use version 8 with stylelint 15. could you provide a minimal...

@xsq007 from NPM: version 7.1 is the same as 8.0, and was incorrectly published under the wrong version so yeah, don't use that version. my apologies for that! use 7.0.0...