Elias Naur
Elias Naur
Cool feature, but I'm not sure it belongs in core. @whereswaldon, thoughts?
This may end up in core, but it also feels more "util"-like than the fundamental widgets in package `widget`: it is built entirely on top of widget.Image and it takes...
> We could add a metadata chunk to hold ICC profiles and, lacking one, sRGB seems the obvious default. > FWIW, I don't care as much for the ability to...
Right, since package image (ala #11420) assumes linear colors, package vector can be said to interpolate correctly. However, using the terms "naive" and "sophisticated" interpolation seems misleading to me, unless...
FWIW, Skia [supports color spaces](https://skia.org/docs/user/color/) and [defaults to sRGB](https://skia.org/docs/user/color/#nullptr-skcolorspace-defaults).
An article that argues sRGB is better thought of as a (lossy) encoding rather than a color space: https://webcolorisstillbroken.com/.
I apologize, I couldn't imagine that my operating system would be so awful to starve Vim navigation, leading me to blame govim. Your x/tools experience and #36942 sounds very much...
Here's a set of logs from a particularly bad startup delay: https://gist.github.com/eliasnaur/f58263164f36d78631274644a929b48a. This was one of the first vim sessions I started after upgrading to 0.0.28. Oddly, `top` didn't show...
> I'm not sure whether we can really expect `govim` (and `gopls`) to do much here without build tags in each file. Reason being, `gopls` (and `go/packages` that it uses...
> > I think incorrect error messages are worse than no messages. > > Can you explain which of the errors you think are incorrect? Having multiple entry points in...