john-tipper

Results 10 issues of john-tipper

Tags were not being sorted properly if there was a prefix, as the numerical sort included the prefix in the first sort field. We grep this out via a capture...

Fixes #325 and #314: enables modules dependent on other submodules to have their version incremented, even if there are no code changes in that module. There were two issues with...

With the new support for monorepos, there is an issue when a submodule depends on another module but there are no code changes within the dependent module, in that the...

I'd like to use the components with a page that supports dark mode. Currently, there doesn't appear to be a way to set the colours of components to support Tailwind's...

Priority: Medium
Type: Feature
Theming

I have a FastAPI POST endpoint which receives a parameter in the request body. A global FastAPI Depends sets a Request state value which I want to retrieve in my...

I believe there's a use-case for allowing some non-GET requests to be cacheable. Given restrictions on the length of HTTP requests, it is sometimes necessary to embed data into requests....

I have a DynamoDB table where I want the items to have a field that is a map of a set of strings. I want to create this from a...

resolves #2489 This PR adds a non-breaking change to add a `--apply-event-filters` flag. - When not set, there is no change to Act's existing behaviour. - When set, Act will...

needs-work
size/XXL

Resolves #2722. This PR adds a flag called ~~`--pass-proxy-vars-to-docker-build`~~ `--pass-envvars-to-docker-build` which allows the user to pass proxy variables through to the build of Docker-based actions. These variables are HTTP_PROXY, HTTPS_PROXY...

needs-work
size/L

### Act version act version 0.2.76 ### Feature description Act does not pass any build args to Docker when it builds Docker-based actions. As a result, if Act is run...

kind/feature-request