pludov

Results 9 comments of pludov

As a workaround, for file streams, you can set the source stream encoding: const stream = byline(fs.createReadStream(filename, {encoding: 'utf-8'}))

> Usually PR is targeting `master` branch rather than some specific version branch, so when it is merged to master, core team member can determine whether to back port to...

I think in openFITSFile, m_fitsmemorysize should be reverted to hardcoded 2880, and the size argument only be used for IDSharedBlobAlloc

I will work on that one ! I am currently integrating virtualsky in a scope control app (Mobindi - https://github.com/pludov/mobindi), and I hide VirtualSky when not in use. Having background...

> Since #1378 was merged, can this issue be closed? #1378 logs the content of the trivyignore file, the requests here is more about knowing which of these vulnerabilities that...

I could plug a debugger and got the following stack-trace on a crashed pico. It seems the ISR hangs when trying to acquire a lock that is already acquired by...

This is still relevant. The endianness is also a performence subject, to avoid convertions where possible

Thank you for your report and analysis ! I upgraded catch.hpp in master branch, this should fix that compilation problem.

Hello, Picture are stored on the system that runs the indi server. So it will be the PI SD. About Alpaca, mobindi is really coupled to indi, especially for camera...