Abhas Abhinav
Abhas Abhinav
I'm using the `ch341a` for flashing these days. I had a similar case while using a raspberry pi 3 earlier.
I haven't checked that. Let check that out. Should I check this out at the level of the SOIC clip? Or shall I check this at some other point on...
I have the x220 keyboard running on my x230 with coreboot/skulls on it. One of the x230 units had coreboot on it already and so the x220 keyboard behaves like...
Hi @vitorfs, I tried to run celery in the manner you've detailed above. But colossus does not even attempt to talk to celery. And hence, none of the mails pass...
Hi @vitorfs --- if you can provide some quick suggestions on what to debug, It would really be helpful. I can try to use colossus. Thanks a lot...
I think the HealthyPi board talks to the RPi via the serial port on the GPIO pins. So it doesn't use the GPIO *per se* -- only the serial port...
I would be glad to help in adding this option if someone can give me a pointer on how to get started.
> I think this is supported in the micropub endpoint, so it's just a matter of exposing that in the posting interface. > A workaround is to use something like...
So while [Micropublish](https://micropublish.net/about) allows one to customise the slugs, Known does not respect them. Both Quill and Micropublish use the "mp-slug" as the attribute to store the slug. I couldn't...
I added this line: ```php $slug = date("mds"); ``` just before this line here [Idno/Common/Entity.php#L841](https://github.com/idno/known/blob/543ff0e35c8576abff8637d711b056afe08474c1/Idno/Common/Entity.php#L841) and now my permalinks are in the `/:year/mds` format. Eg. `2021/032241`. That works well for...