-
Trying to parse non-existing paths as strings will cause segmentation faults.
Example:
```c++
using namespace daw::json;
using std::string;
json_value json{R"({"food":"lasagna"})"};
string…
-
I'm currently trying out the ollama app on my iMac (i7/Vega64) and I can't seem to get it to use my GPU.
I have tried running it with num_gpu 1 but that generated the warnings below.
`
2023/11/…
-
Pretty often, after I wake up my laptop, Hyprland crashes. Here's the coredump
```
coredumpctl debug 2852
PID: 2852 (Hyprland)
UID: 1000 (antoine)
GID: 1000 (an…
-
I'm opening this issue to serve as a single place to serve any (possibly constructive) discussions, towards the anti-Russian invasion on Ukraine manifest that's part of this package.
---
As I m…
-
https://github.com/open-mmlab/mmdetection/blob/ca11860f4f3c3ca2ce8340e2686eeaec05b29111/mmdet/core/bbox/assigners/mask_hungarian_assigner.py#L119
After using the same dataset, the mask2former of Face…
-
### Describe the bug
Was trying to open inventory and got segfault.
### Attach save file
[Rock-trimmed.tar.gz](https://github.com/CleverRaven/Cataclysm-DDA/files/13709449/Rock-trimmed.tar.gz)
##…
-
Our RealSense is running on a Jetson Nano. On the Nano itself, we can run at least 4 concurrent `ros2 topic echo /camera/color/image_raw` and `ros2 topic echo /camera/depth/image_rect_raw` _each_ and …
-
Running on arch linux I get a segmentation fault on v0.1.3:
```sh
> cook server
Started server on http://127.0.0.1:9080, serving cook files from /home/ludwig/Documents/cook.
zsh: segmentation fau…
-
### Describe the bug
Im hard crashing to desktop after killing anything with the crash log being:
The program has crashed.
See the log file for a stack trace.
CRASH LOG FILE: ./config/crash.log
…
-
Type: Bug
# Behaviour
## Expected vs. Actual
Extension should discover all unit tests but it does not. In terminal it finds a lot more test cases that in the extension.
## Steps to reproduce…