Henry
Henry
I ran into similar problems... the [render](https://github.com/qor/render/blob/9bc9220a811df16c414ede83b3c8d6aa65788e95/template.go#L46) function code isn't pretty, it ignores errors in a lot of cases.
No, they were not somehow and I got tired unwinding this _clever_ style, it's really tiresome to follow. I posted my version of `Render()` [here](https://gist.github.com/cryptix/b69835719da7167a6183026e4f895c91).
I started a [fork](https://github.com/qor/render/compare/master...cryptix:master) of this package with that patch and would love to see this merged. I found that qor/admin also has code like this [here](https://github.com/qor/admin/blob/master/context.go#L209). It should also...
I'm fairly familiar with nix but no so much with rust. While I was able to build glados in an ad-hoc `nix-shell -p rustc cargo libiconv darwin.apple_sdk.frameworks.SystemConfiguration`., this failed for...
My WIP is at https://github.com/cryptix/ethereum.nix/tree/add-ethportal I based it on #523 for a more recent rustc version. All the glados tooling is there but trin still fails to compile with the...