-
`Counter` overloads are unsafe
```python
from collections import Counter
# no type errors reported and nothing tricky going on
a = {"a": "hello"}
b = Counter(a)
c = b.get("a", 0)
print(c + …
-
* Faker version: 25.0.1
* OS: MacOS 14.4.1 (23E224)
When using `fake.uuid4()`, the returning type is `bytes | str | UUID` which is impossible to safely use later on in the code.
I guess one way t…
-
I was trying to integrate onestack to an existing monorepo but it doesn't compile correctly. At first I thought it could be due to conflicts with my existing monorepo but even an empty one doesn't see…
-
Hello @theofidry
Did you have in mind to replace the `thecodingmachine/safe` package that did not support PHP 8.4 runtime (lot of dreprecations raised)
- https://github.com/box-project/box/blob…
-
Start with using this in the Finance Portal first.
# Resources
Project: [https://ts-rest.com/](https://ts-rest.com/)
Quickstart guide: [https://ts-rest.com/docs/quickstart](https://ts-rest.com/docs…
-
Sharing some thoughts / notes on a possible code smell in our compiler architecture.
Our compiler stores type information internally using the `Type` enum data structure. Throughout the compiler, w…
-
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
### Requirements (place an `x` in each of the `[ ]`)
* [x] I've read and understood the [Contributing guidelines](http…
-
### What is the feature you are proposing?
Following the recent fix of https://github.com/honojs/hono/issues/2481 that allows type safety for enum in the RPC client with zod validator. What do you th…
-
### Description
With the advent of modern static analysis tools such as PHPStan and Psalm, the `mixed` return type from `InputInterface`'s `getArgument` and `getOption` has become somewhat tedious to…
-
Hello, thanks for creating & open-sourcing this project. I have been exploring vanjs and this library looks like a very useful companion.
I have a query regarding type-safe usage of elements defin…