-
This gives an error
```
fn extra_msf_swap(#[msf, public] reg u64 x) {}
```
and it makes sense. But this doesn't
```
fn extra_msf_poly(#[poly=t, msf] reg u64 x) {}
```
Is this on purpose?
-
Implement a flag guarding the use of types in Starlark and extend Starlark syntax with type annotation.
-
We should add type annotations in places where there is a clear type. There are a few places where it's less obvious how to add types; in particular, groups are used to indicate that a certain functio…
-
Consider this configuration
```csharp
internal List InterceptorProviders { get; } = [typeof(Server.Interceptors.ServerSide.RevalidatingInterceptor)];
```
And the code whcih use this configuration
```c…
-
Codebase so far is 💯, but just want to clarify variable/function types for readability and ease-of-use. I can help work on the majority of this sooner than later to help improve the quality of the cod…
-
Hi Dr. Kim,
This work is very impressive! I am working on a scRNAseq analysis project of my own in which I am attempting to integrate multiple publicly available scRNAseq datasets together for simi…
-
Hi! Currently `pp.remove_quotes` has no typing annotations, which confuses VS Code:
```python
def remove_quotes(
s: Unknown,
l: Unknown,
t: Unknown
) -> Unknown
```
https://git…
-
I rely pretty heavily on type annotations, and I envisage using `ro-crate-py` a lot in the near future. Would you be open to me submitting a PR that adds type annotations to the library?
If this i…
-
Cannot compile sinuous.
```
error[E0282]: type annotations needed for `Box`
--> /home/sigurd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.28/src/format_description/parse/mod.rs:8…
-
Are you interested in type annotations? E.g. if I submitted a pull adding a bunch of type annotations to the project, is that something that you'd see being easily merged?