Alexandru Barbur

Results 36 comments of Alexandru Barbur

@primoze I haven't touched it since my last comment. The issue isn't that we can't move the CLI out of the kernel. I see I've deleted by branch but I...

@primoze A related issue I just remembered is that many of the facilities used by the CLI such as argc and argv are hard-coded in such a way that make...

https://github.com/xenia-project/xenia/pull/2018 seems to supersede https://github.com/xenia-project/xenia/pull/1339

I just ran into issues 2 and 3 from the bug report above. Currently working around it with a custom decorator based on https://github.com/marshmallow-code/marshmallow/issues/438#issuecomment-673428463. ```python def _partial_schema(schema_cls, **kwargs): """ Create...

I have one Odroid-N2 and a dozen Odroid-N2+ boards. I haven't seen this issue on any of them however I generally use the serial console to interact with Tow-Boot. Are...

Hi, I also flashed Tow Boot to the SPI chip on my RockPro64, and it seems to work as I can access the boot menu over the serial port. I...

> @CtrlC-Root From your code sample, it looks like you're looking to update flowblock data. Indeed, many of the automated changes I want to make involve flow blocks. > Lektors...

You can download the original 1.7.7 release from Buildroot's sources mirror here: http://sources.buildroot.net/directfb/ This seems to be different than the 1.7.7 release in this repository and at least as far...

I am using Direwolf with a Digirig and CM108 sound card connected to an Icom 2730A radio. I am currently working around the PTT behavior in Direwolf as [detailed here](https://github.com/wb2osz/direwolf/issues/61#issuecomment-2185354576)....

I think this would be valuable especially if there is an easy way to make local changes to or extend the hooks in order to implement custom behavior. Background context:...