Kayvan Arianpour

Results 7 issues of Kayvan Arianpour

With node 12 , when I tries the sample I got the following error. It looks like it cannot import the module. Does it support node 12? ``` $> node...

Is there a way to format the interpolation? The way [`i18next`](https://www.i18next.com/translation-function/formatting) does it is very convenient. For example dates and number should be formatted differently in different languages. ``` {...

enhancement

Actually I am not specialist on Angular, but as the `scope.$applyAsync` is not supported before Angular 1.3 I suggest to have a version which uses `scope.$evalAsync` instead, to let the...

The function added to Array prototype cause conflict with "for( var in ) " statement. So please change the way this function is working, my suggestion is remove these functions...

سلام فونت بسيار جالبي است. موارد زير اصلاح بشه خوب ميشه. ۱ - كد U-060D رو يک كپی از U-002F بگذارید. اين كد كد جدا كننده عربي براي تاريخ است....

Just need to change the "peerDependencies" in `package.json` ``` - "svelte": "^3 || ^4" + "svelte": "^3 || ^4 || ^5.0.0-next.118" ``` Svelte 5 is backward compatible. I tested the...

https://github.com/romkor/svelte-portal/blob/bddbc7c6d95c84b073b05319646ee25cdec3e5a5/src/Portal.svelte#L11C9-L11C17 I guess that "targetEl" variable can be defined inside the "update" function as follow: ``` export function portal(el, target = "body") { - let targetEl; async function update(newTarget) {...