Simon Ser

Results 1962 comments of Simon Ser

>Hmm. Actually, why is `CalendarCompRequest.Name` not set to `VCALENDAR`? [The RFC](https://tools.ietf.org/html/rfc4791#section-9.7.1) seems to indicate that `` MUST have a ``, and that `` MUST have a `name` attribute. Thoughts?

In which RFC is this property defined?

>go-webdav doesn't pass a Context to its calls. Yeah, context support is probably desirable. >FileInfo is a struct and not an interface. `FileInfo` is just a metadata container, why would...

See also: https://go.googlesource.com/proposal/+/master/design/draft-iofs.md

The `io/fs` package has been merged: https://tip.golang.org/pkg/io/fs/

> de-facto standard is a bit of a stretch isn't it? Yes, "widely used" is maybe more accurate than "de-facto standard". weechat does follow the behavior explained above though. An...

As an additional data point, jwheare reports that IRCCloud does the same as weechat: set the realname to the nickname by default. If a nickname changes the realname will not...

This will only work if Vulkan or EGL is managing the KMS state, e.g. via `VK_KHR_display`. When mpv manages the KMS state itself, mpv needs to implement sending the HDR...

mpv should skip any device which doesn't pass `drmIsKMS`.