Romain Vermot
Romain Vermot
I created a PR that adds this functionality https://github.com/alamkanak/Android-Week-View/pull/266 ;-)
I have proposed a PR to add this functionality but if you already want to use it, you can clone my fork and import it in Android Studio (File >...
@caske33 I have updated my PR ;-)
@firdausious Can you help me with this?
So, based on the [fork]( https://github.com/simpleblack/react-redux-universal-hot-example) of @simpleblack, I have this: *packagage.json*: ```json "dependencies": { … "i18next": "^11.5.0", "i18next-express-middleware": "^1.2.0", "i18next-node-fs-backend": "^1.2.1", … "react-i18next": "^7.10.1", … } ``` *src/i18n-server.js*: ```js...
Thanks and I solved my problem by adding theses lines in *src/i18n-client.js*: ```js i18n .use(Backend) .use(LanguageDetector) .init({ … detection: { // order and from where user language should be detected...
Try to replace: ```swift let session = AVCaptureDevice.DiscoverySession(deviceTypes: [.builtInDualCamera], mediaType: AVMediaType.video, position: .unspecified) ``` By: ```swift let session = AVCaptureDevice.DiscoverySession(deviceTypes: [.builtInWideAngleCamera], mediaType: AVMediaType.video, position: .unspecified) ```