-
**Is your feature request related to a problem? Please describe.**
I am trying to make a low-poly vrm model with little assets as possible. For the face, I am trying to use multiple textures for diff…
-
Some of my algorithms change its structure on every iteration, so I need to recompile the function on each iteration. This is sth that works well on Jax. Aside of the huge performance overhead we're n…
-
In the space of candidate and condition having a profile id, we've discussed
both without: use base semantics
condition with, candidate without: use the profile matching algorithm for any extensio…
-
```py
x: "int str" # Unexpected token at end of expression
```
this is an invalid type annotation, but it's not a syntax error, and i can't suppress it
-
The runner errors at every step with with: sed: -e expression #1, char 47: unterminated `s' command
-
**Describe the bug**
Basically the same issue as #1314. Queries work fine on their own, but once I add an expression, the panel breaks. Doesn't matter if I reference the other queries in the expressi…
Ricaz updated
5 months ago
-
make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rcar LSI=H3
Including services/spd/opteed/opteed.mk
Building rcar
AS common/aarch64/early_exceptions.S
common/aarch64/early_exceptions.S: Assemble…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
### Is your feature request related to a problem or challenge?
DataFusion doesn't support ordered-set aggregate functions yet.
Those functions are supported in [Postgres](https://www.postgresql…
-
`fold_unrolled_divs` in `ops.py` is meant to rewrite expression like:
x//4+(x+1)//4+(x+2)//4+(x+3)//4 -> x
When the max of x is smaller than one of the denominators, some of the individual terms …