Deepankar

Results 17 issues of Deepankar

- [x] Fix and Handle iOS safari autplay issue - [x] Add Logrocket - [x] Use `react-sdk`

In the [README.md](https://github.com/thelinmichael/spotify-web-api-node/blame/master/README.md#L1223) Example of `Get tracks in a playlist` ```js api .getPlaylistTracks('3ktAYNcRHpazJ9qecm3ptn', { offset: 1, limit: 5, fields: 'items' }) .then( function(data) { console.log('The playlist contains these tracks', data.body);...

Currently, Blockquotes are mapped a Custom Note component refer this : https://github.com/100mslive/100ms-docs/blob/1f0d794c0111490b5e84b6fb08563253e0837621/components/MDXComponents.tsx#L19 https://github.com/100mslive/100ms-docs/blob/1f0d794c0111490b5e84b6fb08563253e0837621/components/MDXComponents.tsx#L58 Our current Note component looks like this: Visit https://docs.100ms.live/javascript/v2/features/device-change check it live. It looks very simple at...

enhancement
good first issue
help wanted
Hacktoberfest

We don't have docs feedback, whether this was helpful (Upvote, Downvote) thing Planning to add this in the docs in the future. Would be using Prisma and Nextjs serverless

enhancement
help wanted
future

Hey! is it possible to add this example in [`nextjs/examples`](https://github.com/vercel/next.js/tree/canary/examples) There seems to be no example for `rescript`.

Reproduction: https://codesandbox.io/s/svgmt-example-map-forked-9p5mn Using the map codesandbox example if i want to change the stroke width normally i would pass the `stroke-width='10px'` but in react i have to do like `strokeWidth='10px'`...