-
**Task description**
The current CCDScan (as well as other tooling https://github.com/Concordium/concordium-client/issues/291) doesn't display the `input_parameter/message` for `init_transactions`. T…
-
### Issue description
Today we init some services needed by the RunContext using `applicationContext.init(this)`.
This is costly and as we init a lot of run context this should be improved, for ex b…
-
in `for_statement`, it support these two `init` node scenarios:
```
field("init", $.local_variable_declaration),
seq(commaJoined(field("init", $.expression)), ";")
```
So there can be multiple…
-
Hello, I would like to ask, in this code file: y_new = s_e(2) + grad * (x_new - s_e(1)); Isn't x_new and s_e (1) equal, and subtracted to 0, so how should y be adjusted?
-
### Is there an existing issue already for this bug?
- [x] I have searched for an existing issue, and could not find anything. I believe this is a new bug.
### I have read the troubleshooting guide
…
-
This file is 60% translated and needs to reach 100%.
The rendered version of this file will be available at https://docs.python.org/es/3.13/c-api/init.html once translated.
Meanwhile, the English ver…
-
Instanciating ConnectionManager from python code forces a call of __init__() which in turn will clear already established connections.
As ConnectionManager is implemented following the Singleton patt…
-
/components/questionform.tsx
```
{
id: 0,
questionText: "",
choices: [{ id: 0, description: "", correct: false }],
},
```
ประกาศเป็น initValue แยกออกจาก `questions` แ…
-
### Question
I have example like this:
```
AccountName = Annotated[str, ms.Meta(min_length=3, max_length=16, pattern="^([a-z]+)$")]
```
but this does not throw any error:
```
AccountName(…
-
There are three NVML init calls in the daemonset; there should only be one init call using setup, and the init should be destroyed when the manager is stopped. There are several ways to achieve this; …