Zev Isert

Results 20 issues of Zev Isert

**Describe the bug** Non query keyboard layouts don't use keys in `wasd` position for movement **To Reproduce** Steps to reproduce the behavior: 1. Go to fbe 2. Add something so...

bug

**Describe the bug** When an input is exhausted, the earley parser raises `lark.errors.UnexpectedEOF(...)`, while the lalr parser raises `lark.errors.UnexpectedToken('$END', ...)`. For consistency sake, in lalr parsers, if the error raised...

enhancement

**Is your feature request related to a problem? Please describe.** > A clear and concise description of what the problem is. We have `SchemaModels`, and we have inline types like...

enhancement

The `completions` command added in https://github.com/sdispater/cleo/commit/c0048bb5ad10af929dd2883a98f74aede5ba6e80 uses a one-level-deep template. There is no room in this template to generate completions for subcommands in a given context, so in general this...

Pre-commit currently requires the dependencies from `requirements-docs.txt`. The contributors guide at https://unionml.readthedocs.io/en/latest/contributing_guide.html#development-environment-setup suggests to install only `requirements-dev.txt`. Used pyenv to make my venv, but there's nothing special about that. ```console...

**What happened**: `kubectl` doesn't seem to understand the root object `$` when used in jsonpath filters eg `.something.items[?(@.name==$.something.value)]`. I wanted to use a value from the input to filter on...

kind/bug
kind/feature
triage/accepted

This is a feature request, but boils down to syntatic sugar. Some projects choose not to ignore their local version file (`.python-version`), and those file can optionally set a virtual...

We want our generated OpenAPI file to generate the same way each time (docker build cache concerns). We use a couple hacks to get that to happen, including: - `random.seed(...)`...

**What happened**: I'm still seeing this OCI layout error with dive that #500 was supposed to fix. ```console $ dive --source docker-archive image.tar Image Source: docker-archive://image.tar Fetching image... (this can...

bug

_Originally posted by @zevisert in https://github.com/encode/databases/pull/546#discussion_r1203318920_ Scenarios where a transaction instance is deleted without calling `.commit()` or `.rollback()` (perhaps because a database or connection is being garbage collected) are possible...

clean up