Alex Smith

Results 17 issues of Alex Smith

Is it possible to have count the number of times a given (binary) flag is passed? This would mostly be used for verbosity flag sets, where e.g., `-v` and `-vvv`...

kind/feature
help wanted
area/v2
status/in-review

Is it possible to display higher-level flags in a subcommand? e.g., given: ```go app := &cli.App{ Flags: []cli.Flag{ cli.BoolFlag{ Name: "verbose, v", Usage: "be LOUD", }, }, Commands: []cli.Command{ cli.Command{...

kind/feature
help wanted
area/v2
status/confirmed

I'm in the process of trying to package an application for a Linux distribution that uses this tool. I'm building the application with `qtdeploy build `. My current issue gives...

`nix-index` was having issues indexing my overlays, causing RAM usage to spiral out of control. CTRL-C'ing `nix-index` makes it stop seemingly gracefully, but the `nix-env` process it spawns as part...

bug
c: indexing

The full backtrace is mostly `lsp-mode` internals, but the (pretty-printed) gist of it is: ```json Couldn't parse (LSP::Protocol::NotificationMessage | LSP::Protocol::RequestMessage) from { "jsonrpc": "2.0", "method": "textDocument/completion", "params": { "textDocument": {...

### Description The date-time-picker component does not disable all styling triggered by hover events or cursors when disabled. This leads to user confusion where the field appears to be interactive....

I have an issue where one of the ROMs I’ve added crashes on startup (looks like an invalid memory access). Long pressing on the ROM to bring up the menu...

bug

Copying this from my Reddit comment bringing up the issue: With the closure of JCenter, some dependencies of Infinity are no longer available at either their configured group-artifact-version triples or...

area: project issue

#### Overview Modifies the Atlassian Crowd connector to set the `name` claim to the user's full name and adjusts supporting code in response. This is a breaking change. Some feedback...

Captured images are set with an `Orientation` EXIF flag of 0. [This is an invalid value](http://sylvana.net/jpegcrop/exif_orientation.html) and will cause issues in applications that do not handle it. ### Steps to...