Results 11 issues of Arthur

Typescript unhappy with the type but not sure how to adjust it. Here is my code: ``` const allReducers = { App: appReducer, ThemeSwitcher: themeSwitcherReducer, Auth: authReducer, [articleApi.reducerPath]: articleApi.reducer, };...

bug

**Describe the bug** After cloning the repo, follow the steps to compile but get error on test. **To Reproduce** git clone https://github.com/react-keycloak/react-keycloak.git yarn install yarn test ``` react-keycloak$ yarn test...

I am tryng to figure out why after replacing the default nest logger with pino logger, my nest-keycloak-connect logs aren't displayed to the console. Here is how I instanciate my...

Status: Stale

I have been testing electrify from a blank project but it seems that the callback function within electrify.start() is never called. Another problem is that my cpu goes crazy on...

Hi, I noticed a missing method in the cypher implementation. The `getAuthTag` has been commented out. [see code reference](https://vscode.dev/github.com/margelo/react-native-quick-crypto/blob/ac04d8c622570a99a4834cbceecc976e4e005492/src/Cipher.ts#L207-L209 ) This is breaking my ECIES usage which relies on `react-native-quick-crypto`...

bug

Is it possible to change the default '/translate', with a dynamic value '/admin/translate' ? My requirement is to include the translation page from my existing admin section. I am still...

enhancement

Could it be possible to trigger an event at the end of a selection ? ``` Template.myformtemplate.events({ "newadress #myfield": function(evt,tpl) { var adressdata = AutoForm.getInputValue(...); // update the UI with...

Must be a conflict with later version of react. ``` ▷ npm install ✔ main npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @mdx-js/[email protected] npm WARN Found: [email protected]...

### Current behaviour When using the FAB.Group component from react-native-paper within an Expo project, a console warning is displayed: ``` LogBox.web.js:104 Warning: validateDOMNesting(...): cannot appear as a descendant of ....

bug
FAB

Add progress callbacks