-
### Checklist
- [X] I made sure that there are *no existing issues* - [open](https://github.com/yuliskov/SmartTube/issues) or [closed](https://github.com/yuliskov/SmartTube/issues?q=is%3Aissue+is%3…
-
### Description of the bug
Good morning,
I want to make a print with a layer height of 0.4mm and line width of 2.5mm
However, the slicer limits the flow and therefore the line width which instead o…
-
### Describe the bug
https://github.com/CleverRaven/Cataclysm-DDA/blob/65aca7f154933aa62002d95d3e178a0fe8619452/data/json/effects.json#L3995
```
"max_duration": "2 s",
"dur_add_perc": 20,
…
-
I'm trying to fit a moment in time EIS data with dimensions (512, 123, 24) using fit_spectra, but it shows:
Found a wavelength 195.12 [Angstroms] in window 8
INFO: uncertainty should have attribute …
-
您好,最近在利用fast livo调试HILTTI-2022的数据集,激光里程计已经可以成功运行,但是结合相机这块一直调试有问题,无法正常跟踪特征点,以下是我配置的参数表,麻烦郑博可以点拨一二,感谢!!!
feature_extract_enable : 0
point_filter_num : 1
max_iteration : 10
debug: 1
dense_map_enable…
-
**Problem**
I am running into a problem with pre-aggregations
I have three tables from postgresql :
- client, client_agency, agency
- client and agency have a many to many relationship through c…
-
Found by Oliver:
In the main Chempy() function (in wrapper.py) when SSPs are created, they are initialized with the ISM metallicity at time-step i (i.e. cube.cube['Z'][i]) but the element fractions o…
-
### Tested versions
v4.3.dev.custom_build [4a0160241]
### System information
Godot v4.3.dev (4a0160241) - macOS 14.4.0 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)
###…
-
Currently, as of figura `v0.1.0-rc.14+1.19.2`, Figura does not correctly render the ragdolls from physics mod. Instead of the avatar ragdolling, it does the default entity death animation of tilting s…
-
A commonly used operation is "keyed max".
Example: `(cubes --> reduce(if it.accu.x < it.elem.x: it.accu else: it.elem))`
I propose `(cubes --> maxBy(it.x))` or `(cubes --> max(it.x))`