Leonardo Silveira

Results 60 comments of Leonardo Silveira

i am not sure, but i think it's related to breaking changes on Socket.io which version used to work with ConsoleJS?

hi @kravorkid did you found the solution or just a workaround to avoid the bug? do you mind if i open a pull request for this issue in the future...

i understand that Flatpak version is a 3rd party distribution, but should it be? at the same time, what's the issue regarding to offer .deb and .rpm versions? it took...

Hello @TaylorIsAGoodboy ! you mean if, for some reason, same line gets defined twice during code execution, it will fail? please provide a small project sampling the situation so i...

Hello @TaylorIsAGoodboy, i just merged a contributed patch and will make another release! Once it done please let me know if it is solved.

@TaylorIsAGoodboy i am building a test case for your specific issue, don't know if it helps but create several instances of lines are ok, but for some reason `requestOutputMode` more...

we might just need to know current line direction before request intput or output mode https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/lib/helpers.c?h=v1.6.x let's look for some useful call in the source.

i think NAN will help us moving to global/persistent instances https://github.com/nodejs/nan#persistent-references will try something later

added a testcase for the double definition issue. basically we can define and redefine a line as many times we want as long we release the line. pin is a...