Michael Fellinger
Michael Fellinger
I'm trying to package https://github.com/input-output-hk/js-chain-libs which requires that I run `wasm-pack build` and `wasm-pack pack` inside the derivation. It seems like `wasm-pack` invokes `cargo build --lib --release --target wasm32-unknown-unknown`, which...
I'm on Archlinux with Ruby 1.9.1. After applying the patch in my fork: http://github.com/manveru/bench_press/commit/e0ff0dbbe752787cef5de6de2157f7f19bd4d578 I get this error when trying to publish. Haven't digged much further, might be an issue...
Given a string like `2015-09-05T17:10:53.109Z`, what's the recommended format for parsing it? Right now I'm using `YYYY-MM-DDTHH:mm:ss.SSS`, but I'd love to be able to handle Zulu time as well as...
I put together a small reproducible failure for an application I'd like to build: https://gist.github.com/manveru/1ce412cb3c45ee92b7bfae2485fa5923 I'd really appreciate the help. We're building the app using `buildRustPackage` right now, but your...
So after diving into the source for a bit, i found that one can not only set the custom config, but also custom hooks, and so I came up with...
In order to actually make better use of our new clusters we should take advantage of autoscaling the AWS autoscaling groups. Right now they are hardcoded using the terraform `core`...
The ACME certificates are still acquired through Terraform and then copied to all instances that require them (that's only monitoring now). There is no code in place anymore to actually...
We have a handful of alerts configured already in Grafana, but they don't trigger any notifications yet. This will most likely require some more secrets in the `encrypted` directory to...
Some vital information is not (fully) displayed on Grafana yet. This issue is mostly about finding out what is missing and to add all relevant metrics to the existing dashboards....