NyxCode

Results 23 issues of NyxCode
trafficstars

# Introduction Dynamic queries are a pretty common usecase, for example when filtering through records. Here are some workarounds which have been used so far: ### 1. checking for `NULL`...

### Fluidd Version v1.27.1 ### Browser Chrome ### Device Desktop PC ### Operating System Linux ### What happened With a white accent color, parts of the circle controls are unreadable....

GH - Bug

Most (or all?) TMC drivers report OTPW (over-temperature pre warning) conditions. This happens before actual over-temperature occurs & the driver shut down. This information can be queried through TMC registers....

FR - Enhancement
GH - Upstream First
Upstream - Klippy

### Description It would be great if a preview of the model could be displayed before printing it. Does anyone know if there are libraries available to render gcode as...

Fusion throws this error at me when running / debugging: ``` Unhandled exception while importing and running script. Traceback (most recent call last): File "C:/Users/morit/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/AddIns/fusion_idea_addin/fusion_idea_addin.py", line 331, in...

After cloning this repository, installing the necessary dependencies and running the script, it just exits with `0` without outputting anything or setting a background. I'm running Xfce on X11 on...

When the derive macros generate the `impl Serialize` and `impl Deserialize`, all attributes on generic parameters are preserved. ## Example: ```rs #[derive(Serialize, OtherMacro)] struct X(Y); ``` results in ```rs impl...

Currently, having multiple types with the same name is problematic. Firstly, with just `#[ts(export)]`, they will just overwrite eachother. This can be worked around with `#[ts(export_to = "..")]`. Then, when...

This PR implements a POC of how we could implement type overrides using the CLI.

CLI

`std::path::absolute` [got stabilized in 1.79.0](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html#stabilized-apis) **Is your feature request related to a problem? Please describe.** Nope! **Describe the solution you'd like** Use the stdlib's `std::path::absolute` **TODOs** - [ ] figure...

enhancement