-
It is surprising to programmers that Unbounded_String wasn't given the new String_Literal aspect in Ada 2022, to allow use of string literals directly. But this is discussed in the AI that introduced…
-
### Platforms
- iOS
- Android
### Version of flutter maplibre_gl
main branch
### Bug Description
The property line-dasharray for Line layers doesn't correctly work on iOS Platform.
When…
-
```
swift package -c release benchmark
Building for production...
[12/12] Linking BenchmarkBoilerplateGenerator-tool
Build of product 'BenchmarkBoilerplateGenerator' comple…
-
For some reason, when a complex expression (at least two expressions joined by an _AND_) generated an error when working with IP addresses in `if()` expression.
I do have table with following struc…
-
**Describe the bug**
In the search and replace box, I'm trying to find and replace a regular expression by an expression containing '\n'. I expect the substitution to introduce a new line, but I get …
-
### Is your feature request related to a problem? Please describe.
Elements of a `NamedTuple` do not appear in the suggested members/methods dropdown.
### Describe the solution you'd like
The eleme…
-
## The code with a problem is:
```shellscript
#!/bin/bash
declare -A a=();
a["[]"]=x;
b=${a["[]"]}; # this is incorrectly highlighted as part of a string
echo ${b}; # this too, it only ends afte…
-
### Is this a regression?
Yes
### Description
When upgrading to `18.3.0` from `17.6.16` I get compilation errors coming from files in node_modules. My `package.json` looks as follows:
```
...
"d…
-
## Context
```
Odin: dev-2024-06:80592f0f5
OS: Windows 10 Home Basic (version: 22H2), build 19045.4529
CPU: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
R…
-
Hey!
It would be nice to be able to access the parts matching a regex when using the `matches` operator. The captured parts could be assigned to some variables (`$1`, `$2`, etc) or to a special `ma…