-
Earlier this week, @sfishel18 proposed the following as a way to improve support for typescript style annotations, while keeping the code accessible to people who aren't familiar with typescript:
>…
-
### Steps to reproduce the problem
https://github.com/mastodon/mastodon/blob/c8849d6ceecfdb9c18284fcc57a7e29019b4cd05/app/services/activitypub/fetch_remote_actor_service.rb#L10
https://github.com/…
trwnh updated
2 weeks ago
-
### Is your feature request related to a problem? Please describe.
When building a functioning piano in Resonite I designed it to have 2 ways of playing it: one with using press delta (how fast/hard …
-
**Describe the bug**
Since the Open3D update I get this kind of a warning (see screenshots) in PyCharm when I try to add a point cloud as a geometry in a visualizer.
I've also seen issues like "Ex…
-
The app should keep track of what types of values are accepted by each block input, and what types of values are produced by each block output. This may require additional configuration fields for som…
-
Right now, there are many type annotations. But as far as I can tell, none of them are used. Running `mypy` yields hundreds of errors.
I'm sure many errors will go away from tiny fixes that are use…
jtran updated
3 months ago
-
As I've been reviewing #183, trying a change I want to suggest produced a very surprising type for a destructured array member. What surprised me is that I expected it to be `string | undefined`, but …
-
As per https://github.com/microsoft/cheriot-sail/issues/56 recent dev versions of Sail have started to give an odd type check failure compiling the CHERIoT sail model. It looks like this might be comm…
rmn30 updated
3 months ago
-
## Feature request
#### Feature description
Using `ament_mypy` to assure future code has proper typing annotations. First and foremost this change would need to wait on many pull requests as…
-
**Bug Report**
(A clear and concise description of what the bug is.)
**To Reproduce**
I've made a file `t.py`:
```python
from typing import TypedDict, List
class Dct(Type…