-
## Issue description
Right now, we have lots of deps.nix (for go) & gemset.nix (for ruby). This takes up a lot of space and there appears to be at least some duplication. For instance "github.com/g…
-
It would be nice to have a feature in VLS similar to the one in IntelliJ. Simple shortcuts that could be used to autocomplete a longer command.
For example, `main` for the `main()` method, `sout` f…
-
### Abstract
Make the assignment and arrow like operators as described in [the manual](https://nim-lang.org/docs/manual.html#syntax-precedence) have right associativity. To make this work, also incre…
-
[languagetool-languageserver](https://github.com/languagetool-language-server/languagetool-languageserver) implements LSP for the purpose of spell- and grammar- checking. The "languagetool" supports m…
-
`any` and `all` are [short-circuit evaluation](https://en.wikipedia.org/wiki/Short-circuit_evaluation) primitives with well-defined semantics:
* `any` evaluates expressions one-by-one and returns t…
9214 updated
10 months ago
-
You already introduced switch expressions. Are you planning to add if expressions?
Syntax examples:
```dart
var x = if (a > 0) return 1; else return 2;
```
```dart
var x = if (a > 0) {
retu…
-
Given a class that is instantiated via a factory, the arguments part of the service definition refers to the factory method, not the class being generated.
However, the symfony plugin thinks otherw…
-
Hi, I encounter this error when checking some Exchange server performance logs:
Overall progress... Status: Applying thresholds, PAL 2.8.1 Progress: 82%... Applying thresholds, Client Access - Logica…
-
https://docs.oracle.com/cd/B19306_01/B14251_01/adfns_regexp.htm
https://docs.oracle.com/cd/B13789_01/appdev.101/b10795/adfns_re.htm
> Oracle Database follows the exact syntax and matching semantic…
z3ntu updated
6 years ago
-
[P3216R0](https://wg21.link/p3216r0) views::slice (Hewill Kang)