JupiterRider
JupiterRider
Hey guys, there is no C# binding for `LoadImageFromMemory`. Something like this should fit: ``` [DllImport("raylib", CallingConvention = CallingConvention.Cdecl)] public static extern Image LoadImageFromMemory(string fileType, byte[] fileData, int dataSize); ```...
**Describe the bug** Since 0.7.1 I get the following error: [2024-02-11 17:50:05.618] [MANGOHUD] [error] [overlay_params.cpp:1003] Failed to read presets file: '/home/jupiterrider/.config/MangoHud/presets.conf' **List relevant hardware/software information** - Linux Distribution: Archlinux -...
**Describe the bug** `malloc(): unsorted double linked list corrupted` **List relevant hardware/software information** - Linux Distribution: Archlinux - MangoHud version: 0.7.1 - GPU: Intel HD **To Reproduce** Steps to reproduce...
Raylib-cs now supports raylib 5.5. Source: https://github.com/chrisdill/raylib-cs/pull/279
Hey @neolynx , when using the internal gpg_provider, I get the following error when creating or updating a mirror: ``` unable to initialize GPG verifier: failure loading trustedkeys.gpg keyring: openpgp:...
Hey @neolynx , I installed `aptly-api` (Version 1.6.2) on a Debian system and when using the API to publish a snapshot, the aptly-api.service crashes when specifying a non-existing filesystem-publish-endpoint: journalctl...
Hello, would it make sense to create a API documentation with [docfx](https://dotnet.github.io/docfx/)? It can be hosted with GitHub Pages.
Hello @Proximyst , in 4f3b8a9b441d3835a3ea7c62cf6d77dce51fd24c you added `github.com/gen2brain/go-fitz` as dependency. This library is used in `tests/acceptance/pdfrender.go`. go-fitz is AGPL-3.0 licensed and grafana-image-renderer is Apache-2.0. I am not a lawyer, but...