Matt Lyons
Matt Lyons
If this issue is critical to anyone else I've created @mattlyons/rsync on npm which I will keep up until this gets merged. https://www.npmjs.com/package/@mattlyons/rsync
It turns out that this isn't really compatible with anything that expects the `connect-flash` package. I'll be submitting a PR of a version I'm using that is compatible soon.
After looking into it, it seems that my solution only works with async/await (or possibly something to do with me using different versions of middleware and koa?). Anyways its not...
I just encountered this with `binutils` version `2.34` installed with homebrew. `brew remove binutils` then rebuilding native packages fixed the problem for me as well. I'm running OSX Mojave
I've been using bug.n for a few weeks now and found my _WindowState.ini was 700kb. bug.n was terribly slow and yet after deleting is extremely responsive again. I think that...
I've opened #160 which bumps the Typescript Server version we are using so it will download `@types/${packageName}` automatically when available but this will still show up if there are no...
Can confirm this is still an issue, I just ran into this in another GraphQL API. It's definitely a part of the GraphQL spec as defined in https://spec.graphql.org/June2018/#sec-Schema
This appears to be intentional, see https://github.com/prettier/stylelint-prettier/blob/d9b427f5a9952b469fa41bf3e905a84baa65aa27/stylelint-prettier.js#L78-L98
I believe the current behavior is if your template includes a reference to `@{{slack.name}}` the user will be notified in the channel. If the template does not include that there...
Do you think its worth trying to check those cases and only notify via DM otherwise? I believe we would need more permissions to check the users in a channel...