Idan Gazit
Idan Gazit
Hmm, not sure that python has something which is unique to it, TBH I don't know much about variants of regexp flavors. Best resource I was able to google on...
Ah, looks like there are some python-specific things, like python-style named capture groups. I don't know if there's an objc library for this, totally understand why you might not be...
I was able to use the eyedropper tool to get something very similar to the original scheme by grabbing the `uno-3` and `duo-1` colors from the screenshot in the readme...
Does the magic trackpad 3 solve these issues?
Sounds like some improvements on this front have landed in insiders, will test shortly! https://twitter.com/Tyriar/status/1377970674526904321
@GerryWilko yeah, I see what you're saying. This is indeed a problem; actions which create commits cannot run concurrently, or they must handle the situation you highlight. I'm not sure...
@bilalaslamseattle sorry, I'm not really working on this anymore — you're more than welcome to add this stuff, though!
Following the suggestions in #67, had originally setup with `./node_modules/.bin/flow`, I'm still getting errors from the linter, despite the binary definitely being present.  Absolute path does...
Ideally this should work without needing to configure the path to the local flow binary. If you take a look at how [linter-eslint does this](https://github.com/AtomLinter/linter-eslint/blob/1db35922c3aff7a5396af7c9ae1518fc151b79d5/src/worker-helpers.js#L43-L105), it automatically looks for a...
Fixed in ca8015b