Ada

Results 104 issues of Ada

`disko` is dangerous. In particular, it will happily destroy any disk if you accidentally set the mode `disko` instead of `mount`. I've ended up making this mistake twice, and having...

enhancement
contributions welcome

If you set up a GUI icon, a lot of users will have the instinct to try to open it again if it seems slow. This results in potentially multiple...

In the event of an unsuccessful install, it's useful to be able to clear it and start it over. While this is certainly possible to do manually by running the...

I probed `~/.config`, and it turns out Konsole's `Settings -> Configure Keyboard Shortcuts` stores its data in a completely different file & format than most Plasma stuff. It dumps it...

0. type: enhancement
1. scope: konsole

**Describe the bug** Well-behaved raw terminal programs will ideally identify how the interrupt key is configured, and use that to determine what they listen for when mimicking interrupt behavior. Inquire...

**Is your feature request related to a problem? Please describe.** Downstream programs would ideally be capable of responding correctly to stty interrupt in raw terminals. As it stands, there seems...

My company bought some of these recently, but we're interested in making our own soon too so we can try to iterate on the design. I'm not sure how to...

``` /build/server/node_modules/.bin/node-pre-gyp: cannot execute: required file not found ``` Full build log [here](https://gist.github.com/crabdancing/0f384494e0acd50a055317e846151e61). Flake with my attempt to get this working can be found [here](https://github.com/crabdancing/planka-nix-test/blob/master/flake.nix).

I have the following stty config: ``` speed 38400 baud; line = 0; intr = ^Q; susp = ^W; -brkint -imaxbel ``` The key issue here is that interrupt is...

## Feature Request As it stands, the `dx` utility is bundled with / automatically fetches its own `wasm-bindgen-cli` that it uses over the environment one. This is certainly useful on...

bug
enhancement
cli