Etienne Dechamps

Results 51 issues of Etienne Dechamps

This is immediately reproducible on the bigfoot.js website itself: Firefox 57.0.2: ![firefox](https://user-images.githubusercontent.com/866859/34252362-3602ba0c-e63b-11e7-83ca-d5cfb388b307.png) Chrome 63.0.3239.108: ![chrome](https://user-images.githubusercontent.com/866859/34252371-3f2268b2-e63b-11e7-920d-c9d085bd2c8e.PNG) I have the same results while using bigfoot.js on my website. It would be nice...

Bigfoot version: 2.1.4 # Steps to reproduce ``` HTML $.bigfoot(); Link to outer footnote: 1 This is the outer footnote. It contains a link to another footnote: 2 R This...

Currently, the tmsu VFS does not check that the file extension matches when accessing a file. For example: ``` $ tmsu init tmsu: /home/e-t172/tmp/tmsu: creating database $ echo 'bar' >...

bug

Currently the [setup guide](https://forwardemail.net/en/faq#table-dns-management-by-registrar) recommends adding the following SPF record: ``` example.com IN TXT v=spf1 a mx include:spf.forwardemail.net -all ``` This raised my eyebrows. I don't see the point of...

Using FlexASIO 1.6, Pro Tools First 2019.6.0, and the following configuration: ```toml bufferSizeSamples = 1024 [input] device = "" [output] channels = 1 sampleType = "Int24" ``` The audio in...

asiohost

See the discussion over at PortAudio/portaudio#607. Basically: PortAudio, and especially WASAPI, does not support being called from a different thread than the one that called `Pa_Initialize()`, *even if the calls...

bug
asiohost

When using FlexASIO 1.6 with the following configuration: ```toml bufferSizeSamples = 2048 ``` Pro Tools First 2019.6.0 hangs on startup (loading screen). A FlexASIO log reveals ongoing streaming (which appears...

asiohost

This is a spin-off from #84. A user saw Pro Tools crash at startup when using `sampleType = "Int24"`. The crash occurs on the first stream callback, which seems consistent...

asiohost

Using FlexASIO 1.6, Pro Tools First 2019.6.0, and the default configuration with Pro Tools set to "optimize for recording", Pro Tools outputs garbage (corrupted audio buffers). In that default configuration,...

asiohost

With REW using FlexASIO 1.0 in full duplex mode with some USB device at 48 kHz, I am unable to get glitch-free playback under any set of parameters (buffer size,...

bug
portaudio