-
Hi!
I'm using transforms3d in a bunch of higher-performance stuff than it might usually get used, so I've vectorized a bunch of operations (so instead of operating on individual angles, they operat…
-
https://github.com/meta-introspector/time/blame/9418d341dc29db28d1ba9cec40c49403cb0edfbe/2024/05/06/notes.org#L3
Sure, let's reformulate your overall idea by incorporating the definitions we've dis…
-
## Feature Request
### Effected Services
- [x] Autoscaling Controller
- [ ] Prediction Models
- [ ] Infrastructure
- [ ] Flink Job(s)
- [ ] Traffic Generator(s)
### Description
A clear …
-
### 🐛 Describe the bug
Consider the following code:
```
import numpy as np
import torch
x_array = np.zeros([32769]) # Problem goes away if array is 32,768 elements or smaller
x_list = [x_ar…
-
Right now, if I delete a low-dimensional cell and there is another higher cell that depends on the lower cell, then the higher cell is deleted without warning. That's a huge nuisance. Could there be a…
-
Not sure if the below is supposed to work or not, but seems strange that there is inconsistent behavior between operator += and operator +. Should this work? If not is there an easy way to get the des…
-
**PROBLEM**
With the ironing infill type (or when using traditional ironing), the flow rate is very low. This causes the feature printed after it to be underextruded briefly. This is mainly a problem…
Dycus updated
2 weeks ago
-
[HDF5](https://www.hdfgroup.org/solutions/hdf5/) could be a natural file format for matrix tables, esp. block partitioned and/or higher-dimensional generalizations. More near term, HDF5 is used for la…
-
I often find myself needing to convert between data.tables and matrices or higher-dimensional arrays. In the case of 2-dimensional matrices, a `dcast` then followed by `as.matrix` works fine, but this…
-
~Due to my previous post being wrote when I was slightly ill, I'm rewriting it after smoothening and refining my ideas, I've breaken down the first post into 3 main posts ill try to write asap, this o…