-
```cpp
template
class Foo {};
class Bar : public Foo {};
```
When the cursor placed at `class B|ar`, use `Open Type Hierarchy` context menu from vscode, it just shows `Foo`, no child can be l…
timxx updated
1 month ago
-
### Bug report
### Code snippet that reproduces the problem
https://phpstan.org/r/7da62559-5e9f-4a27-b9f3-b7dd77456ed4
### Expected output
The return type must be analysed separately (as i…
-
These would all have no implicit time zone attached
- civil_year
- civil_year_quarter
- civil_year_month
- civil_year_week (7 day periods since first of year)
- civil_year_day (day of the year)…
-
Would it be possible to grep for type classes as well? Thanks.
-
### Describe the bug
It is not possible to create an order and add line items via the CP.
The selection of line items remains empty although there should be available tickets.
The correspo…
mihob updated
16 hours ago
-
I think it might be useful to have a fastplotlib submodule with all the base classes that are used throughout the library. This would include:
- Graphic
- PlotArea
- Subplot
- Figure
- Legend
…
-
Given a json file, think a way to to deserialize json to correct type, it means the result can be casted to expected type
### Example 1
```
{
"type": "my.example.dto.Student",
"value": {
"id…
-
### Describe the bug
`Config` extends the class of `AbstractConfig` and this implements `IConfig`.
However, the type coercion does not seem to work, the following error occurs:
```
TypeError:…
-
### Details
When you go AFK on d-class type blue and respawn you keep the decay timer
### Steps to reproduce
1. Swap to d-class type blue
2. get AFK kicked from the job not the server
3. spawn back …
-
A _type class_ is a set of operations defined with respect to a polymorphic type.
When a type has an instance of a type class, values of that type can be used in the standard operations defined for…