-
**Company or project name**
ClickHouse inc.
**Describe what's wrong**
Identifiers from the nested CTE are not evaluated properly.
https://fiddle.clickhouse.com/a62f1ed0-aa44-44af-888a-5b1…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
When I click the run button next to "fn main" it starts terminal with this output:
``…
-
**Brief description:**
The following two variable declarations are equivalent and only vary based on coding style:
```
a? ret;
if(Condition){
ret = new a(){ ... };
} else {
ret = new a(){…
-
### What feature are you requesting?
I would love to see the implementation of character filters with a pattern replace option in ParadeDB. This feature would allow for the automatic correction and s…
-
This code:
```cpp
#include
#include
struct Structy {
std::string foo;
int bar;
};
int main() {
auto *s = new Structy{
.foo = "foo",
.bar = 1,
};
std::cout fo…
-
### Analyzer
**Diagnostic ID**: [CA1515](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515): `Consider making public types internal`
### Analyzer source
**SDK**: [B…
-
### Version
main branch
### Describe what's wrong
Load the PG table including Array data encounter unknown field error. But gravitino doc says we support Array data type in PG catalog.
```
tri…
-
In the language [specification](https://github.com/dart-lang/language/blob/a530cd6dac9c43f8cdd91aa95a58ddf4e0d9c463/specification/dartLangSpec.tex#L22780-L22793) we have:
> It is a compile-time er…
-
### Version of the Meziantou.Analyzer NuGet package
2.0.102
### Rule Identifier
MA0083
### Target Framework
net8.0
### C# Language version
C# 12
### Description
Referencing a parameter in a c…
-
Es gibt einige Bugs, außerdem hängt er manchmal, wenn MCTS zu viele Knoten expandiert hat.