Kyle J Strand

Results 209 comments of Kyle J Strand

Installing a *CLI* font manager might be acceptable.

Until this is implemented, is there a way to completely eliminate data from the `.jj` repository, such as an inadvertently-snapshotted key file or `target` directory? (For colocated repos, I can...

@cyplo Do you know offhand which IDEs do have support so far?

@Gitoffthelawn Are you familiar enough with the codebase to know why this permission is required? (Or do you know who might know?)

Okay, I've managed to build/install/run [a version](https://github.com/BatmanAoD/Redirector/tree/reduce-permissions) with the `http` and `https` glob permissions removed, but as far as I can tell the extension now just does...nothing. I'm not sure...

Hm.....the Firefox console, you mean? I'm not seeing anything. In any case, yes, it looks like indeed the permissions are necessary, based on the `com`/`net` test you suggested. 😕

Is `quilc` used outside of the `qc.compile` call, and if so, how is it used? If not, I think it might make sense to put the new optional argument on...

I think version 2 is actually quite clear, because the literal `false` is simply saying "`false` is the default when the value itself is missing (`null`)." This makes the alternative,...

One major difference is that by default, `Enter` performs the substitution rather than running the command as usual. In a recent-enough Bash, you can configure `Space` to do this (see...

`webpki` and `serde_derive` have recently highlighted the need for this feature. When it was noticed that `serde_derive` was shipping a precompiled binary with no way to opt out, there was...