Isaac Corbrey
Isaac Corbrey
I might have missed it, but has automatic syncing to a git repo been considered? I would love to just point Notable at a private repo on my Github
@boltgolt With your hesitation to use C++ maybe we could try using a different low-end language? There are several alternatives that would perform just as fast (if not faster) than...
I'm not quite sure how to do this, I tried installing `@octokit/webhooks-types` v4.2.0 as a dev dependency but it looks like Probot uses its own `node_modules` folder, so still has...
That resolved my issue! I prefer to initialize my projects from scratch, so I set up my project manually and only just now introduced Probot into it. Requiring `strict` should...
@the-mikedavis I don't know who to ask, but could I get checks run on my PR?
I believe it may have something to do with this line: https://github.com/withastro/prettier-plugin-astro/blob/1f2b7de2900df251cb9f8674405acbb80d8542b1/src/printer/embed.ts#L95 This is (as far as I can tell) the equivalent handler in Prettier itself: https://github.com/prettier/prettier/blob/34f6badf2d6f3004642711a391e9a0d3c547d317/src/language-js/print/jsx.js#L562-L595 It looks like...
For now I'm working around this by utilizing subcommand functions in Nushell. It's working decently nicely
> My workaround: more aliases! > ```toml > aliases.foo = ["util", "exec", "--", "bash", "-c", 'jj "foo $0" "$@"'] > aliases."foo bar" = ["..."] > aliases."foo baz" = ["..."] >...
I personally think so but I don't have write access
We'll also want to clean up commits before we merge 😁