S. Mahdi Mir-Ismaili

Results 11 issues of S. Mahdi Mir-Ismaili

Hi, Thanks for the good library. Can we check **path existence** asynchronously with this library? I mean something like this: ```python path_existence = await aiofiles.path.exists(some_path) ``` If not, I request...

**Feature Request** Description: Thank useful tool. There should be a possibility to pass _custom message_ as the output of a callback function, not just a plain (resolved) `string`. Like [`expect.extend()`...

#### Environment Versions 1. OS Type: Windows 11 1. Node version: `16.14.2` & `17.9.0` & `18.0.0` & `18.2.0` 1. http-server version: `14.1.0` #### Steps to reproduce `http-server --proxy http://localhost:8080?` doesn't...

### Describe the bug Firefox accepts non-number characters for fields with `{type: "number"}` and JsonForms doesn't update corresponding `data` and even remove the corresponding key (`count` in the below example)...

react
material

### Describe the bug As you know there is a `path` prop that is passed to the renderer that indicates the location of `data` (that should be rendered by that...

bug
core

Fix "dot-separated" paths by making paths type `string[]` (instead of `string`) for react (in these packages: **"core"**, **"react"** and **"material-renderers"**) eclipsesource/jsonforms#1849 eclipsesource/jsonforms#1831

I developed this tool to the order of the company I work in. Other users can use this useful tool too.

### Description Highly improve build-time (and dev-server startup) by targeting **only "dist" folder** of submodules in tailwind's content. As a result of the above change, **inner huge "node_modules" folders will...

Expected `left`/`right` animations have a variant that is automatically mirrored (`left` `right`) in RTL layouts. Yes! I mean `start`/`end`. ## This is: - Feature request ## Specifications - AOS version:...

I see: ```js /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ ``` on the top of the generated files. These are redundant. Some users don't have these...