-
### Reviewed guidelines
- [X] I have read and understand the suggestion guidelines
### Checked for duplicate suggestions
- [X] I checked for existing similar suggestions
### Summary
sim…
-
### **Is your feature request related to a problem? Please describe.**
Assuming I have a "long" formatted table with the above structure :
![image](https://user-images.githubusercontent.com/4363…
-
I have a `$splitter`variable which is a parameter of one of my subroutines:
```
my $splitter = qr{
[,\s]+ # Sequence of commas/spaces
(?= # Start of instruction '['
[[]…
-
### Currently
Options/code lists currently have a few variants we support:
- A simple/static list of options
- An `optionsId` that indicates a remote list of options that needs to be fetched from t…
-
We've just published a critical security advisory relating to a Remote Code Execution vulnerability in Dynamic JSON/TOML/YAML badges: https://github.com/badges/shields/security/advisories/GHSA-rxvx-x2…
-
Right now `dynamic_where()` only supports adding conditions in a `AND` relationship. E.g. according to the example
```
auto s = dynamic_select(db, all_of(foo)).from(foo).dynamic_where();
s.wh…
-
**Describe the bug**
When I go to run `Invoke-FalconDeploy`, about half the time I get an error message at the `put` stage. The error is as follows:
```
Set-Property : You cannot call a method on…
-
It would be nice to have the option of hiding and/or reordering certain rare expressions of a kanji.
For instance, the first expression of 会 is 会/え/gathering (which I've never seen before to be ho…
-
Right now aggregates (`exists`, `max`, `count` and so on) in expressions (`expr`) work only with relationships `expr(exists(friends, name == "John"))`. It would be handy in some cases to have ability …
-
### CrateDB version
5.8.3 and `nightly-5.10.0-2024-10-24-00-02`
### CrateDB setup information
Reproed both on single node and with 3 nodes
### Problem description
The query below fails if `field2…