Pascal van Kooten
Pascal van Kooten
Please try, it works as a command from a shell: `urxvt -e sh -c 'ssh mymachine'`
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...
Is there a way to achieve it? I used to be able to do this: `picker.register_custom_handler(ord("q"), lambda _: sys.exit(0))`
Also wondering if you're still using this version :) It's quite spectacular you have achieved this result...
I was wondering how we can make this work were e.g. all dired buffers would be grouped together (all dired buffers into one buffer, possibly having to use perspective). Any...
[](https://issuehunt.io/r/Qix-/better-exceptions/issues/10) Does not appear to work in ipython (at least in emacs) --- IssueHunt Summary ### Backers (Total: $70.00) - [ issuehunt](https://issuehunt.io/u/issuehunt) ($70.00) #### [Become a backer now!](https://issuehunt.io/r/Qix-/better-exceptions/issues/10) #### [Or...
It seems that when the queue is empty at the end (https://github.com/kootenpv/sky/blob/master/sky/crawler/crawling.py#L338), it will try to end the futures (that are wrapped in `wait_for`), and this causes the tasks to...
I tried to create a grammar containing some simple tokens and then trying to go a next step. Pretty much I'd like to define higher and higher level rules, but...