Chris Kolbu

Results 4 issues of Chris Kolbu

Hi Rob, Just a quick suggestion that will let you avoid swizzling by checking if the object responds to the key you are interrogating. This extension will also perform the...

Version ======== `077c096c3ddfc38db223ac8e525ad16ffb987138` Environment =========== - macOS 11.6 - Xcode 13.1RC - 2019 Intel 16" MBP Description ============ When combined with `proliferate(withSize:)`, `(U)Int[8|16|32|64].arbitrary` will only generate values from `-30` to...

Hi there. I am really enjoying using wp-less. However, there is a niggle: I am trying to make individually styled pages through use of custom categories, meta fields, what have...

The edge case occurs while diffing a data source against a reversed version of itself. Example: A list of 100 items with indices `0..99`. [Link to code](https://github.com/praeclarum/ListDiff/blob/master/ListDiff/ListDiff.cs#L175) ```c if (i...

bug