-
// import photosData from '../../public/photos.json'
import { ref, onMounted } from 'vue';
const photosData = ref([]);
async function fetchData() {
try {
const response = await fetc…
-
Currently the time axis plot is ephemeral state that lives entirely in `egui_plot`. I.e. users can not set it from blueprint api and any left/right scrolling that has been manually is not stored in th…
Wumpf updated
21 hours ago
-
Hey,
the code you provided turns for me in a closing window every time.
```python
import numpy as np
import pptk
path_to_point_cloud = '/home/rlab10/OpenPCDet/data/kitti/training/velodyne…
-
Traceback (most recent call last):
File "F:\miniconda3\envs\nerfstudio-gs\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "F:\miniconda3\envs…
-
**Describe the bug**
I found a bug. After I stopped using Arkime for a while, there was often traffic but it seemed to be filtered by invisible filter conditions, resulting in no traffic on the inter…
-
- When it comes to a respectively huge data sheet, the table viewer would split the sheet into several Personnel Map pages, which I believe is due to the constraint of the maximum rows
- The table vie…
-
my cargo.toml dependenies
`[workspace.dependencies]
egui = {version = "0.28"}
eframe = {version = "0.28" ,features = ["default"]}
egui_extras ={version = "0.28",features = ["all_loaders"]}
egui-d…
-
https://jam.dev/c/d94f823c-3137-4e41-bd14-43ac1de39c95
![Image](https://github.com/user-attachments/assets/3a2b4e13-bd3b-4f1c-9805-899c78a68f1f)
response:
{
"ResponseInfo": null,
"Errors…
-
This error is reported when reading an epub file: "Data descriptor signature not found"
-
### 🐛 Bug Report
I was changing a Labels Layer colormap to hide some labels, so I was turning their alpha value `0`.
I got the layer colormap, changed it, and placed it back. The 'label' color in …