Anton Kosiak
Anton Kosiak
Realm: 1.12.0 RN: 0.47 Platform: iOS 11 **BUT** only in simulator - on iPhone SE no problem
@alainib, didn't decide, took another package :(
I'm voting for http2 feature to be present here ;)
@braaar > ```ts > TransformInstanceToInstance > ``` `@TransformInstanceToInstance` doesn't work for me - it says for methods only (function / getter /setter) but not for properties. It's `MethodDecorator` not `PropertyDecorator`
Hi @Coly010, I can't provide a reproduction repo, but will try your suggestions
@brophdawg11 basically, the issue is only on my own Mac, all the rest developers aren't struggling with this I cleaned caches, node modules, updated remix and nx, and still the...
seems the issue that original dev serve run it on locahost and nx trying to connect to 127.0.0.1 but can't when run custom server with listen(port, process.env.HOST || '0.0.0.0',...) can...
@Coly010 seems the issue that original dev serve run it on locahost and nx trying to connect to 127.0.0.1 but can't when run custom server with listen(port, process.env.HOST || '0.0.0.0',...)...
@Mat-moran does it fail at the run? I have the same error after some time after a successful run https://github.com/nrwl/nx/issues/22547