Andrew Baxter

Results 106 issues of Andrew Baxter

### What new feature should Elvish have? I need to write a script to start ssh local proxying a port, run a command, then kill ssh. In bash something like:...

### Description For manifest V3, the developer _must_ come up with an ID on their own to submit the extension. I clarified it (I think in the best location) and...

Content:WebExt
size/m

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [ ] This feature could be solved with a [custom image](https://github.com/cross-rs/cross/blob/main/docs/custom_images.md#custom-images) (optional) ### Describe...

feature-request

I have ``` let html_children0 = idoc.query_selector_all("h1,h2,h3,h4,h5,h6,p,img").unwrap(); ... let child = html_children0.item(i).unwrap().dyn_into::().unwrap(); ``` This panics when trying to `dyn_into` with: ``` called `Result::unwrap()` on an `Err` value: Node { obj:...

### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...

no decision

I'm using keymapper to run `swaymsg` directly to switch workspaces and stuff. I have a very short idle time (60s) and sometimes when I'm actively switching between workspaces for a...