-
The NodeSelector dataclass
```python
@dataclass
class NodeSelector:
name: str or None = None
kind: type or None = None
kind_not: type or None = None
tag: str or None = None
…
-
It looks like our string to datetime utilities throws an error. This is a fairly common step while cleaning datasets, so it'd be nice to support it:
```python
import polars as pl
from functools i…
-
```jupyter
File [~/projects/fatr/venv/lib/python3.10/site-packages/pyvttbl/stats/_anova.py:1607](http://localhost:8888/lab/workspaces/auto-6/tree/venv/lib/python3.10/site-packages/pyvttbl/stats/_anov…
-
why not use something like this to get the ordered tree ?
```
SELECT node.name, (COUNT(parent.name) - 1) AS depth
FROM product_category AS node
CROSS JOIN product_category AS parent
WHERE node.lft…
-
### What happened?
https://github.com/iree-org/iree/actions/workflows/samples.yml has been failing for two days. Sample logs: https://github.com/iree-org/iree/actions/runs/11547361887/job/32137116277…
-
Bug:
Instances of the same tx.Module have different tree_structure
```
class T(tx.Module):
pass
t1 = T()
t2 = T()
jax.tree_structure(t1) == jax.tree_structure(t2)
>>> False
```
…
-
With GHC 9.0.2, `ts_parser_parse_string` seems to hang if the parsing fails. Reproduce:
```
❯ ghci
GHCi, version 9.0.2: https://www.haskell.org/ghc/ :? for help
ghci> import Foreign
ghci> impo…
-
It would be great if both the range value type and mapped value type could be annotated with type annotations, e.g.:
```
@dataclass
class Foo:
a: int
b: str
tree = IntervalTree[int, Foo]…
-
Hi,
I am attempting to use this tool with this ROM https://xdaforums.com/t/soyes-s23-pro-mini-chinese-phone-from-aliexpress.4681069/#post-89718376
And I am running into problems:
$ python3 -m twr…
-
Hello,
I am working on the latest Matrice M3TD drone with dock2 right now and we are trying to establish PSDK connection with the M3TD using Jetson Orin Nano. We are using the PSDK version 3.8. I…