Michael Mior

Results 156 comments of Michael Mior

This works great for my use case. Looking over the code quickly, it also looks like this shouldn't introduce any breaking changes. Hoping this can get merged!

@JP250552 As the previous post stated, installing with npm is done *instead* of `corepack enable`. If installing with npm, running `corepack enable` is not necessary. When installing via npm, several...

I'm having this issue with Ubuntu 20.04 because the newest glibc easily installable is 2.31, but Pyre seems to want at least 2.32.

The link can just be to the page of runs. It does mean if there are no recent runs (as is the case now), then there won't be anything there,...

draft-07 indicates that `format` does not need to be implemented as an assertion. It's up to the implementation. That said, boon implementing them as assertions is valid according to the...

I have the same issue. Also, the Bark config has hardcoded paths to `/root` which I had to manually edit before I got this far.

@KubaGRe Unfortunately I do not have permission to upload to PyPI.

Here's a [relevant discussion](https://softwareengineering.stackexchange.com/questions/82321/why-do-people-pick-the-mit-license-over-bsd-if-bsds-non-endorsement-clause-i) on the software engineering Stack Exchange.

I think how you get the PR content will be specific to your particular application, but it would be helpful to have an example of parsing the metadata from the...

@Uzlopak Can you point to an example since this was marked as completed?