⭐️NINIKA⭐️
⭐️NINIKA⭐️
It might be useful to read only the data that the BufferedUart accumulated, without waiting for any data to come in. I have found the following way to do this:...
It loops forever here `while self.check_and_clear_error_flags()?.sb() == i2c::vals::Sb::NOSTART {}` Probably because the chip doesn't confirm that it has generated START condition when no pullups are used? This probably can be...
To hide skimage warning
As for now, all homebrew apps are ran with [SystemResourceSize](https://switchbrew.org/wiki/NPDM#SystemResourceSize) = 0. This prevents from doing anything useful with [svcMapPhysicalMemory](https://switchbrew.org/wiki/SVC#MapPhysicalMemory), as it uses this limit. I propose increasing it to...
Currently the command specified in `Procfile` is [executed with exec]( https://github.com/gliderlabs/herokuish/blob/bd3211657125cd66fe297c42a61feaf288f9d25e/include/procfile.bash#L58/), which does not seem to be in line what heroku does, as it breaks, for example, dotnetcore-buildpack (see jincod/dotnetcore-buildpack#145)....
The sysmodule works, I can even communicate with it and get some information from console. But when I try to run hbmenu (using key-combo), I get an atmosphere crash screen...
- Add support for declarations like `int (* __attribute__((stdcall)) fptr)(void)` - Add a test case for the aforementioned case - Fix regression introduced in #54, which caused function pointer information...
First of all, thanks for your great project, it helps me very much with parsing microsoft function definitions in their headers. In spite of the last point of #59 I...
The clion debugger support [seems to rely](https://github.com/bazelbuild/intellij/blob/f892b55deaa9425153ea8b81f9d67ee5610566c8/clwb/gdbserver#L78) on google-specific gdbserver behaviour. It redirects stdout and stderr using shell-like syntax (>stdout 2>stderr), but this seems not to be available in mainline...
It does not allow reading zero-sized types (like possibly an empty array) from empty slice