Jeroen Tietema

Results 5 issues of Jeroen Tietema

As of SDK tools r14 library resource id's are not final and thus should not be used in switch statements. More on this can be read in the SDK changelog...

Generating my blog and thus the ghost json export fails with the following error. Do I need a specific version of Jekyll? I'm using Octopress /plugins/jekylltoghost.rb:55:in `generate': uninitialized constant Jekyll::Converters...

Remove the manual use of reqwest::Client for graphql queries and use octocrab instead. This removes the need to specify the github api base url multiple times. We instead leverage the...

We are populating our content asynchronously and noticed that TextViews don't resize (WRAP_CONTENT) when setting new text values on them. It seems that measure and layout passes are only very...

When I rotate my device my layout disappears. It seems that it calculates the childviews to early (first call to onMeasure and the sizes are 0 at that time.) Later...