-
**Version Used**: `main` branch
**Steps to Reproduce**:
```c#
using System.Collections;
using System.Collections.Generic;
BadCandidateForCollectionExpression xs = [123]; // no .Add(int)
Ba…
-
Here I have a test qvd file:
[TestJoin.zip](https://github.com/JamesBondski/qvdlib/files/13696872/TestJoin.zip)
When I try to access field values through `reader["ColumnName"]`, I get values from …
-
Assist (and, once we have more of those, fixits and refactorings) need to produce a lot of syntax trees.
This is done with the help of `make` module at the moment. Here's how a moderately-complex l…
-
- `name`, `symbolizer` and `nestedRules` are present in the [spec](https://github.com/opengeospatial/styles-and-symbology/blob/main/1-core/sections/clause_7_core.adoc?plain=1#L103-L111) but not in the…
-
Given the following `Pipeline`, should it fail to create or succeed ? It is documented that `tasks` are required, so possible, it should fail to create. As of today, it does not.
```yaml
apiVersio…
-
`f'{ "\n".join([f"•{ k }" for k in [1,2,3]])}'`
My extra whitespace is not removed from this line.
-
## Build Information
0.15.3
Xcode Beta 16
iOS 18/macOS 15
Using Swift Package
When updating to the latest Xcode beta 16 there is a name space conflict between the SGLite struct Expression and t…
-
In the following code example:
```igorpro
switch(var)
case 1:
case 2:
```
the counting for case 2 is wrong as it is the sum of case 1 and 2.
To fix that one can think about something like:
…
-
`ERROR: LoadError: UndefVarError: `CharFunc` not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:31
[2] top-level scope
@ ~/.julia/packages/AQFED/rUtxd/src/roug…
-
## Objective
Create a user-friendly, flowchart-style visual interface that allows users to assemble and execute Playbooks—customizable, repeatable sequences of actions leveraging AI models—to automat…