Wez Furlong
Wez Furlong
The position problem still exists. (Split a pane, close a pane, split again, this time pane goes to the place of a third pane, as if the second pane was...
Today the key assignments are all declarative; while there is a reasonable variety of actions they all need to be statically defined and built into wezterm. I'd like to enable...
I persistently hit too many open files errors during cloning/updating. I'm running on an M1 macbook air, running macOS Ventura 13.0.1. I installed using brew and the bottle from the...
First, thanks for building this tool! I fully appreciate that colored terminal output is hard, just sharing an example that affects me. I find it difficult to use 2-column diff...
I can't find any live information on the internet about CAS; all the links seem to be dead or timeout. Is this really a current thing that is used by...
While looking at perf, I noticed this precompute method: https://docs.rs/rsa/latest/rsa/struct.RsaPrivateKey.html#method.precompute In https://github.com/RustCrypto/RSA/issues/23#issuecomment-525251114 it mentions that this should be private and that it is implicitly called during construction. That issue was...
Here's a link to my example/repro: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=5651e21bcb73e6fabf7e1d0ef67660d2 and inline for convenience: ```rust use serde::Deserialize; use std::collections::HashMap; #[derive(Deserialize, Debug)] struct Thing { #[serde(flatten)] entries: HashMap, } #[derive(Deserialize, Debug)] struct Entry {...
I wanted to do this: ```rust let hostnames: Vec = a.query("data($name)
Why would you even do that? To test that the workflow is doing the right thing :) Uploading an empty file leads to an obscure error about the `size` field...
A minor issue, but worth calling out in the docs: the glob is case sensitive which can cause confusion when using this action to match files on a case insensitive...