-
This has been mentioned previously by @sneakers-the-rat at #1604.
**Describe the solution you'd like**
[sqlmodel](https://github.com/tiangolo/sqlmodel) is a library that bridges classes from SQLA…
-
- **HaxePunk version:** Dev Latest
- **Target(s):** Cross-Platform
## Reason:
Unless I'm mistaken, entities can only have one type. This is perfectly fine and can work with any project, but comin…
-
I have a strange error that I've been able to reproduce on 2 machines but it doesn't occur on others. For example, I have the issue running on my local laptop but then not with other environments.
…
-
Hi, maintainers.
There is a valid usecase using circular references in arrays in openapi schema but I'm getting this error.
`Error: failed to add runners (hello.yaml): runner req error: infinite cir…
-
Whilst working on writing unit tests for `maxgamill-sheffield/800-better-tracing` which addresses #800 I found that the tests suite does not complete as there are a number of breaking changes.
In …
-
In PHP, types are usually resolved at the latest possible point. For example, if you write
```
function foo(): Bar {}
```
then we will not load class `Bar` when the function is declared. The t…
nikic updated
4 years ago
-
`StaticArrays` has heuristics that determine what code to make to multiply matrices. There seems to have a heuristic for `BlasFloat` and one for everything else (i.e.`Any`). The present `Any` heuristi…
-
I understand that there is some type of memory growth occurring.
From the 2023-02-17 dev meeting notes, I gather that
- that memory growth only occurs when using the memory pool
- "Using jemall…
-
## Participant Details
**Name/Nickname:**Hari
**Pronouns:**ha
**Domain:**DSA
## Milestones
- [ ] Code for 30 days
## Checklist
- [x] I've read the Code of Conduct, Rules and Guideline…
-
Currently this doesn't work:
```
type Foo
a::Bar
end
type Bar
b::Foo
end
```
A nice way to handle it is to automatically insert forward declarations for all types defined in a file after lo…