-
### Describe the bug
Consider the following example:
```ts
export class Foo {
count: number; // Property 'count' has no initializer and is not definitely assigned in the constructor.(2564)
…
-
When the return type of a subroutine contains the scope resolution of a class, the current and subsequent subroutines will have an additional class identifier, which is not expected. This bug was fo…
-
### First Stop
- [X] I have read and agreed to the ThoughtSpot Dev Tools EULA.
- [X] I understand that if I have a critical issue with ThoughtSpot, I should reach out to my designated Account Executi…
-
### Describe the issue
We started to add Python type hints to our estimators. However, some existing hints for (Aeon) classes are incorrect, e.g.
https://github.com/aeon-toolkit/aeon/blob/be4af65…
-
Hi there,
Because of [this type assertion](https://github.com/quill-mention/quill-mention/pull/369/files#diff-e83f1abac17c6e192cac4beba917bfc15a42e32ca346908913acf43dfd841950R3) **MentionBlot** typ…
-
I remember a blog post of you (but cannot find it anymore) where you show how some modern hacks in GHC could have been avoided with proper use of type classes. I remember you showed a way to avoid typ…
-
### 🔎 Search Terms
class private any index access
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries
### ⏯ Playground Link
…
-
## Describe the feature you'd like
`PlutusTx.Ord` does not have automatic derivation mechanism
which means a lot of error-prone work for large algebraic datatypes.
It would be nice to have `Tem…
-
Then we can do:
```python
from compas_timber.connections import Joint
MAP = {class__.JOINT_NAME: class_ for class_ in Joint.__subclasses__()}
```
-
I'm not super sure if this is a bug or not, but the behavior is different in Mypy and pyright so probably worth discussing it.
**To Reproduce**
https://mypy-play.net/?mypy=latest&python=3.12&gis…