-
### Bug report
phpstan does not know how to determine the type in a match construct
### Code snippet that reproduces the problem
https://phpstan.org/r/adcb492c-7318-45d1-9f98-d824bbd8b1e1
ht…
-
Investigate this problem:
```scheme
(define Person (class Object (constructor (lambda (self name age)
(set! self.name name)
…
-
```
declare Class t!
```
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
As of 3.31.0, if you try to serialize a metho…
-
This would require user defined type implication. That would be the only thing though mostly.
```
type List implies Eq where
== = is;
```
This would help clarify some dark corners of inter…
-
### Environment
unimport@3.13.1
vue-tsc@2.1.10
nuxt@3.13.2
### Reproduction
https://stackblitz.com/edit/github-68jxaq-ygowgd
`npm install && npx nuxi typecheck`
### Describe the bug
I expect…
-
# Why is this change necessary?
![image]([https://github.com/user-attachments/assets/952828b7-da75-4e42-9bbe-2342ae9e295e|https://github.com/user-attachments/assets/952828b7-da75-4e42-9bbe-2342ae9e295…
-
I want to use supabase with dart (flutter) apps and it would be cool to generate dart classes just like we can generate types/interfaces for typescript
**Describe the solution you'd like**
I want …
-
### Tested versions
Godot Engine v4.3.stable.official.77dcf97d8
Godot Engine v4.4.dev3.official.f4af8201b
### System information
Godot v4.4.dev3 - Debian GNU/Linux 12 (bookworm) 12 on X11 - X11 di…
-
Right now I couldn't find a way to document that a function argument (a property, or anything really) is a class, or a constructor **of a specific type**.
Here's a condensed example of the problem:…