-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I was trying to implement case insensitive filtering and found this example on your [document…
-
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 `Memb…
-
**Describe what's wrong**
Using an array join alias on a distributed table results in an `Unknown expression identifier` error.
https://fiddle.clickhouse.com/3ea475c1-df13-45e3-b0e9-14ba3ee27c10
Th…
-
**What would you like to be added**:
CoreDNS version: v1.11.3
I have a CoreDNS server with 15 `view` configurations that filters my request by client IP like:
```
. {
view 1 {
…
-
Explore how difficult is to support any expression inside the interpolation syntax.
```jsx
[%css "font-size: $(string_of_int(23))"];
let base = 33;
[%css "font-size: $(string_of_int(base))"]…
-
Hi,
can we define Directory in workflow input section? I met error "Cannot coerce expression of type 'String' to 'Directory'".
my wdl file, cromwell 59 is used:
```
version development
workfl…
-
## Problem
We can describe `Unsupported` field types in Prisma schema, eg `Point` field type like this:
```js
model Locality {
id String @id @default(cuid())
na…
-
Attempting to create a sufficiently large `std::string` object (greater than 65535 characters) results in a crash during codegen. It looks like we might be running out of stack space, but it's unclear…
-
When using ternary expression and string constants with "special" characters like '-'
then the expression is not parsed, for instance:
`{settings.false ? 'foo-bar' : 'xyz'}`
This also results in the …
-
String `replaceAll` uses a compiled regular expression. In "hot" methods this often leads to performance problems due to the often need to GC.
In an internal library, replacing this pattern result…