Jeremy Möglich

Results 5 issues of Jeremy Möglich

The NPM version hasn't been updated in 10 months, updating would make it easier to access typescript support.

When using tools such as mypy or type checking in vscode, type annotations would be useful. Missing type annotations can also lead to errors when using strict type checking.

This adds a Checkbox.d.ts and a utils.d.ts

Currently datatypes such as Dates, Sets or Maps are not supported as JSON can't represent those types. The solutions I'm thinking of are: 1. Only allow types that can be...

**Describe the bug** I have a persistent task which runs a program, this program has some exit logic that runs after `tokio::signal::ctrl_c().await.unwrap();` or in general after ctrl-c When I run...

bug