カメ子
カメ子
I can't seem to find any way to set the window icon, the SDL function for it isn't exposed and I don't see anything in the StartupUtilities factories. Am I......
When entering a full username in the logs/infractions tab ( https://mod.gg/logs/infractions ) in the Subject or Creator fields with trailing whitespace, no results show up, instead of ignoring/trimming the whitespace....
It's a minor annoyance that sometimes a user will appear with a username that only contains whitespace unicode characters, making them unpingable. I have verified `string.IsNullOrWhiteSpace()`/`char.IsWhiteSpace()` detect whitespaces for all...
The documentation for dashu_float says that operations that produce NaN will panic. I'd like to be able to check for such conditions before performing those operations, so I can catch...
Out of the box, Windows does not provide two things required by the CUDA feature flag: 1. `cl.exe` being in PATH. 2. An Nvidia driver up-to-date enough to allow querying...
I can't seem to find a way to set up the runtime with the AllowScriptInterrupt attribute using the new Hosting API, and it always throws "Cannot disable execution" when calling...
 I have seen this happen a lot today. The two posts are *not* responding to the post they are under, but to the comment above the one...
SurrealDB is a schemaless document store database written in Rust with native vector search functionality and it's own brand of SQL called SurrealQL. https://surrealdb.com/ https://github.com/surrealdb/surrealdb https://crates.io/crates/surrealdb https://docs.rs/surrealdb/latest/surrealdb/ **Is your feature...