Mathijs Kadijk

Results 29 issues of Mathijs Kadijk

Reported by @sdevos: Table header/footer nib can't be made Reusable, because a reuse identifier can only be set on a `UITableViewCell` not on other `UIView` subclasses. Therefore R.swift will not...

difficulty: easy
state: confirmed
type: issue

Functions should just return warnings they have encountered. Later on we can print them at once. This makes code clearer, easier to test and gives us the ability to suppress...

difficulty: moderate
type: chore

Screenshots are quite outdated, should make some new ones.

This PR adds `null` to type definition of `tiers` in `Plan` and removes the ability for `tiers` to be `undefined`. ### Issue The type definition for the payload delivered for...

The [key-value store also supports arrays](https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore/1417721-set), very convenient to store for example the ordering of certain things. But this doesn't seem to be supported by CloudStorage at the moment, would...

Currently the reported model on macOS is something like `arm64` instead of a model identifier I expected. (Like `MacBookPro18,1`.) I suspect this is a bug as iOS and macOS report...

The docs say the given `helpDescription` with an `Option` will be displayed when the `--help` option is triggered, but it is never displayed. Quite useless this way. ;) I think...

Only `[String: *]` dicts are supported by JsonGen, since a Json dictionary key always is a string. I tried to outsmart JsonGen by creating this: ``` swift enum MyKey: String...

enhancement

Would be nice if JSONGen could give an error/warning if a field is present in JSON that is not in the struct. This should probably be opt-in behavior, but could...

enhancement