Anthony Cyrille

Results 19 comments of Anthony Cyrille

Please provide a github repository that i can clone in order to test that

Hello @kevkev-lii, thanks for the PR :) Did you read our [contributing guide](https://github.com/react-native-community/react-native-modal/blob/master/.github/CONTRIBUTING.md) ? Your commit message doesn't follow our CI standards. Can you submit a PR with a well...

This is true, the view containing the modal isn't stylable as of now. Something you might want to fix by submitting a PR ?

I'm glad you took a peek at it too, totally missed the new dependency. I'm using it in all my projects already (it's necessary for react-navigation).

I've implemented a NestJS interceptor to flush the EM automatically upon request completion. It leverages `RequestContext` that itself leverage ALS. @B4nan does that look good or may I run into...

My RxJS is very rusty. This update seems to be correct. ```typescript @Injectable() class DatabaseInterceptor implements NestInterceptor { intercept( context: ExecutionContext, next: CallHandler, ): Observable { return next.handle().pipe( mergeMap(async (response)...

Why would it run every 5 minutes when printing something ? Why precisely 5 minutes ? Any source code to show? Thanks

I experimented it a few months ago, and yes it is the case. I didn't have time to fill in a PR so I had to workaround with `supervisord` but...