Tomas Aschan
Tomas Aschan
I'm tempted to take a stab at this; [`hub`](https://github.com/github/hub) also uses this library. @atotto Would a PR that looks for `clip.exe` on Linux be accepted (assuming code quality is OK...
What would be the right way to implement this in Gadfly? I'm probably not the most capable person to do this, but since I'd like to be able to use...
Your API example lacks one important aspect of these plots: the raw data for the minimum wage plot, would likely be available in € for the French wages, and in...
@dubreuia I'm seeing this now with Save Actions v1.4.0, IntelliJ IDEA 2018.3.4 (Community Edition) Full IntelliJ version info: IntelliJ IDEA 2018.3.4 (Community Edition) Build #IC-183.5429.30, built on January 29, 2019...
Yeah, I routinely CTRL+S (I'm normally a .NET developer, so not used to IntelliJ's auto-save feature. I'm used to saving files to trigger rebuilds :)). Here's the full stack trace...
@dubreuia I think "duplicates #203" is a misunderstanding; this _is_ #203... :)
Is this "the same" issue as https://github.com/gajus/react-css-modules/issues/147?
Also, I seem to be able to reproduce this with 3.0.0.
Even with that workaround, thouhg, `pip-sync` effectively breaks if you want to run it a second time. In other words, this workflow doesn't actually work: ``` $ # clone repo...
@AndydeCleyre I thought I had tried that, but I was doing `-e .`, not `-e file:.`. That makes all the difference! Thanks!