✿ corey
✿ corey
Using the [TypeScript AST Viewer][ast] shows that in recent versions of `typescript` (since at least `4.5.5`), the `type` keyword in comma-separated imports does not show up as an `ImportSpecifier` within...
This is also reflected in the Flow install docs as a best practice: https://flow.org/en/docs/install/ >Flow works best when installed per-project with explicit versioning rather than globally.
It makes sense that that setting would work, but I don't feel it's very intuitive + the default assumption is a global install when that seems like it should be...
This is a rough first pass: https://github.com/AtomLinter/linter-flow/pull/180
> What I'm not sure about is whether you're still experiencing the issue. If manually running sudo-touchid fixes the issue, but as we already know the service simply runs it...
I see that `com.user.sudo-touchid.plist` defines a `ProgramArguments ` invoking `/usr/local/bin/sudo-touchid`. I believe this fails on Apple Silicon because homebrew installs packages to a default prefix of `/opt/homebrew`. Therefore, resolving this...
Actually it seems like like the relevant plist would be generated in the [formula](https://github.com/artginzburg/homebrew-tap/blob/main/Formula/sudo-touchid.rb), which is: ``` ❯ cat /Library/LaunchDaemons/homebrew.mxcl.sudo-touchid.plist Label homebrew.mxcl.sudo-touchid ProgramArguments /opt/homebrew/opt/sudo-touchid/bin/sudo-touchid RunAtLoad ``` That path is valid...
This doesn't appear to work via `package.json` configuration either. If this is intentional, the documentation could make this clearer by stating certain options are meant for use in the `madge()`...
I've also been encountering this issue, where Gitify seems to "stick" to a certain space. I don't think this has happened during a session, i.e., as I'm actively using the...
To my eyes, it seems like the app that I have (0.1.12.1487384288) and the latest version in `master` both use San Francisco, but it's kind of hard to tell: ![screen...