Charles Bernasconi
Charles Bernasconi
This replaces the `js` and `css` assets with their gzipped versions. Unzipped one of the `js` files is 1.3M and this reduces it to around 300k. This is probably not...
I'm trying to create a installable binary that supports the `-T` option (no tty) so I can use it to connect to with VSCode's remote option. VSCode fails to connect...
As mentioned in https://github.com/obmarg/kazan/pull/72 we have a wrapper around `Kazan.run/2` for instrumentation. It would be useful if the module that `Kazan.run/1` and `Kazan.run/2` delegates to could be changed by configuration....
I suggest the following changes to the integration test: 1. Create a namespace and run tests that create objects against that namespace - this allows for the namespace to be...
This is related to https://github.com/lydell/elm-watch/issues/39 which solved my problem for SSL hand off being done by an external server (An `nginx` Ingress in Kubernetes in this case). I was able...
I have a configuration using a Rails app with Passenger. When Passenger gets blocked by some slow requests, I can easily see the impact on subsequent requests as they have...