-
Gradually move the codebase to have (optional) type checking, in the form of JSDoc comments in the source code that can be checked by `tsc` (the TypeScript compiler). Such an arrangement confers the a…
-
Good types would make the code in this repo much safer to work on and use...
Since draft-js is already well typed with flowtype why not add types to this dude... :)
-
The clear command's documentation in both guides lacks important safety details. There's no mention of confirmation requirements or safeguards for this destructive operation, and the Developer Guide s…
-
In `sbcl`, with high safety settings `(sb-ext:restrict-compiler-policy 'safety 3 3)`, then `(ql:quickload "smackjack-demo")` fails to load and run the demo, with error message:
unknown type spe…
-
I think we need WAY more tags everywhere. Not for master, but definately as an option. Like `Pickup:`, `Object:`, `Vehicle:` etc. Even tags for things that are often confused, like `ColourRGBA:` vs…
-
### Checklist
- [X] I agree to the terms within the [Safety Code of Conduct](https://github.com/pyupio/safety/blob/main/CODE_OF_CONDUCT.md).
### Safety version
pip install safety
### Python versio…
-
Thanks for sharing this!
I loaded up the examples in VS Code to see how it works at design-time, and first thing I noticed about the examples is, they're not very type-safe?
For example, `model: any…
-
Dear authors,
First of all great work on this extension.
I was looking at the generated C# code from sqlc and thought it would be great if it could be used with dapper.
Instead of instantia…
-
Currently, `State` and `Computed` are defined as standalone classes within the `Signal` namespace:
```ts
interface Signal {}
namespace Signal {
class State {}
class Computed {}
}
```
I…
-
Another quick issue: you mentioned in the README that this had editor type safety that did not require a compile every time there is a change. I'm using VS Code and in order for it to have any type ch…