Jukka Aittokallio

Results 3 comments of Jukka Aittokallio

Mincer Less engine seems to use internal structures of Less compiler to insert local functions (like asset_data_uri) to context (file engines/less_engine.js:166). The Less compiler code have changed recently so that...

Seems this is a [known issue](https://github.com/nodeca/mincer/issues/167) with Mincer. Currently one must use an older Less (< 2.0.0) to make Mincer work.

We are seeing the same issue. We have identified that it is caused by the `createClient`-function ([BlePlxModule.java](https://github.com/dotintent/react-native-ble-plx/blob/c60eff0d1f040dfe1ef80880c040cf58bab55337/android/src/main/java/com/bleplx/BlePlxModule.java#L100)) not instantiating the `bleAdapter`. That is caused by `getCurrentActivity`-function returning `null` sometimes. In...