Chafik

Results 20 comments of Chafik

Salut Sylvain, avec plaisir. Dis moi comment tu veux en discuter et on planifie ça.

It has been merged : https://github.com/docker/compose/pull/4563

Hello guys. This issue is still hapenning on the last version of React Native (v0.63.x). Do you think we can fix the go proxy to handle this ? I can...

Je me permets de fermer car le projet a avancé et évolué depuis ;)

Thanks @szymonrybczak for the PR. Hope it will get merged soon. In the meantime, this was the last issue we had while migrating our monorepo to ESM so we had...

@radubogdan As a workaround, I'm doing this in my controller: ```ruby request.headers['HTTP_AUTHORIZATION'] if Rails.env.test? ``` It's far from ideal, but it's the best solution I've found, waiting for a fix.

Since this was the last library in my dependency tree requiring `enableJetifier`, I've migrated all my apps to use this library instead : https://github.com/zoontek/react-native-bootsplash. I highly recommend the switch since...

@Jan-E Good idea. I've applied the same changes here. Thanks for the heads up.

Hi @notaphplover, Thanks for your explanation. Indeed, it makes a lot of sense. The use cases described in this issue are "read-only", so a `getAllBindings` method would do the job...

Hi @rsaz, Thanks for your insights. Here is a typical use case I'm facing: I'm building a library/framework on top of Inversify allowing developers to build business applications faster (not...