Sören Tempel
Sören Tempel
> I was trying to read about how splash screens are implemented and see that there are other ways to do it e.g. `fbsplash`. Is `fbsplash` actively used? What is...
I created #824 to allow passing a custom failure continuation as a second argument and adjusted the documentation accordingly (also emphazising that prior failure continuations are not picked up by...
Keep in mind though that distributions generally prefer to use the library versions they are packing over vendoring (see #458) and also [this Gentoo blog post](https://blogs.gentoo.org/mgorny/2021/02/19/the-modern-packagers-security-nightmare/) for the underlying problems...
> This will now need a rebase anyway Rebased and made the necessary adjustments for the `_len_get` function prototype.
> ACK. Code change looks good, reasoning makes sense, and I trust your testing. FYI: I found this with [SymEx-VP](https://github.com/agra-uni-bremen/symex-vp) so I haven't done any tests with a particular MQTT-SN...
It should theoretically be possible to ship the coverage generation code from Zephyr in `./pkg` instead of `./sys` with custom RIOT patches on top. However, I am not sure what...
Ah, I think there are some Gcov frontends which allow merging coverage data. For example lcov allows merging multiple trace files by passing `--add-tracefile` multiple times. As such, it should...
> Ping? I ran into a situation where I would be very interested in that :-) Sorry, I didn't have the time to work further on this so far. However,...
As a radical alternative proposal to implementing some kind of client-server architecture in vis: Why even support "window management", i.e. multiple splits in a text editor in the first place?...
How does this issue relate to #326? I was looking into #282 (i.e. this issue) because I have a software simulator which generates the gcov intermediate JSON directly. As such,...