omerfaran

Results 8 issues of omerfaran

### What does it do? Describe the technical changes you did. Added a paragraph inside the controllers docs, explaining that you would also need to create a route for the...

source: developer-docs
pr: updated content
target: v4
size: medium

### Summary Hello everyone I'm sorry in advance if I'm wrong here, I just created a new controller following the documentation: https://docs.strapi.io/developer-docs/latest/development/backend-customization/controllers.html#implementation And after that I had to create the...

source: developer-docs
target: v4

Hello and thank you very much for your cool library! Adding a drawable image is easy, and adding text is easy, but I cannot find a way to include them...

**Describe the bug** I'm trying to run storybook test runner after installing it (being in nx environment): `npx test-storybook --url http://localhost:4400 ` And getting the error in the terminal: `[test-storybook]...

bug
needs triage

Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I'm creating a new react-native project and when running it I'm...

Needs: Author Feedback

**Describe the bug** Hello! I migrated from react-awesome-query-builder version 5.4 to: `"@react-awesome-query-builder/mui": "^6.4.2"` In my code I'm customizing the config: ``` import { MuiConfig, BasicConfig } from '@react-awesome-query-builder/mui'; const _customConfigWithTheme:...

doc

**Describe the bug** When using "Contains" with an input that includes an underscore, a backslash (for escaping) is added before the underscore: ![image](https://github.com/ukrbublik/react-awesome-query-builder/assets/42100126/afcbbb08-f8e4-478e-a258-bd5cb1ab6f50) The result would be: ``` WHERE event_name...

export

**Describe the bug** (Using version 5.4.2) I'm rendering the library inside a shadow DOM, and updated my material UI theme to render portals, like in Mui docs (https://mui.com/material-ui/guides/shadow-dom/): ``` const...

doc