Andrei Alecu

Results 277 comments of Andrei Alecu

Just hit an issue caused by this in the official TailwindCSS vscode extension. It's currently broken with an error in `enhanced-resolve` about: ``` [Error - 10:42:06 PM] Tailwind CSS: Maximum...

I was able to get the connection with: ```typescript import { getConnectionToken } from 'nestjs-typegoose'; @Injectable() export class MyService { constructor( ... @Inject(getConnectionToken()) private connection: mongoose.Connection, ... ) {} }...

#565 initially fixed it but it regressed again in #567 I'm working on a new fix in #580

The reason this wasn't merged is most likely because it doesn't include an Android implementation. It's also easy to make your own custom indicator. You don't necessarily need to use...

Note that this doesn't repro on the emulator, this is the output on the emulator: ``` LOG confirm x 2021-12-09T18:44:08.229Z LOG then x 2021-12-09T18:44:08.607Z LOG 5 seconds passed ``` ❗...

I'm also not able to reproduce it on a Samsung Galaxy Tab A (SM-T290) device.

Interesting. I left it running for a while and it actually seems to time out on the connection: ``` LOG confirm x 2021-12-09T19:00:10.557Z LOG 5 seconds passed LOG then x...

Very interesting, I rebooted the router and now I have IPv6 again. ❗ The Oppo now no longer has the error. It works perfectly: ``` LOG confirm x 2021-12-09T19:28:07.714Z LOG...

The root cause of this issue seems to be the lack of ["Happy Eyeballs"](https://en.wikipedia.org/wiki/Happy_Eyeballs) in the underlying okhttp library that react-native is using on Android. Here's the issue in okhttp...