Ward van Teijlingen

Results 16 issues of Ward van Teijlingen

**Feature request** A way to set a global default for the `preferredLanguages` parameter. For example: `R.string.localizable.preferredLanguages = ["nl_NL", "en_US"]`. In the past there have been multiple requests for this, but...

Sorry guys, I'm not maintaining this library anymore. The project that used this was shelved and I'm too busy with other work, so I cannot afford to spend time on...

We could probably use the [Zewo/Reflection](https://github.com/Zewo/Reflection) library to support value type attributes. That means for example that we can use Swift native Int instead of NSNumber.

The Travis tvOS build seems to break randomly, without any apparent reason. For example: https://travis-ci.org/wvteijlingen/Spine/jobs/171061037

As soon as BrightFutures supports SPM, we can add SPM support for Spine. See https://github.com/Thomvis/BrightFutures/pull/157

Only save dirty variables to avoid overriding in case of sparse fieldsets.

enhancement

The public API would be nicer if `fields` directly returned a Dictionary instead of an Array. This removes the need for a public `fieldsFromDictionary` function.

enhancement

I noticed that the HTML output is somewhat dated, and I think it can be improved in several ways: 1. Drop support for IE. This means we can remove all...

Something parsing fails and a QtyError is thrown. The error messages give a vague idea of what went wrong, but it would be great if they could include the input...