Dominick

Results 14 issues of Dominick

- Device: Pinephone Pro - Kernel Version : 5.16.14-1-danctnix - UI: Phosh ### Steps to reproduce 1. install waydroid: `sudo pacman -S waydroid` 2. setup images: `sudo waydroid init` 3....

bug
device: pinephone-pro

Update the line endings across the project to be consistent. # Motivation Some tools complain when dealing with mixed line endings. The project currently has a mix of Windows `\r\n`...

Adjust `ScalarNodeDeserializer` to allow nullable values in the deserializer in order to eliminate a warning. # Motivation Modern C# nullables will emit warnings when nulls are not accounted for. The...

The projection example fails with the following: ``` CGAL error: assertion violation! Expression : itl != it->second.end() File : /emsdk/upstream/emscripten/cache/sysroot/include/CGAL/Nef_3/SNC_external_structure.h Line : 1144 Explanation: Refer to the bug-reporting instructions at...

Running the roof sample fails with the following CGAL error: ``` CGAL error: precondition violation! Expression : FPU_checker::is_valid() File : /emsdk/upstream/emscripten/cache/sysroot/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h Line : 270 Explanation: Refer to the bug-reporting instructions...

### Operating System Info macOS 13 ### Other OS _No response_ ### OBS Studio Version 28.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/3tsVsKY-Xobc5oOw ###...

Hey, I am working on getting a popular library to work in Jint. At the moment I end up running into an issue related to variable initialization: ``` Promise was...

Adds `generate_html` to the library. Allowing the user to generate HTML from a `Vec`. Right now my program has to: ```rs let blocks = markdown::tokenize(input); // modify blocks here let...

Right now DSLCAD can call local scripts using `./path/to/file()`. This is a simple enough option but does not work if we want to efficiently share libraries. I am looking for...

enhancement

Fix for https://github.com/bschwind/opencascade-rs/issues/160 `occt-sys` no longer builds OCCT in the build.rs file. This allows it to be re-included in the workspace and the build still only triggered when the `builtin`...