Alex Dubov

Results 42 issues of Alex Dubov

Let's say I have a command with a multi-value argument of the following sort: ``` cmdArgs.StringsArgPtr( &cmd.args.srcs, "SOURCE_PATHS", nil, "Directories or files to load", ) ``` The automatically inferred spec...

In some apps, panics carry meaningful information and should be nicely reported on exit. User, of course, always has the option to defer a recovery block in the `Action` call...

enhancement

Maven for java v0.21.0/vscode v1.41.1 Windows We are commonly using vscode with "polyglot" projects, so on some machine, a project may contain multiple pom files but no maven installed. The...

feature-request

### Description of the bug: Consider a source code tree which has one of its directories named "external": ``` "source root" | - foo | | - dir with targets...

type: bug
P2
team-ExternalDeps

Hereby, I would like to petition to reopen and salvage #18514. There are several areas where having a global, performant and lock free random source is of very high utility....

NeedsInvestigation

Presently (and please correct me if I'm wrong) JDT.LS can obtain information about the project source sets and their dependencies via 3 possible channels: 1. Eclipse .project/.classpath files which are...

enhancement

It is possible that for whatever reason "parseTime" is not specified in the connection string (indeed, it is disabled by default). However, users still need to parse the various time...

enhancement

rules_go v0.43.0 gazelle v0.34.0 Bazel v6.4.0 The issue was introduces around v0.43.0, though it may not be rules_go fault. When building/running go program the following warning appears in the log:...

Right now, when stack trace is requested (via an annotation on a level enabler or via an explicit field) it is simply formatted into a largish string and treated like...

Right now, `Writer` is used for compression and `Reader` is used for decompression. However, some storage APIs, namely AWS S3 and kind, insist on having a `Reader` as a body...