Dominique Quatravaux

Results 42 comments of Dominique Quatravaux

Hello, I have had no feedback with this pull request for two weeks?

I am witnessing the same behavior — with blank panel, but without the `"Failed to load/start agent"` message in `/private/var/log/system.log` ¹. In my case, reinstalling with the one-liner in `README.md`...

Dear Brent, many thanks for your work on the Colorable NPM module, which we use as a kind of accessibility unit test in our higher education school’s [visual identity](https://epfl-si.github.io/elements/#/colors) (under...

This can probably be closed now, as Firefox and Chrome appear to work the same way (updated fiddle at http://jsfiddle.net/dom_q/531cab9g/ )

Since the `data-foo` use cases enable declarative (JavaScript-free) use-cases, and they are parameters (inbound) only, they should probably stay the way they are. Since we already have a `$.fn.epflElements`, this...

The reason this happens is that ansible-playbook doesn't like being told to run for zero hosts; ansible-runner doesn't detect that situation (and [is unwilling to change that behavior](https://github.com/ansible/ansible-runner/pull/445#issuecomment-621213501)) and passes...

> Hi. Since my update to Karabiner 15.1 this morning, some keys seems to be automatically remapped after reboot as suggested: (I changed nothing) "@" is now "" "" is...

Here is what my keyboard looks like (Apple French layout): ![image](https://github.com/user-attachments/assets/943e95d3-76ac-4b4c-b1af-496035a3d993) When Karabiner 15.0.0 is loaded, here is what the OS *thinks* the keyboard looks like: And sure enough, setting...

Same error using the test script below. `passlib`'s self-test logic appears to choke on the `salt` parameter having changed expected types inbetween 4.0.1 and 4.1.0. ```python from passlib.handlers.bcrypt import bcrypt...