Felix Baral-Weber

Results 7 issues of Felix Baral-Weber

I did a fork and included it via `npm add url` in package.json but building this package doesn't work. I've called `npm run flow.build` but it doesn't work. Anybody who...

The function `parsefloat(number)` in the file [`numberproperty`](https://github.com/makinacorpus/angular2-schema-form/blob/master/src/model/numberproperty.ts) causes a bug. If I want a field with a floating point number, I can't correctly type that number as it will parse...

It would be really nice if one had the opportunity to select a single point and display that points properties. Mainly i'd like to be able to get a points...

on macOs High Sierra. I can see the button, but I can't click it.

The bug is explained here: http://stackoverflow.com/questions/35453759/android-screen-overlay-detected-message-if-user-is-trying-to-grant-a-permissio ![223031031_12243905268615651457](https://cloud.githubusercontent.com/assets/6156841/22805107/4cc36974-ef1c-11e6-9b1a-578ed1d4bb86.jpg) I tested a bit around and it seems that this app produces the error. I’m using Cyanogen 13.0, Android 6.0.1.

I added a receiver that catches sdCard mounts on boot and during runtime. This fixes Issue #89. ## To test the functionality: 1. Move a app to sdCard 2. Eject...

To do a web request I have to call `InfluxDBFactory.connect(...)` from a thread. ``` Thread { InfluxDBFactory.connect(URL) }.start() ``` But this immedialtey throws ``` W/om.my.app: Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;->(Ljava/lang/Class;I)V (greylist,...