Maxim Mazurok

Results 88 issues of Maxim Mazurok

I'm running `pip install -r mesh-transformer-jax/requirements.txt` on a fresh clone of this repo and getting this: ``` ERROR: Could not find a version that satisfies the requirement ray[default]==1.4.1 (from versions:...

In here: https://certbot.eff.org/instructions?ws=apache&os=ubuntufocal&tab=wildcard There's a link: ![image](https://github.com/certbot/website/assets/7756211/d7610cab-053b-4a4f-9498-0fb5001e1797) "instructions for your DNS provider" It goes to ``` https://certbot.eff.org/docs/using.html#dns-plugins' ``` (with single quote at the end) needs to go to: ``` https://certbot.eff.org/docs/using.html#dns-plugins...

### Bug description I have followed this recipe: https://docs.lost-pixel.com/user-docs/recipes/lost-pixel-oss/automatic-baseline-update-pr However, folders are create as root and I'm running into this issue: https://github.com/peter-evans/create-pull-request/issues/783 This fixes the problem: `sudo chown -R $USER:$USER...

### Bug description During GHA run it couldn't find diff for one of the pages for some reason ### How to reproduce Intermittent, saw it once so far ### Expected...

### Bug description After running `npx lost-pixel local` it creates `current/blog` folder for me. But on subsequent runs it fails to remove it. ### How to reproduce run locally two...

Replacing `docker-compose` with `podman-compose` from https://github.com/containers/podman-compose helped

See "Output for the above example code" to verify that `"Catch utf-8 emoji such as 💘 and 💋 and 😁"` is actually the correct string.

Historically we've been using the same linting process as DefinitelyTyped, because generated types were meant to be published there, so it made sense to use the same testing. However now...

enhancement
help wanted
dependencies

We actually use @types/gapi.client, not @types/gapi

For example, in https://walletobjects.googleapis.com/$discovery/rest?version=v1 there is `JwtResource` interface in `schemas`. However, there's also `jwt` resource in the `resources` object, for which we generate `JwtResource` name. I think I've already seen...

enhancement
help wanted