White Moustache

Results 44 comments of White Moustache

This can be probably achieved by checking the result code of `av_write_frame` function (code sample form FFMPEG: https://ffmpeg.org/doxygen/2.8/transcode_aac_8c-example.html#a91) But I do not see what the outcome of writing frame error...

Hey, sorry for not responding earlier, I was busy with pushing the necessary changes to [TuyaAPI/cloud](https://github.com/TuyaAPI/cloud). Right now you should be able to use the new version (v0.4.0) to access...

Hi, I'm not currently using HA (but may in the future), I did a quick-and-dirty script to push instantaneous data to InfluxDB/grafana. I prettified it a little and published as...

Hey, I stumbled across the same problem (but when using `clang-format-diff`). I'm not a Go programmer, but after some hacking/debugging I managed to obtain raw requests done by `reviewdog`. Sample...

@haya14busa is my solution acceptable? for now I'm using side-loaded static binary in my Github Actions for the annotations for clang-fomat to work. I can prepare PR, but I have...

> I've tested the suggested change above. This change results in no review comment and the status check only has "suggested fix" in the body as well as the line...

Additional issues to consider: - INET sockets `fstat` needs to be handled by lwip (not done now) - UNIX socket port == -1, maybe we need to create another in-kernel...

Hmm, this is POSIX extension over C standard. As we're not planning to implement locale right now, I think we won't implement this functionality. Maybe we should write down some...

I think we don't support real-time signals right now so maybe we shouldn't define these macros? I see that real-time signals are an extension in POSIX.1-2004 , in POSIX.1-2018 they...

can we confirm if this still happens? I think since the issue detection there were some changes to TLS handling on Cortex-M targets in `libphoenix` but I'm not sure.