-
### Feature request
`BCMath\Number` class with operator overloading was added in PHP 8.4.
* [PHP RFC: Support object type in BCMath](https://wiki.php.net/rfc/support_object_type_in_bcmath)
I w…
-
**Describe the bug**
There are new fields introduced to support JSONata data transformations. See this blog post: https://docs.aws.amazon.com/step-functions/latest/dg/transforming-data.html
**To R…
-
> What I am noticing in positron is that when operating interactively with ibis, positron will eagerly fetch results (i suspect for the data explorer or variable views possibly via a `repr` called som…
-
The goal is rewrite `WHERE`/`ON` expressions with multiple `OR` expressions when there is common conditions on those `OR` expressions. For example `A AND ((B AND C) OR (B AND D) OR (B AND E))` should …
-
Consider input `select * from tmptz where f1 at time zone 'utc' = '2017-01-18 00:00';` from [examples/timestamptz.sql](https://github.com/antlr/grammars-v4/blob/97bd28855acf37204623a71eb9d5ce3f9f62f80…
-
This program is by javac (`X.java:18: error: reference to foo is ambiguous`) while ECJ happily compiles it:
```
interface I {
void foo();
}
interface J {
void foo();
}
public class X {
…
-
The wonderfully useful [specification of type annotation expressions](https://typing.readthedocs.io/en/latest/spec/annotations.html#type-and-annotation-expressions) describes what kinds of express…
-
Following the #144 proposition, discussed here the feasibility and the need for `Alternative expressions` feature.
## Description
A less common feature is the ability to offer alternatives in th…
-
As `RetrievalAugmentationAdvisor` is expected to replace `QuestionAnswerAdvisor`, it should also support `FILTER_EXPRESSION` the way that `QuestionAnswerAdvisor` does.
This makes it possible to con…
-
This refers to require expressions that can be outside of the top-level scope, or can accept arbitrary strings to determine where to require from (i.e. require at runtime). The usecase I have for this…