Stephen Rosen

Results 60 issues of Stephen Rosen

I recently had a lot of trouble figuring out how to configure `ruff` for use with ALE. I found that the `ruff` linter was consistently failing with somewhat inscrutable messages....

enhancement

This is a feature which I'd be very happy to work on, if it gets the ol' :+1: of approval as an idea! (It's a case in which I could...

Enhancement
Help Wanted

I haven't had time to focus on `jsonschema` typing much recently, but I want to get things back on track. The first thing to do is to correct any drift...

The doc states that these "return true" but more precisely they're the "typical" short-circuiting boolean operations with Python-like semantics. ``and`` and ``or`` may not return booleans at all depending on...

### Overview When a `click.File('rb', lazy=True)` is used on Linux named pipes (fifos), the results are not guaranteed to be a simple "lazy read". LazyFile opens and closes the file...

This is a longer config, but it better demonstrates how `poetry install --no-root --sync` can be used to sync locked dependencies to tox environments. Importantly, it demonstrates the following improvements...

I was working on a linter/fixer tool and decided to test it against the stdlib to see what it would do. I was surprised to see it fail on some...

bug
parsing

The `ConnectorTable` supports the following: - class attribute access: `ConnectorTable.POSIX` - classmethod lookup by name: `ConnectorTable.lookup("posix")` - classmethod lookup by ID: `ConnectorTable.lookup_by_id("...")` - classmethod iteration: `ConnectorTable.all_connectors()` The name-based lookups are...

This PR is a proposal for a new impelmentation of payload definitions for primary use in SDK v4 and for any *new* payload classes under v3. --- This first implementation...

### Summary The SDK only defines helpers and tools for authorization, not authentication. We want to provide an interface consisting primarily of two activities: - Do a Login Flow -...

enhancement