pludov

Results 25 issues of pludov

The generated field writer method is modified. I added a check to detect an uninitialized lazy field and force marking it dirty. But that check is only usefull when the...

5.4

Thank for the great work ! This pull request allows to store the EEPROM data to a file. An environment variable is used (SIMAVR_EEPROM_PATH) The file is opened using mmap...

Following https://github.com/indilib/indi/pull/1630, on CCD drivers, the new ENCODE setting can be set to Native, so FITS is bypassed and raw data from the driver are sent as-is. This is very...

enhancement

Upon removal of devices or property, blob data are not freed. As a result, a memory leak of blob will occurs when a driver that has received blob is restarted:...

bug

Was broken by recent refactor (seem my last comment here: https://github.com/slowe/VirtualSky/commit/a43ab2383cca145083c8fc1703fd36ad4e69f7ba#r34608949 ); This new touch handling code differentiates click/long click and move for press events.

Pinch zoom gesture is not working on mobile. This is only visible with gnomic transform.

The skip method in mocha only skips the current test case, not the others. But within a step, the behavior of this.skip is different: subsequent steps get ignored Example: ```...

### Operating System Linux ### Arduino IDE version Platform.io with ### Board pico ### ArduinoCore version earlephilhower#master ### TinyUSB Library version 2.1.0 ### Sketch as ATTACHED TXT The attached program...

Bug

**Describe the bug** Opening an unsupported mime file from the file view freeze on the wait icon, with no error message displayed to the user **To Reproduce** Run the following...

bug
good first issue
0. Needs triage

When pasting an image in the editor: * The editor closes just after the name is entered * The markdown file is updated with an incorrect link : `[uploading...](blob:http://cloudnext-srv:1080/65181c9a-8ac9-4e3c-8182-2527ea0fb7d0)` *...