Misha Kaletsky

Results 93 issues of Misha Kaletsky

**Is your feature request related to a problem? Please describe.** It'd be nice to abstract away the need for `useRef`/`onMount` and provide a hook for the editor instance, similar to...

This would match GitHub's terminology and be less confusing ("source" and "destination" depend on your perspective, where `head` and `base` directly correspond to what will happen in the pull request)...

commands.json specifies `WITHCOORD` comes before `WITHDIST`: https://github.com/redis/redis-doc/blob/8fa5ba577f3f9a90f55027c5a0d83bec8271ad27/commands.json#L1319-L1334

In `commands.json`, ZRANGEBYSCORE has its `min` and `max` arguments as `double`: https://github.com/redis/redis-doc/blob/e978cf5875a257ba4a3389abfa844a23df28c0f0/commands.json#L3806-L3813 But the value is also allowed to be `+inf`, `-inf`, `(1` etc. Likewise with ZREMRANGEBYSCORE, ZREVRANGEBYSCORE and ZCOUNT....

@itamarhaber this is an idea following the discussion over the DSL in https://github.com/antirez/redis-doc/pull/1231 This PR consists of a small js script, which parses `commands.json` to produce a json file in...

PR https://github.com/antirez/redis-doc/pull/927 fixed a valid issue, namely allowing nonsensical usage of `EX` and `PX` together, but the fix had a worse side-effect (IMO). By setting the type of the `expiration`...

Would be nice if we could do something like this: ```yaml name: Main Workflow on: schedule: - cron: '0 * * * *' jobs: Ubuntu: name: Add labels to issues...

Not a bug, a feature request. ## Expected Behavior It'd be nice to be able to use `sessionStorage` instead of `localStorage` in certain cases. Obviously `localStorage` should remain the default,...

enhancement

### Prerequisites - [x] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); - ~[ ] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to...

bug

**Summary** My opinion: there's no need for these three checkboxes: - [ ] Code is formatted via running `yarn format`. - [ ] Tests are passing via running `yarn test`....