Clouds

Results 75 issues of Clouds

**Concisely describe the proposed feature** I would like to make `ti.types.ndarray`, `tm.vec2`, etc. more pylint friendly ```py import taichi as ti import taichi.math as tm from typing import TYPE_CHECKING, TypeVar,...

feature request

https://juliapackages.com/p/sympy still 2.2.2

I'm using [enigo](https://docs.rs/enigo/latest/enigo/) on macos, I'd like to have `CGEventSource` to be `Send`, if it could not be `Sync`.

* update alloy to 1.0.23, polars to 0.50.0, syn to 2.0 * now we have to add `-j1` to `cargo test --workspace -j1` in workflow, otherwise it would out of...

Is there any plan? I see the version polars used in this package is still 0.32. There're many blocking changes, like migrating `Series` to `Column`.

Fixes #35. This PR is based on #36, I'd like to perform rebase when #36 landed. * add `try_cast_from`, `get_cast_fns` for `TryCast*` * every `TryCast` trait should implemented `CAST_METHOD` (just...

I'm writing a function use `match_type` to improve performance, the main idea looks like this ```rust trait MyConvert { type Raw: 'static; fn into_raw(self) -> Self::Raw; fn into_f64(self) -> f64;...

### Current Behavior: ```html ``` we call this element `btn`, we found `btn.defaultPressed == true` while `btn.pressed == false` ### Expected Behavior: ```js btn.defaultPressed == true btn.pressed == true ```...

bug