Kyle Bebak

Results 15 issues of Kyle Bebak

In its default mode, this causes serious slowdown (10x or more) for highlighting syntax in JS views. This affects the speed at which you can open JS files and see...

Basically, #191 is back. MacOS, build 3143. Nothing is printed to the console.

`pick` is really awesome, in less than a month it's become a great friend to me. It makes working with git branches and commits a lot easier, but maybe I...

enhancement
help wanted

Hey all, I know the README says it doesn't make sense to use `django-stubs` without mypy, because mypy uses a plugin for cases where type hints alone don't work. Sorry...

enhancement
meta
pyright

We could add an `open_api` argument that can be passed to requests. This would be a dict containing [OpenAPI](https://swagger.io/specification/) properties (such as a description of the request, the request params,...

enhancement
help wanted

If `TS.MRANGE` is called with `EXCLUDEEMPTY`, RTS can omit series that are empty, i.e. for which the array of `[ts, value]` tuples is empty This optimization could reduce data transfer...

new feature

## Feature Request Time series can be filtered with the following filters: https://oss.redislabs.com/redistimeseries/commands/#filtering An additional filter, `l~v`, **label contains value**, would be very useful, and would be a great addition...

new feature

That's it. Nice if `"tern_argument_hints": false,`, but you still want to be able to show arg hints on command. Just look for __tern_for_sublime: Show Argument Hints__ in the command palette.

@Kludex @euri10 Note: this PR obsoletes [this old one](https://github.com/encode/uvicorn/pull/1272), which was closed anyway There were 2 things to fix in https://github.com/encode/uvicorn/issues/1230: - ensure the server can read frames in the...

waiting author

## Is your feature request related to a problem? Please describe. When generating models from JSON Schema it would be nice to be able to generate `Tuple[]` types using [Tuple...

enhancement