Brandon Thayer

Results 8 issues of Brandon Thayer

Firstly, thank you for developing this useful plugin! I'm using a script to generate an environment file for use with EnvFile, so that I can dynamically change environment variables based...

## Describe the issue The [current README](https://github.com/matplotlib/ipympl/blob/3e0a520087d317c7aa7aca38ca1c5c04e7b31f44/README.md) specifies that to use `ipympl` you simply use the following magic: ``` %matplotlib widget ``` However, the [documentation](https://matplotlib.org/ipympl/) specifies the following magic: ```...

**Describe the bug** Title says it all, but here's a stack trace: ``` AttributeError: module 'ml_dtypes' has no attribute 'float8_e4m3b11'. Did you mean: 'float8_e4m3fn'? Traceback (most recent call last): File...

bug
pending on user response

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. ## Issue I fat-fingered a command and got a slightly misleading error...

Hello, The [FIL backend installation instructions](https://github.com/triton-inference-server/fil_backend/blob/66543e5ea2710e44ba36f2b4b1d20fcc28eefa04/docs/install.md) indicate that: > The FIL backend is a part of Triton and can be installed via the methods described in the [main Triton documentation](https://github.com/triton-inference-server/server#build-and-deploy)....

The SAW class creates a logger, but then we never really log anything... We should add a reasonable amount of logging.

enhancement

In many cases it would be very useful to have DataFrames use a MultiIndex. This index would use the key fields as the different index levels. For example, if you...

enhancement

To create new objects in a model you need both the key fields and the required fields. This should be as simple as making a helper function which is nearly...

enhancement