Steffen Tröster

Results 9 comments of Steffen Tröster

Would be great to have `com.tickaroo.tikxml:annotation:0.8.15` and a clean gradle file again ;)

Is it maybe possible to provide a cachebusting query parameter as suffix? Something like: ```typescript export function HttpLoaderFactory(http: HttpClient) { return new TranslateHttpLoader(http, '/assets/i18n/', '.json?cacheBuster=' + environment.cacheBusterHash); } ``` Then...

Hey thanks for the feedback! I will clean this up, when I've finished my thesis in two weeks :)

Scaling down the image before using imgcrop solved this issue on iPhone with Cordova for me.

A typical usecase would be the generation of a notification icon supporting API level

Since this prototypes are often based on the google tango java examples, I will add the Apache 2.0 License next week :)

Hey, I had the same issue - I wanted to run the RC522 via SPI or I2c and I also wanted to have a couple of spare IO Ports. Unfortunatly...