Bruno Scheele
Bruno Scheele
Instead of only generating named parameters for localised string functions if they're taken from a stringsdict file, you could also add a rule/option that generates named functions from keys as...
After asking some advice in a Slack channel on using the legend, the expert advice was to attempt to ensure that the entire row is read as one sentence. For...
Is there a way to configure PhoneNumberKit in such so would parse a number without a country code but with the 0 prefix correctly? Example; `0612345678` (for mobile phone numbers)...
When running Sourcery with a large number as one of its arguments, using the argument in a stencil will instead give the number's scientific notation. As simple example, you can...
@kurenn Thanks again for the resource :) After finishing chapter 3 I went through chapter 6 in an instant. However, testing the end points gave me a ton of problems,...
The line `@user.save` in Listing 6.5 gives the following error: ``` Failures: 1) Api::V1::UsersController#products association do destroys the associated products on self destruct Failure/Error: @user.save NoMethodError: undefined method `save' for...
Since there's so little of them, it would make searching for them a lot easier. Right now it's hard to distinguish a cross-platform supported font while scrolling down.
A newly initalized `RTLabel` isn't able to properly use `setText:`, because the `textColor` and `font` are not set. The result is that it hangs in the method `render:` at the...
The files (not installed with the Pod) currently give build errors in Xcode 8. It looks like the main culprit is this bit of code. The complier seems to get...