Nipun Ravisara

Results 6 comments of Nipun Ravisara

> > Terminal solution doesn't work for me. Instead I just created a new template and imported it. Add > > ``` > > import: > > - ~/.cache/wal/colors-alacritty.yml >...

You can add `tooltipDataAttrs` and return `rx` `ry` form the function ```js { return {rx: 4, ry: 4}; }} /> ```

I got the same error on IOS. **Solved** it by appending `file://` to IOS path. ``` const path = Platform.select({ ios: `file://${user.uid}.m4a`, android: `${dirs.CacheDir}/${user.uid}.mp3`, }); ```

> It works for me using react-native-audio-recorder-player at the same time. Works fine on iOS. Seems to work on android although i'm having some trouble getting android to continue to...

Here is a sample for `Pie` chart ``` curl -X POST \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ -d '{"width": 500, "height": 500, "data": [{"id": "php", "label": "php",...

I'm using `rtk-query-openapi` to generate API hooks. but the generated query doesn't contain `formData:true`. Is there any specific method to add this flag to file upload query by changing my...