Aleksander Heintz
Aleksander Heintz
I'm not entirely sure how to solve this - but given that `rkyv` exports `bytecheck`, it's very natural to use it's derive macro. This fails though, because `::bytecheck` is not...
I'm trying to translate the following to config: ```csharp new JsonFormatter(renderMessage: true) ``` I came across this repo, and I imagine I can figure out how to do this, but...
Custom elements should be able to be "template controllers". What I mean is the following: Currently, to create a custom element that uses it's light DOM (child nodes) as a...
Any chance you think you can get wip to work with GPG committing turned on?
I recently needed to subclass the `RadioElement` class to add an image to the left of the text. There were probably other ways I could have done this, but I...
.... This resolves an issue where if you open a DialogViewController as a modal window using PresentModalViewController on a NavigationController date-fields would be unusable (would not open on device), and...
I'm not entirely sure if this is caused by AutoTrimps, but there is an issue when I open the dropdown for autoportal lately. It throws my PC into a loop...
Using HttpContext.Current is gennerally considered a bad thing for several reasons like mocking and testability. The following has proven to be working as an alternative: https://gist.github.com/3194281
As far as I can see, given a configuration file in a custom location, I can either specify it on the command line, or make sure it's not in a...