Rafik Ogandzhanian

Results 9 issues of Rafik Ogandzhanian

## 🐛 Bug Report I'm using HOC `withTranslation`, here's the usage: ``` export default withTranslation('default', { keyPrefix: 'components/errorBoundary'})(ErrorBoundary); ``` In the component: ``` const { t } = this.props; ```...

typescript
stale

### Issue and Steps to Reproduce Log in to your app; Turn on 'Preserve log' setting of your js console; Switch to another tab for some minutes; Go back, see...

In generated axios http-API client there's a line ``` headers: { ...(requestParams.headers || {}), ...(type && type !== ContentType.FormData ? { "Content-Type": type } : {}), }, ``` this prevents...

Good day. In my project we have a case with anyOf string | object ![image](https://user-images.githubusercontent.com/6470994/201913262-9beef868-a017-4089-bacd-d149f55540e0.png) [The current implementation](https://github.com/acacode/swagger-typescript-api/blob/master/src/schema-parser/schema-parser.js#L74) of `anyOf` parsing excludes all primitives, but I want to keep them....

bug

Hi! Thanks for the plugin. It works fine, but with the new version I'm getting typing errors ``` svgr({ include: '**/*.svg' }), ``` ``` import Logo from './logo.svg'; ``` root...

Hi! First of all thanks for this project! Currently, there are several props for prefix\suffix settings: ``` typePrefix: '', typeSuffix: '', enumKeyPrefix: '', enumKeySuffix: '', ``` But the one is...

enhancement

Hi! First of all thanks for the app, it looks like something that might actually work for me. I have a couple of suggestions \ requests, please consider: 1. A...

Hi. I'm using Keycloak 20 with oidc-client-ts 3.0.1 + react-oidc-context 3.1.0. For most of the users including myself everything works fine, except from one user. The issue is i don't...

question
Keycloak Identity

Hi! Thanks for the fantastic library! I have an issue with enums, maybe someone can help me with it. Given I have a schema: ``` rules: { type: 'array', items:...

feature
help wanted