nullname
nullname
> Tbh, I'm not going to switch from Mongo, but working PR with (e.g.) sqlite will be great Hi @karfly, drafted a PR for adding the sqlite database, PTAL
> Hi, I decided not to add addition db support to the project not to confuse repo users. You can keep it as a separate repo code! Okay, then I'll...
@karfly IIRC, this is about setup a pipeline to try to build the source with docker, which will definitely save some time instead of verifing it locally.
@oobabooga , sorry for bothering you, could you please have a look on this PR when you have a monent? I'm open to any feedback you might have and am...
> OrangePi's aren't the only units that use emac1. I suggest you isolate the patch work so that it is easier to work with. OrangePi DTS specific changes should have...
@pyavitz push an update about split the DTS changes from driver patch, now have a separated patch for the DTS :)
> @pyavitz push an update about split the DTS changes from driver patch, now have a separated patch for the DTS :) Next will spilt the dts change from pwm...
Hi @Dantetang , nice to have a detailed log here! from my understanding, there could be various reason for `0x80000406` error code, for example, could be cause by running under...
thought you can get the logcat output and save to file by this command ```shell adb logcat -s 'adsprpc' 'llama-cli' > llama-cli.logcat.log ``` and then send the `llama-cli.logcat.log` file here,...
oh, looks the farf log is disabled, can you try to enable it by this command, and then capture logcat output again? thanks! ```log adb shell "echo 0x1f > /data/local/tmp/llama-cli.farf"...