Mohammad Noushad Siddiqi

Results 7 issues of Mohammad Noushad Siddiqi

Hi there, If I want to only fetch the required fields then there is no documentation of how we can implement this on swell-js documentation. `https://{{swell-id}}:{{publicKey}}@api.swell.store/products?fields=slug` **I'm using this custom...

I was reading the documentation of nib - [https://nib-edit.github.io/nib/#/Demo/ConvertToHTMLDemo](https://nib-edit.github.io/nib/#/Demo/ConvertToHTMLDemo) In the documentation, Convert to HTML is giving "TypeError: e.nodeFromJSON is not a function" error. ![image](https://user-images.githubusercontent.com/75154298/186143495-1a44d1f7-b7b6-45d7-867c-5a1f2dacbdce.png) Please Fix this issue.

```ts // your answers type MyReadonly = { readonly [P in keyof T]: T[P] } ```

answer
7
en

```ts // your answers type First = T extends [] ? never : T[0]; ```

answer
en
14

### Summary of the PR This pull request addresses an issue #149 that arose after the latest VS Code update, which disrupted the ability to open React components directly in...

When I call zonedTimeToUtc(localIso, zoneName) with a valid IANA zone (e.g. "Africa/Algiers" or the alias "Asia/Calcutta"), the function does not apply that zone’s offset. Instead it falls back to my...

**Describe the bug** I tried to singup to using my apple account and I get error - Login Error No implicit conversion of nil into string **To Reproduce** Try to...

bug