Kenton Hamaluik
Kenton Hamaluik
First off: damn, this tool is exactly what I've been looking for! Thanks man! Now for the feature request: Something that is super handy in tile editors is the ability...
Add a few overloads to M.m to allow the selector to always be something that implements `Mithril`, whether it has attributes & children or not, and allow static classes to...
I have a hacked-together version of this working for my own server, but it would probably be handy to have a more formal solution. I'll hopefully get around to making...
`reqwest::blocking::Body` can be easily built from any `Read` object. I'm working on trying to convert some of this code to async, but can't for the life of me figure out...
I'm trying to localize some of my Kha projects, but I can't seem to get non-latin characters to ever render. Here is a demo repository showing what I mean: https://github.com/hamaluik/kha-ko...
I'll preface this by saying I know there aren't any maintainers for iOS right now and I'll likely have to solve this on my own, but I want to keep...
[tags]: / "abstract-type" # Array access of words in a sentence Abstract types are very useful for layering strongly-typed functionality over top of more basic classes. They are also the...
I get this error when attempting to open some cameras using the MSMF backend and I can't quite figure out what's going on. Minimal code here: ```toml [package] name =...
It seems that [psuedo-element](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements) selectors aren't being properly minified. Essentially, any selectors that begin with `::` get the double colons minified to a single one `:`, which changes / invalidates...
On Linux in "embedded" mode, the app exits immediately (does not sit around listening). On Windows, the same program runs as expected. Tested the following with neko and cpp: ```...