Michael Wigard

Results 10 issues of Michael Wigard

Axis labels are drawn using `ctx.fillText`, which apparently does not support line breaks. It would be nice if uPlot could work around this automatically.

enhancement

### Bug description The [documentation states](https://github.com/jupyterhub/jupyterhub/blob/a348ba6536d21752ab8f8d13d8611e14a147837f/docs/source/reference/services.md?plain=1#L126): > JUPYTERHUB_BASE_URL: Base URL of the Hub (https://mydomain[:port]/) However, the variable [seems to be generated from `hub.base_url`](https://github.com/jupyterhub/jupyterhub/blob/3491ad68162cd52c198a3732a50ad6cee5a8bf2c/jupyterhub/spawner.py#L988) which does not include the domain part....

bug

- [x] This is a bug report - [x] I searched existing issues before opening this one A Dockerfile can be used to [build multiple images/targets.](https://docs.docker.com/build/guide/multi-stage/#build-targets) ### Expected behavior The...

### Proposed change It would be nice if we could define options that are independent of any profile. If profiles are defined, these options should apply to all profiles. ###...

enhancement

It seems that currently the only way to revoke an access token is through the settings page in the web UI. That sends a POST request to `/apps/oauth2/clients/{id}/revoke`, where `{id}`...

[OIDC spec](https://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter): > claims > OPTIONAL. This parameter is used to request that specific Claims be returned. > The value is a JSON object listing the requested Claims. We can...

In headless mode, [Engine.get_frames_drawn will always return 0](https://docs.godotengine.org/en/stable/classes/class_engine.html#class-engine-method-get-frames-drawn), so shapes are never deleted and framerate quickly slows to a crawl.

The design of the context traits in [src/traits.rs](https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/main/src/traits.rs) seems to mimic a C++-style inheritance based design by providing default implementations of trait functions, but this prevents certain code patterns from...

ipyflow depends directly on the `jupyter` metapackage, however, the [README of that package](https://pypi.org/project/jupyter/) states: > This is an empty metapackage for user convenience, only expressing dependencies on multiple Jupyter packages....