-
from gpt:
## **Understanding the Existing Structure**
Based on the modules you've provided and the previous classes we've created, here's a summary of key points relevant to creating the `ForCou…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
create table `t` (data json DEFAULT NULL, KEY idx((cast(json_ex…
-
(All the following is in the context of a static rendering tool, so no security issues are present).
I have a context variable that contains some HTML as a string (well, actually a list of lines bu…
-
### Describe the enhancement requested
The current mechanism for `register_scalar_function` is solely by side-effect, and keeping them around in the global environment can affect other uses of lazy o…
-
### Summary of Problem
**Description:**
Discovered when testing the solution for #25032 (which improved the situation when such variables were returned and when the string result of a ternary was …
-
Reported here: https://github.com/dotnet/efcore/issues/20624#issuecomment-2154799748
Not a regression: also fails on 5, 6, 7, and 8.
```C#
var blog = new Blog();
using (var context = new App…
-
## Description
A lot of properties can now be defined as either a static value or as an expression.
F.ex:
- required and readOnly
These can now be set as true/false in our config view, but the…
-
**Describe the bug**
When string interpolation is used within a string literal that is used to construct a `std::format_string` (for example, in `std::print` or `std::format`), the string literal i…
-
to_json when parsing a map[struct, struct] throws an exception.
## Reproduce:
CPU:
```
scala> import org.apache.spark.sql.SparkSession
scala> import org.apache.spark.sql.functions._
scala> imp…
-
Given the following example:
```
type a = {"name": string, "age": int}
type b = {"name": string}
let v: a = {
"name": "Anton",
"age": 35,
}
let foo = (arg: b) => {
Js.log("Hi" +…