Leonardo Silveira

Results 60 comments of Leonardo Silveira

one partial update on this, assuming that the kernel has the gpio-sim module, the following commands should create a fake chip for testing purposes: ```bash mount | grep configfs #...

ok the thing is gpio-sim isn't available on older fedora (i am using 38 to develop 1.x branch) but gpio-mockup was supposed to be there but it is not. so...

this is almost solved. https://github.com/sombriks/node-libgpiod/blob/536bc75fc80d3ba78fb33d5f6ad78f150e55c168/test/prepare-gpio-sim.sh still need to setup the github runner to be able to modprobe gpio-sim but it already allows local development to proceed. closing this one to...

Hi @varadero i am doing some cleanup and after that will work on that for 1.x branch first. At some point we can discuss proper api design/ergonomics here, ;-)

Hello @Garfonso indeed this feature is one will be a big improvement, i just need testcases / gpiosim up and running so i can handle the missing bits of 1.x...

Hello, i can confirm this is a google-chrome related bug, i just used firefox instead to login and join the workspace

this is amazing, i guess knex is also a first class frontend library now!

@czeidler it works on browser nicely, thank you so much for your work! https://github.com/sombriks/vue-pglite-knex-example it think it is worth to be mentioned in the docs, i'll open the PR to...

- added chip.getLineNames - added line.getDirection

most basic info are provided now. closing.