Mohammad Jawad (Kasir) Barati

Results 98 comments of Mohammad Jawad (Kasir) Barati

Hi dear @acolombier, Thanks for the issue since I was seriously looking for a place to ask these question about `keycloak_realm_user_profile` resource. First I quote your first message: > Cons:...

I found the answer with a bit of patience and reading the doc. Of course google was not useful at all even for showing me the official documentation. I used...

Ah, for heavens sake why we have this issue in the first place. I mean come on... ### `jest.config.ts` ```ts import type { Config } from 'jest'; /* eslint-disable */...

> Just pulled this off with a [custom Storybook Webpack config](https://storybook.js.org/docs/configurations/custom-webpack-config/), and a [Webpack alias](https://webpack.js.org/configuration/resolve/#resolvealias). > > Example `.storybook/main.js`: > > ``` > const path = require('path'); > > module.exports...

@SoraKumo001 I did not get your suggestion. Here is my setup, I have a tsconf like this: ```json // ... "paths": { "@libs/*": ["libs/*"], } // ... ``` # Does...

@SoraKumo001 I did not get what you mean by storybook side, are you talking about `.storybook/main.js` or in the `stories.tsx`? If the latter I should say that I do not...

Can you please let me know if this is a bug or not dear @manuelbieh? IMO it is but still it is a good idea to be sure 😅

OK, I am coming from the future. In this part of code we are closing it https://github.com/manuelbieh/geolib/blob/26ec179e861750623d496a962465e5c399664efd/src/getAreaOfPolygon.ts#L16-L36 Though IMO this is not OK, and also [the documentation](https://github.com/manuelbieh/geolib#getareaofpolygonpoints) lacks clarity about...

OK, Thanks for the info. Can you provide an example, it is really interesting to see what you're talking about. BTW do you think we can spy on imports too?...

Af of now I am pretty swamped for the next 2 to 3 month, sorry. But I cannot help you. I did a quick search and I did not found...