-
### Expected behavior
I’m currently using dbt-duckdb and writing data to Minio. dbt run executes successfully and writes data to Minio, but I cannot execute Execute dbt SQL in the VS Code plugin.
…
-
Student Skills Checklist
Laptop Verification or Cloud Workspace
Rank: 0
Notes: verification by Linux commands notebook
VSCode
Rank: 0
Notes: live change code, commit, make, run localhost, …
-
### Describe the bug
I expect that enum values should be usable in numeric/string value contexts, based on:
- the documentation at https://typespec.io/docs/language-basics/values#enum-member--union-…
-
Lexical version: 0.16.0
## Steps To Reproduce
user agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
https://github.com/fa…
-
Currently [slice patterns](https://doc.rust-lang.org/reference/patterns.html#slice-patterns) can match fixed sized arrays and dynamic sized slices. It would be useful in code over generic length array…
-
**Describe the bug**
Semgrep throws a syntax error when parsing some kotlin code with any rule
**To Reproduce**
Vist https://semgrep.dev/playground/s/8GZyN
**Expected behavior**
No syntax er…
-
**Describe the bug**
When calling recursive operations in Base profile you get an error (this the correct behavior).
But you can get around it using the following hack. And it runs.
```
namesp…
-
### 🔎 Search Terms
"transformTime time", "compile time"
### 🕗 Version & Regression Information
- This changed between versions 5.5.4 and 5.6.2
### ⏯ Playground Link
_No response_
### 💻 Code
`ts…
-
Some core concepts related to the Interactivity API need a better explanation in the Docs. For that, I propose to create a section called "Core Concepts" with subpages covering some key concepts neede…
-
Disclaimer: I am not sure if this an actual bug or rather a diagnostic issue.
The following simplified code
```rust
use std::str::FromStr;
type BoolErr = ::Err;
struct Error(BoolErr);
…