Results 12 comments of kctang

This happens when `@NgModule()` is resolved from a different `node_modules` location. Given this configuration, we can use `my-lib` from `my-app` directly without building `my-lib`: ``` # project directory structure /...

![image](https://user-images.githubusercontent.com/1495212/64827230-fe337600-d5f5-11e9-9f72-2714c819cd88.png) oh no.. see that white dot? it's the mini view window... somehow the resize got stuck as i move my mouse.. until it became so small. how to i...

thanks for the feedback @iamlemec. no worries... i'll check back on miniview when the reset feature is in. ;-)

just gave it a quick test...works well, although i noticed that when i resize the miniview, i need to do it slowly or some of the resizing movements are not...

I start advertising with this: ``` await this.ibeacon.startAdvertising(this.ibeacon.BeaconRegion('myBeacon', '00000000-0000-0000-0000-000000000000', 10, 10, true)) ``` The promise completes successfully (i.e. the logcat output in my first post). However, calling `isAdvertising()` after `startAdvertising()`...

Any chance this can be done as an optional dependency where `twing` detects if `iconv_lite` exists? Making this optional will be useful for scenarios where `twing` is used in browser,...

I am considering to use this package on a Cordova application but this issue worries me. Have you found a solution for this on mobile?

Detecting if an action is being monitored by `ofActionErrored` to decide if it should be forwarded to global error handler does feel too magical. I prefer a more declarative approach,...

Like some of you, I needed a solution where: 1. I can display selected city name but store city code. 2. I get my list of cities from an observable....

Sharing my findings. My use case is to have a remote machine build docker images. I am able to use this: ``` # create builder docker buildx create --name amd64-builder...