Lammert Westerhoff

Results 16 issues of Lammert Westerhoff

I was unable to create a EnvironmentVariable without `name` being public and having a public `init`. This fixes that.

### [REQUIRED] Step 1: Describe your environment * Xcode version: 11.4.1 * Firebase SDK version: 6.21.0 * Firebase Component: Firestore * Component version: 6.21.0 * Installation method: CocoaPods ### [REQUIRED]...

api: firestore
needs-attention

Currently using KMM to iOS there is no constructor for Instant. So creating an instant from epoch milliseconds is impossible from iOS unless creating an additional helper function for this...

usage
cookbook

Deploying on Heroku results in the following error: `Ruby ruby-2.5.3 is present on the following stacks:` Complete output: ``` -----> Building on the Heroku-20 stack -----> Ruby app detected ----->...

Adds images dark mode support. Images that have "-dark" added to their name will be recognized as dark mode images. By adding them to a "-night" themes resources folder on...

I have an interface called `Functions`: ``` interface Functions { } ``` In my test class, I try to create a mock for it: ``` @Mock private val functions =...

This allows Template rendered images to be used as thum image which will get on tint color when the switch is on and the inactive color when it's off

It's not possible to install this using the latest cocoapods. It gives the following error: "There is a circular dependency between FastElegantDelegation/nonARC and FastElegantDelegation/ARC"

Not sure why there is a dependency from ARC to nonARC. Removing it doesn't seem to break anything. This fixed issue #1

Getting the following error: ``` Caused by: java.lang.NoSuchMethodError: 'java.lang.String com.android.ide.common.vectordrawable.Svg2Vector.parseSvgToXml(java.io.File, java.io.OutputStream)' ```