Richard Stanway

Results 73 comments of Richard Stanway

PNGs are quite slow to decompress relatively speaking, for frequently updated files try using uncompressed PNG or another raw format like BMP. I'm not sure it's worth the complexity to...

I believe this is intentional behavior - see the comment in `free_module`: https://github.com/obsproject/obs-studio/blob/de01cfc063d78723bccde96b4c0bc78ada702965/libobs/obs-module.c#L573-L575 What these "issues" are needs investigating as ideally we should be closing modules after they are no...

In this instance it does look like the various `get_properties` function pointers of sources are indeed faulty. The [documentation states](https://obsproject.com/docs/reference-sources.html#c.obs_get_source_properties) that calling `obs_get_source_properties` with a source ID should function. It...

I'm a little concerned in general that this may mask other bugs such as not all enum values being handled. Sometimes it's appropriate that there's no default.

I feel like having this much text in the listbox is bad UX. The tooltip can explain the details, I would much prefer if we could simplify the list to...

A hotkey feels like a really odd place to put this option as it's unlikely to be used multiple times. Perhaps the option could be a pop-up dialog on the...

Note that is not truly VBR - it's CBR without padding, i.e. the encoder didn't need to use all the bitrate, so it didn't. For whatever reason, H264 seems to...

Closing as the old API is long gone.

FWIW, this seems specific to cloudflared rather than one of the Go packages. I've been using [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) (also written in Go) as an alternative and it has been running flawlessly.

I can't seem to get this NIC on my motherboard to boot even with snponly.efi. I was able to disable secure boot and TFTP chain to ipxe successfully but then...