Daniel Erat

Results 13 comments of Daniel Erat

I noticed this as well after upgrading a project from 2.6.14 to 2.7.8. Type errors seem to be silently ignored by both `npm run serve` and `npm run build`.

This is an old bug, but just to save others some trouble: I think that structured logging (almost) works using the [google.golang.org/appengine/v2/log](https://pkg.go.dev/google.golang.org/appengine/v2/log) package now, as long as you're using the...

I'd also recommend [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter). It seems to work well, is being actively maintained, has passing tests, and has an interface that makes much more sense to me than moxios's `wait()`...

Re previewing settings, are you specifically referring to font rendering? It's been a long time since I've looked at GTK+, but I think it always uses the settings that it...

> It's hard to believe: is there really no better way than editing the conf file and then kill -HUP? I see that these settings also show up in `xprop...

In case it helps anyone else, here's a quick function to perform ad-hoc brightness adjustments to the colors in a style: ```go // clampBrightness returns a copy of orig with...

> I'm not sure why I closed this as it didn't get resolved really. @derat would you mind contributing a PR adding this function, I think it would be generally...

The semantics of that `Transform` function feel a bit tricky to me. It's essentially a no-op if called on a receiver that was created using `NewStyleBuilder`, right? It seems like...

Just came across this issue, but in case it helps anyone: I wrote [nitter-rss-proxy](https://github.com/derat/nitter-rss-proxy) a while back to round-robin between public instances and rewrite GUIDs.

> This is awesome, will you support dockers image? thanks My Docker knowledge is rusty/nonexistent at this point, but if you file an issue at https://github.com/derat/nitter-rss-proxy/issues, I'll try to look...