Mohammad H. Sattarian

Results 11 issues of Mohammad H. Sattarian

Hi, and thanks for this beautifully crafted toast component. If the `Toaster` component is placed inside an element with `direction: rtl`, toast `position` attributes of `right` and `left` would work...

enhancement

Hi, I'm facing this issue with using JS-style comments. this happens when I comment on a line just at the end of a CSS property, in the same line right...

Notion uses [Twemoji](https://github.com/twitter/twemoji) for emojis. can you support it in `react-notion` as built-in? there is a pretty good package called [react-twemoji](https://www.npmjs.com/package/react-twemoji) that can be added to simply handle this.

Some custom modes I created are added to the list in `MODES.md` file. here is a preview: - [Snapping Mode](https://github.com/mhsattarian/mapbox-gl-draw-snap-mode): Add snapping ability while drawing features - [Pinning Mode](https://github.com/mhsattarian/mapbox-gl-draw-pinning-mode): Pin...

Calling `persianJS` with an input of zero (0 : number) would throw an error: ![2020-04-06_15-49](https://user-images.githubusercontent.com/29674767/78557606-54803480-7826-11ea-8a18-6ee1344f6fe8.png)

It would be really nice if you add the ability to **convert Persian and Finglish to each other**.

We at @map-ir front-end team needed a date picker component for React and found yours one of the best in the wild, It's almost **new**, regularly **updating**, and looks good....

You've mentioned in your documentation that for bulk send a single message to multiple receivers, **`/send/pair`** endpoint should be used, while in the `ghasedak.py` it's being sent to `/send/bulk2`: https://github.com/ghasedakapi/ghasedak-python/blob/a11c958a45900d118fea2e1d329247a03617d770/ghasedak/ghasedak.py#L69...

Hi, after installing, I faced this error when trying to activate the plugin: ```php Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/vision/domains/class.vision/public_html/blog/wp-content/plugins/shiny-code/php/Plugin.php on line 31 ```

## Related Issues or Discussions Related to https://github.com/pmndrs/jotai/discussions/1833#discussioncomment-9288746 ## Summary previously for providing subscribe functionality to a custom persist storage, one should've used something like the code below which btw...