-
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:…
-
### Discussed in https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/71131
Originally posted by **atifcppprogrammer** November 9, 2024
Hi there ! it seems that the `SqliteError` cl…
-
### 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…
-
Enso doesn't have special syntax for writing _type classes_ as of Oct 2024. The original design...
> Implementation and tests for type classes, as described in the [design doc](https://github.com/e…
-
https://psalm.dev/r/f63080e0d7
With code
```
class Foo
{
public const string BAR = 'asdf';
}
/**
* @var array{Foo::BAR : string} $a
*/
$a = [Foo::BAR => 'ewqrtq'];
```
I get the…
-
[Issue](https://github.com/flutter/devtools/issues/6996) originally filed on the DevTools repo. Moving to the SDK.
-
### Description
Hello.
I've found, that IOptionsMonitor is the only interface which is missing the generic type constraint "where TOptions : class" opposed to the other "IOptions" interfaces.
### R…
-
It's very useful to have type hints when composing a ServiceX spec in python. Type hints are nicely shown for all fields (such as `Sample`, `dataset`) but not for `query` as attached.
-
- Larastan Version: 2.9.8
- Laravel Version: 10.48.22
### Description
As described in phpstan/phpstan#11812, there's a "class was not found" error for something that in fact an intersection t…
-
On the GitLab GraphQL server (no password required), the `WorkItemWidget` type (kind `INTERFACE`) has multiple possible types.
You can run a query like this:
```
query {
workItemsByReference…