-
### Minimal Reproducible Example
```fortran
program main
implicit none
integer :: i
i = 1
call my_subroutine ( i )
contains
subroutine my_subroutine ( invar )
i…
-
## Translation:
**Is your feature request related to a problem? Please describe.**
Currently, there is no support for prepared statements. Because of this, SQL injections are possible and it is in…
-
Unsure if this apply to other Enums or if it's a KeyCode thing. Could also be linked to another non-issue where intellisense stop suggesting after a few table scope despite type being correctly checke…
-
**Describe the bug**
We have a database secret with default and max ttl of 72000h but vault is running revocation statements after 32 days.
**To Reproduce**
Not able to reproduce this anyw…
-
Hello - we are trying to create an AMBF wrapper to test and deploy RL algorithms, and we found your `AmbfEnv()` class that you specified in `ambf_env.py`. However, if I run `env_test.py` I get import …
-
Code sample in [basedpyright playground](https://basedpyright.com/?typeCheckingMode=all&reportUnknownParameterType=false&reportMissingParameterType=false&code=MYGwhgzhAECCB2BPA8gJwKrwNbwPYHd4AuAWAChpL…
-
[P1306R1](https://wg21.link/p1306r1) Expansion statements (Andrew Sutton, Sam Goodrick, Daveed Vandevoorde)
-
### What happens?
Hi, was surprised I couldn't parameterize/prepare secret creation (originally in duckdb-node).
However, doesn't seem to work in the cli either. Feel free to close if this is i…
qw-in updated
2 weeks ago
-
### 🔎 Search Terms
You can write a non-null assertion operator with whitespace after a variable name and no white space before certain keywords such as `in` and `instanceof` and the type checker does…
-
### Description
- use code:
```
create view v1 as
select
*
from actor as a
```
- set cursor after symbol * and try to expand it by pressing Ctrl + Space
Expected: a list of suggesti…