Bryan Forbes

Results 26 issues of Bryan Forbes

In the `cldr-data` packages is `availableLocales.json`. This tells users what locales are available within the data. I would like to use this to determine which locale files to load on...

## Minimal reproduction of the bug/regression with instructions: https://stackblitz.com/edit/ngrx-seed-wyr8ke?file=src%2Fapp%2Freducers%2Fusers.reducer.ts At line 22 of `app/reducers/users.reducer.ts` of the above StackBlitz, the typing of the `users` selector is `(state: UsersAppState) => Users[]`. This...

Project: Entity

Currently, to use different location strategies, one must either call `find()` with the strategy as the first argument or use the `find*()` methods (`findByCssSelector()`, etc.). While this works, a more...

enhancement
effort-high
domain-webdriver
priority-medium

## Summary This fixes type narrowing for TranslationContext. Previously, conditions other than `command_name` weren't narrowing correctly. ## Checklist - [x] If code changes were made then they have been tested....

## Summary * Make some Cog methods positional-only * Fix maybe_coroutine and MaybeCoroFunc * Mark stub functions that can be coroutines as returning MaybeCoro ## Checklist - [x] If code...

Python 3.6 reached end-of-life [back in December](https://peps.python.org/pep-0494/#lifespan). Since 0.26.0 was just released with support for 3.6, the next release should probably drop support for it.

This is a work in progress and still produces errors when type checking the codebase. I added type hints to the Python files where it was feasible and updated the...

Currently, `asyncpg` is untyped and has to be ignored as an import when using [`mypy`](https://mypy.readthedocs.io/en/stable/). Because of this, I created an [`asyncpg-stubs` package](https://github.com/bryanforbes/asyncpg-stubs/) generated from `stubgen` that I use in...

I'm creating a grid with no collection and `tabableHeader: false`. When I tab into it, focus goes initially to `contentNode` because it has `tabIndex="0"`. This is caused by https://github.com/SitePen/dgrid/blob/a3577b6a56ee7ab234f7d22113c196884c8f9ec4/Keyboard.js#L104-L129 not...

needs-opinions

Several plugins are adding the ability to open them in a float (nvim) or popup (vim). For instance, `coc-explorer`, `fzf`, and `defx` all have this ability. It would be really...

enhancement
wontfix