James Batt
James Batt
I think with support for this feature we might be able to use esbuild as a transpiler in rules_ts
here's a quick example in case somebody would like to use it to contribute a proper example: ``` esbuild( name = "bundle", srcs = [":src"], config = { "loader": {...
This looks like a really useful feature. My current use-case is to provide a shared resource stack which contains a GKE cluster (and a few other bits and pieces), then...
@aaubry cheers! that's great news.
hey @aaubry, would you like me to submit a PR for this change?
hmm, the line in question is already gone. perhaps someone else fixed it already. i'll ask NSwag to update to the latest version of this lib to see if the...
as an example, i'd really like to know which API (based on a path) is slower than others when using the traefik_backend_requests_total metric. my services don't have an unbounded number...
I've run into this issue writing this little library: https://github.com/Place1/pulumi-htpasswd/blob/master/index.ts#L60