-
hi,
recently upgraded my project to ss 5.3
is there any plan to change things for @method blocks ?
thanks :)
-
Before formatting:
![image](https://github.com/user-attachments/assets/df96ea09-0bdf-41ee-98e4-9799259cdb2b)
After formatting:
![image](https://github.com/user-attachments/assets/cc20e497-565…
huuff updated
8 hours ago
-
When I define generics, for example, copying [T any] to func A() as func[T any] A() will automatically pop up, and pressing esc will cancel the pasted [T any], can you cancel the detection of generics
-
### Is your feature request related to a problem? Please describe.
When working with OSC, multidimensional values are usually provided on one path, using indexes. Combining those with multiple OSC co…
-
### Bug description
I have a medium-sized code-base I've been updating to PEP 695 typing, and I'm getting a lot of false positives.
Some minimal examples:
```python
class A[T]:
def __init__(se…
-
### Describe the bug
```
trait Main {
def main() = {
val list = List((1, 2, 3))
// def otherMethod(arg0: (T1, T2, T3)) = ???
-
When using a Type with a Tuple as a generic, Cuckoo just aborts the generating of this definition. Instead of writing the fitting specified Tuple after `
-
Thanks for the crate! I was skeptical before trying, but now I think I won't be using `thiserror` again.
It appears `error_set!` doesn't support generics.
e.g.
```rs
error_set::error_set! {
…
-
### Expected Behavior
Say I want `Property`, this currently isn't easy with the API. Perhaps a better way would be to allow `TypeOf`, or some cartesian product of `TypeOf`/`Class` although I think fo…
-
### Description
Hi,
generics are now [officially](https://svelte.dev/docs/svelte/typescript#Generic-$props) part of Svelte 5. However, it seems to me that this parsers doesn't support them:
```sv…