ehmicky
ehmicky
Trying to figure out the shape of this. What about: allowing the `pkg` option to be either a plain object (current behavior) or a `URL`? Also I think both a...
I work with @erezrokah on `netlify-cli`. From our additional debugging, it seems like the problem is happening due to a circular dependency between two packages (i.e. they depend on each...
Maybe the install script can first install `pip` itself locally, but I am not sure if this is the best way to solve this. I have some good insights into...
Unfortunately not, sorry :/ I've also noticed that the table is horizontally scrolled on mobile, but I'm not sure if this is intentional and/or this is related.
@Berkmann18 you can reproduce by checking the same repository I posted above on a mobile screen. Please let me know if you would like me to post a screenshot.
No I haven't because while this issue does lead to horizontal scrolling, I don't think it justifies rolling back and missing bug fixes and features.
Thanks for trying to figure a solution to this issue :) The horizontal scrolling is still an issue (I just tried it), so it will re-occur. I tried decreasing `contributorsPerLine`....
> Good point, I was thinking of having either a separate development channel which would be as up-to-date as the upstream but using v5's Markdown rendering approach or having a...
Related: https://github.com/avajs/eslint-plugin-ava/issues/347
I tend to iterate tests over different inputs. I love Ava but I personally find the syntax for macros not very intuitive and would prefer a syntax closer to [Jest's...