Daniel Flook

Results 104 comments of Daniel Flook

Just a hunch, but are there spaces in the backend config? e.g. ```yaml backend_config: | bucket = "my-config" ``` And does it work if the spaces are removed, like this:...

Hello @kevinjwalters, thanks for creating an issue. This is expected, as python-minifier only work on a single module at a time. It doesn't track names across modules. Using `--rename-globals` on...

Thanks for creating an issue @bjacoby-rn, this does appear to be a problem with v2.0.0

Hi Ben 👋 I'm glad you're finding these actions useful ❤️ The warnings should be being stripped out, but that doesn't seem to be working. Everything after the `Plan: `...

This should be resolved in v2.2.2 There was a small issue with `#` in the changes summary when the plan has actually changed, but that was resolved last week in...

Hi, the full plan is always in the workflow log and linked to from the comment.

Every command that locks the state is executed with `-lock-timeout=300s`. Have you run into any situations where this isn't working, or the job still fails because the state is locked?...

That doesn't look like it's using this project to minify. If you put the same code into [python-minifier.com](https://python-minifier.com) does it work like you expect?

Hello, python-minifier tries to make optimal choices to minimize the size of the output, in bytes. In particular, it uses tabs for indentation because they are a still a single...