Julian Berman

Results 268 issues of Julian Berman

It'd be nice to have an API for querying whether vmprof is running, and further how it's configured, particularly, how it's outputting. Some sample code for this use case: ```...

The README says: > Note this template is not suitable for production - for that you may want to use the full webpack template. But it should elaborate on what...

It'd be great if boto supported the AWS_SHARED_CREDENTIALS_FILE environment variable that was introduced. Seems like `boto3` supports it just fine, but boto2 appears to not respect it (and just tries...

As of 3.3, these functions are deprecated in favor of `importlib` implementations, which also happen to properly respect path hooks. This is interfering with a thing I'm writing, so if...

(Via @Relequestual [here](https://app.slack.com/client/T5CHC2TAN/C8CQ81GKF/thread/C8CQ81GKF-1649333174.941109)) Implementers may appreciate a GitHub action which automatically sends PRs to their repo to update the test suite. As a concrete example, [`python-jsonschema` has a `git-subtree` of...

enhancement

(I'd like to propose adding this to schemastore, which is what made me notice we didn't put this here previously.) Ideally I think we'd have the canonical URI be something...

I.e. instead of ``` { "foo.json": "..." } ``` you get ``` { "http://localhost:1234/foo.json": "..." } ``` which are the URIs the `refRemote.json` files expect. This was I believe just...

There are a few tasks that need doing just after a new version of the specification has been released, or just before: * [ ] Copy the `tests/draft-next` and `output-tests/draft-next`...

documentation
enhancement

The intent of them is *not* to express that an implementation might wish to recognize these keywords. The intent of them is precisely the same as the original intent --...

on hold

From https://github.com/json-schema-org/JSON-Schema-Test-Suite/issues/436#issuecomment-699685450 -- The bar is low for new additions to the suite. As broad guidelines: - additional tests MUST be correct behavior as far as is dictated by the...

documentation
enhancement