Shelomanov Dmitry

Results 24 comments of Shelomanov Dmitry

``` Running `target/debug/hematite ./w1` Opening "/home/userbq201/.minecraft/versions/1.8.8/1.8.8.jar"... thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:945:5...

@wouterds use refresh control on flat list

@tommhuth You need to set forceRenderOnLocaleChange={false} And create local instance like this ```js const [i18n] = useState(() => setupI18n({ messages: { [locale]: { ...messages }, }, localeData: { en: {...

SSR steps -> fetchData -> create store -> render app (locales already) (Between page navigation we can local locales same) -> go to page -> call fetch -> render page...

@fukemy another modal ? Which lib ?

@fukemy RN is not web. RN bottom sheet support it?

@sampajano have any progress ? Can I abort unary call ? ```js export class Client extends GrpcWebImpl { unary( methodDesc: T, _request: any, metadata: grpc.Metadata | undefined, ): Promise {...

@gpessa create codesandbox for me with default states (lingui, redux (?)) and etc I will try to share complex solution

// Provider ```ts import { ReactNode, useEffect, useState } from 'react'; import { en, ru } from 'make-plural'; import { setupI18n } from '@lingui/core'; import { I18nProvider } from '@lingui/react';...

and you need to trans with ```js const {i18n} = useLingui() ``` Even if you use lingui macro macro transform you code and set i18 global when local not found