-
### Describe the bug
Hello,
I am running Cython 3.0.11 with gcc 7.5.0. When I compile attached minimal example I see the following issue with C compiler:
```
src/chunksize/my.c: In funct…
-
We started using QuestDb in our production environment to store also historical EOD market data.
About that we are experiencing slow queries when asking for "the first available data for that symbol"…
-
### Go version
go version go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/liu/.cache/go-build'
GOENV…
-
I had some thoughts about version handling and documentation in #7352, but that was out of scope, so I created this issue.
* ~I used the wrong version identifier in the first place which resulted t…
-
### Link to Profile
https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition-ncpi-condition.html
### Feedback Submission
Will FHIR allow linking NCPI Condition to NCPI Participant from subject…
-
A customer should be able to upload a CSV file with information related to developers.
Information in the CSV :
- First and last name
- Internal unique identifier
- Email
Note that a customer…
-
## Current type checking of `Var`s
Currently, the type checking works in the following way:
Take this action as an example:
```
let a := ... in
let b := ... in
a + b
```
which will create …
-
In MSSQL it is possible to reference tables from multiple databases within a single connection. This is accomplished by using a 3-part identifier like the following: `MyDatabase.dbo.MyTable`.
It ap…
-
Version
Febbe updated
1 month ago
-
Please add a tag to all struct definition
like:
/// Thread Control Block
typedef struct **osRtxThread_s** {
uint8_t id; ///< Object Identifier
uint8_t …