Etienne Dechamps

Results 51 issues of Etienne Dechamps

The widget list currently contains: - `FloatSlider`: floating-point value linear slider - `FloatLogSlider`: floating-point value log slider - `FloatRangeSlider`: floating-point range linear slider Problem is, there is no widget that...

I see the latest version has a new feature to send the TV a `turnOffScreen` command if the user has been idle for some period of time. I don't understand...

documentation

Currently, if some of the RRSIGs in a given RRset fail to validate (i.e. no matching key exists in DNSKEY), Zonemaster [reports the following ERROR](https://zonemaster.net/result/55b4b953a205c691): > Trying to verify XXX...

T-Question
A-TestCase

When using the Wolfram kernel in Jupyter running inside the [VS Code Jupyter extension](https://marketplace.visualstudio.com/itemdetails?itemName=ms-toolsai.jupyter) on a Linux machine, the `WolframKernel` and `WolframPlayer` processes never exit, even after clicking `Restart` or...

Currently, tinc clamps MSS to the minimum of the MTU of both the source and the destination of the packet containing the MSS option. This is slightly suboptimal, because both...

enhancement
1.1

**Describe the bug** If a long named parameter expression is passed to a function call, black exceeds the line length limit. Adding parentheses fixes the issue, but it feels like...

T: bug
F: linetoolong

[This HEVC sample](https://drive.google.com/file/d/1vUkc2iRvKrXo6mS-L6tRfDAG1W_hzjnI/view?usp=sharing) produces video artefacts when any hardware decoder is selected in the LAV Video options. Software decoding is fine. If the hardware decoder cannot handle this bitstream then...

- mpv 0.37.0 1c9c2f5 (shinchiro Windows build) - Windows 11 23H2 22631.3007 - NVidia RTX 3080 Ti driver 546.65 (latest) ### Reproduction steps Can be reproduced with: - `mpv --no-config...

os:win

Consider this: ```json { "mark": {"type": "point"}, "encoding": { "opacity": { "field": "x", "scale": {"range": {"field": "o"}}, "type": "nominal" } }, "transform": [{"calculate": "if(datum.x,0.5,1)", "as": "o"}], "data": {"values": [{"x": false},...

Bug :bug:
Area - Interaction

`flexasio::ConfigLoader::Watcher` [sets up a `ReadDirectoryChangesW` overlapped I/O](https://github.com/dechamps/FlexASIO/blob/d6f724623deaf761824ced923cf59a159bbca8d3/src/flexasio/FlexASIO/config.cpp#L292), but then never cancels it, even when the Watcher is being destroyed. This can (and, in fact, probably will) result in `ReadDirectoryChangesW` writing...

bug