Phil Starkey

Results 36 comments of Phil Starkey

Hi Leigh, I've recently started working with Kye and we've hit this issue again (but slightly differently). In this instance, Kye's override of `filter()` that added a `distinct()` call onto...

So I realised today that I had missed a line in the documentation [here](https://bridgekeeper.leigh.party/api/rules.html#bridgekeeper.rules.R) that says: > If the argument refers to a foreign key or many-to-many relationship, another `Rule`...

I know this is tangential, but when you tried only 1 ffmpeg process did you have the audio sample rate set to 44100? I discovered the high latency went away...

Turns out the correct approach is very, very briefly mentioned in section 2.7.1 of the Pico C SDK documentation and also used (without explanation) in the ADC_console example. The correct...

Amazing, thank you! I've ordered the device and I'll let you know once I get a chance to test out the new firmware

I had a chance to test it today. For the most part it works as expected. The video mixers typically require very strict (consistent) input formats (resolution and framerate). When...

Ah, I see. That would probably explain it. There was actually another item in the chain, a BlackMagic HDMI -> SDI microconverter (as the video mixer, a BlackMagic ATEM 1...

Hi @evenicoulddoit, no worries! Specifically in my case, I want to pass `self.request` into the nested serializers for some custom permissions logic, which is passed down through the `context` as...

@evenicoulddoit Sorry for the delay in replying and thanks for creating that test case. That does appear to cover the cases I intended. I'm surprised it worked because I was...

I managed to look into this a bit more today. It seems the context is not available in `__init__` (even after calling `super().__init_`). Does the context get attached to the...