Rich Churcher

Results 33 comments of Rich Churcher

Even if by default ndb looked for debuggers on 9229, that'd be a big help. I use something very similar to the above. Here's a fairly bog-standard docker-compose.yml, if it...

Setting `ARGS`, you can add an rsync `--exclude` flag. So, for example: ``` - name: deploy uses: easingthemes/[email protected] env: ARGS: "-rltgoDzvO --delete --exclude=images" ```

Oh, all of 'em? I could probably do that, though you may find that not everyone has jumped on board the `init.lua` train just yet :laughing:

We're also struggling with this. The environments do get created, but tf errors out with a 422 each time, so state is not updated.

I note that I can reproduce this error with valid credentials, and where we are able to update the custom branch rules via the web UI (meaning we have sufficient...

See: https://github.com/orgs/community/discussions/30201#discussioncomment-3801138 for API request attempts.

It can be done fairly easily using the `vim.g.firenvim_config` syntax. I've added a PR with an example.

@Tom29 I'm having some trouble reproducing your problem. I just dumped a 2560x1600 image into an HTMLView and it displayed in proportion, with no blur. You might need to post...

Unfortunately I still cannot reproduce. Your image looks fine to me, testing with RN 0.45 and react-native-htmlview 0.10 on Android, even after many reloads. The fact that it is an...

Nope, I can't currently test iOS builds (hopefully after this week though). There is some image size and width manipulation that happens under the hood, so it's possible something is...