Benoît Blanchon

Results 37 issues of Benoît Blanchon

Hi, Thank you for this library. I notice that the component flashes in red while the page loads. It even stays red if JavaScript is disabled. See the following line:...

bug

### Operating System Windows 11 ### Ruby Version ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x64-mingw32] ### Jekyll Version jekyll 4.2.2 ### GitHub Pages Version _No response_ ### Expected Behavior Given this...

Hi, Thank you very much for this excellent library ❤️ I've been using Parsel for a while and I constantly find myself calling `.strip()` after `.get()` or `.getall()`. I think...

enhancement

Hi, In the README file, I can read: > SparkJson creates piles of objects that are copies of the original data during parsing. Do you have any data to back...

Hi, I'm the creator of [pdfium-binaries](https://github.com/bblanchon/pdfium-binaries), which host pre-build binaries of PDFium that this project uses. You probably noticed that the Windows packages are slightly different from the other packages...

On Windows, `NPM_FILE_PATTERNS` only works if you use backslash separators like so: ```python NPM_FILE_PATTERNS = { "bootstrap": [ "dist\\css\\bootstrap.min.css", "dist\\css\\bootstrap.min.css.map", "dist\\js\\bootstrap.bundle.min.js", "dist\\js\\bootstrap.bundle.min.js.map", ], } ``` This is problematic when you...

Hi, Thank you very much for this plugin! I love that YAFD sets the icon name to the domain name. However, having all these names starting with `yafd-` makes them...

Hi, Thank you very much for this project. I've been using it for years to store uploaded files on S3. Please apologize for the long text. I'm not used to...

## Description On a fresh GitHub runner, I installed Particle CLI, [as shown in the documentation](https://docs.particle.io/getting-started/developer-tools/cli/#advanced-install). When I run `particle login`, I get the following error: > The `particle-usb` dependency...

Hi @luni64, I'm having the following error when compiling with arduino-cli: ```text In file included from /home/runner/Arduino/libraries/TeensyTimerTool/src/TimerModules/RTC/RTC.cpp:3:0: /home/runner/Arduino/libraries/TeensyTimerTool/src/TimerModules/RTC/RTC.h:[5](https://github.com/bblanchon/ArduinoContinuousStepper/actions/runs/5952260840/job/16143840558#step:10:6):2[6](https://github.com/bblanchon/ArduinoContinuousStepper/actions/runs/5952260840/job/16143840558#step:10:7): error: expected '{' before '::' token namespace TeensyTimerTool::RTC_t ^ /home/runner/Arduino/libraries/TeensyTimerTool/src/TimerModules/RTC/RTC.h:5:2[8](https://github.com/bblanchon/ArduinoContinuousStepper/actions/runs/5952260840/job/16143840558#step:10:9): error: 'RTC_t'...