nikvoid

Results 9 issues of nikvoid

Another attempt to add feature requested in #90. This PR add `html_to!` macro that can use existing String as output buffer. Example: ```rust use maud::{self, html, html_to, Render}; #[test] fn...

Hi, I'm unable to build this crate without changes for old GPU (Tesla M40, capability level 5.2, driver 462). Most of the problems are related to FP16 and the fact...

I want to point out to several issues, that one can experience trying to use IDA integration when exploring core dumps (or images rebased in IDA to match virtual memory...

feature
integrations

`Method::invoke` Implementation works fine only with value types like integers. Using `Object` in method signature breaks it and causing crashes. https://github.com/FractalFir/wrapped_mono/blob/fac74e2f323a16c05ababae045a7603cb036d8bc/src/method.rs#L207-L215 Actual problem is in `get_ptrs` method https://github.com/FractalFir/wrapped_mono/blob/fac74e2f323a16c05ababae045a7603cb036d8bc/src/method.rs#L213-L215 `args` is...

### What happened? `autumn` runs on port 3000, but port in Caddyfile is 14704

bug

ASCII encoding replaces non-latin characters to `?` in built NCA.

# Description Add initial support for board Luckfox Nova W. Luckfox Nova W is recently produced board on SoC Rockchip RK3308B: 4 x Cortex-A35 CPU, 512 RAM, 8 GB eMMC....

Work in progress
08
Needs review
size/large
Hardware
Patches
BSP

I'm using Win64 build 122. When I try to launch every app, either game, demo, or e.g. notepad, nothing happens. Window just blinks - closes and reopens on the same...

`GetPrivateProfileStringW` result differs on real pc and boxedwine. INI file: ```ini [] down=Down ``` Test program: ```c #define UNICODE #define _UNICODE #include #include int wmain(int argc, wchar_t *argv[]) { LPCWSTR...