Florian Kauer

Results 18 comments of Florian Kauer

We also need to keep the connection alive between the requests. So we probably need to invest the effort to migrate to another library instead of bent :-(

@skwasniak I am not sure if your second option is really correct. On [https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/](https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/) you can find the following example: ``` allOf: # Combines the main `Pet` schema with `Cat`-specific...

I am not sure about the terminology here. However, as you see in the second example, the same problem exists several levels of containers deep. So either there is a...

So, first of all, adding `presence` statements to each container with `must` actually leads to the `must` statement not being evaluated if they do not appear in the data. So...

Thank you for reporting this. That is really an open issue. The background: Inside the I2S module of the BCM2708 there is a register flag that can be used to...

I thought "not running" also means EN=0, but you are right: In section "Software Operation" they set the EN bit at the beginning. The running clock is a really good...

I have tried it. The module is enabled before and the clock is started, but the error still remains.

> This ... is wrong. I am so stupid - thank you very much! > And I also think that clearing FIFOs should be done per stream to not disrupt...

> if full duplex support is a must I am sorry, but it is for my application > but I am not sure what the codec state would be at...

That is a good idea! In order to handle this overrun issue: What do you think about checking if the FIFO is still empty (should be after hw_params when implemented...