Erfan Safari

Results 111 comments of Erfan Safari

@kitsonk Just to mention, these sanctions not only applies on deno.land website, but applies for all the websites hosted by Deno Deploy. all the sites hosted by Deno Deploy are...

Deno team doesn't have a clear solution for drivers. we have some native drivers created by denodrivers team which are not good for now. on the other side, The Deno...

I'm going to make a PR today. hope I can fix it

@asmyshlyaev177 No, unfortunately I couldn't fix that

@asmyshlyaev177 I just copy pasted basic example with left & right buttons, but buttons don't work properly, If you test examples with RTL direction, you will probably find it out

Also `LeftArrow` and `RightArrow` is not a good naming for user interfaces because thay depends on LTR direction. consider `StartArrow` and `EndArrow` like what bootstrap 5 did

Yes, but you should add `dir="rtl"` attribute to body tag, your example is not rtl yet https://codesandbox.io/s/rtl-forked-bj3pv?file=/public/index.html

@crowlKats Yeah, I'm now changing this issue to improve docs, because doc suggests readableStreamFromReader to read from FsFile

Yeah, the functionality is already exists, but the package does not resolves `*.jsonc` config files. Also there's no need to add a new parser for jsonc. we only need to...

`Load Balancer` is not implemented yet