onelesd

Results 7 comments of onelesd

Another idea on indicating zoom that I like from emacs: https://github.com/emacsorphanage/zoom-window

The warning seems to be triggered by a call to `dc.filterAll()`. ```json "node_modules/dc": { "version": "4.2.7", "resolved": "https://registry.npmjs.org/dc/-/dc-4.2.7.tgz", "integrity": "sha512-83vzVpBmXFCW7V2uVhBolcPX22d19k4GV7zJWu8jkyNhMstAb/XYl2Eld3Kp71eLD8YM9RsIRgtrmLViQeZTuQ==", "dependencies": { "d3": "^6.6.2" } }, ```

This issue helped me to come up with a solution to link the TextFilterWidget to another chart's reset button, so I thought I'd share it in case someone else comes...

I see that warning?/1 is defoverridable in Hound.ResponseParser, which I would have raise the exception. It seems to be hard-coded based on the selected driver here: https://github.com/HashNuke/hound/blob/7b3ff5585a8493417788e0d942e6e2cf5c300cae/lib/hound/request_utils.ex#L61-L73 How do I...

The issue appears in all apps for me. I demoed in WezTerm to show the input was bypassing the modal.

Have you tried configuring the webdriver port? ``` config :hound, driver: "phantomjs", host: "http://localhost", port: 8910 ``` ``` phantomjs --webdriver=127.0.0.1:8910 ```

> Can I use wezterm on Windows with this change @ljie-PI i don't see why not - i don't have a windows machine to test on but feel free to...