Henry

Results 168 comments of 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...

I'm seeing this on 3.11.9, too.

https://github.com/grafana/grafana/blob/ba8b4bde3ae062818d83072680fafa1775ed55bb/pkg/services/apiserver/config.go#L16 I'd wager this should use [net.ResolveIPAddr](https://pkg.go.dev/net#ResolveIPAddr) and not `net.Parse` which expects a literal IP string. Edit: slight annoyance, you are not supposed to put the brackets on the address...

Not my decision to make, also haven’t been using QOR in years. On 23. Nov 2024, at 10:11, Neustradamus ***@***.***> wrote: @cryptix: It is possible to change it? https://github.com/go-mail/mail It...