Zev Isert

Results 20 issues of Zev Isert

## Fixes Issue - Closes #134 ## Changes proposed (Describe Changes) This new callback can be used with the `unionml.model.Model` class, by providing it to the `@model.predictor` decorator. The callback...

### What problem does this feature solve? I would really love to have a tremor based brush chart (like: [@airbnb/visx brush chart](https://airbnb.io/visx/brush)). I think brush charts are often a much...

Type: New Component

I would like to help with this protocol specification, I've watched the first zoom recording, and read through the notes, but my next question is, when does the WG meet...

Curiously, the OpenAPI REST specification documents that the server may return HTTP status code 400 in some situations, but not in others that seemingly would have a higher propensity for...

Generating a client based on the OpenAPI REST specification yields some pretty unusable clients, something that can go a long way is coming up with some half decent `operationId` The...

The path parameters described in the OpenAPI REST document do not seem to follow the spec on how path parameters are described: https://spec.openapis.org/oas/v3.1.0#path-templating. Is this intentional? Does some build tooling...

The descriptions for "_Model Ready_" and "_Model Metadata_" in both the REST and gRPC specifications claim that the model version is optional. Is this true? If so, the specification should...

App has the ability to set light colour and power, it would be useful if you could return bulb status, ie colour, so that the user can save it and...

I went through and made a json schema for the values here, since the whole point of using helmet is to reduce boilerplate through standardization. It seems like a good...

**Is your feature request related to a problem? Please describe.** I can't work with ormar in concurrent contexts very well since [databases^0.8](https://github.com/encode/databases/releases/tag/0.8.0), because databases has changed (my doing in https://github.com/encode/databases/pull/546)...

enhancement