pmav99

Results 69 issues of pmav99

The folding is not working really well when you are using multiline decorators. For example, using some `fastapi` code: ``` python @router.get( "/all", response_model=Page[models.CollectionRecordView], summary="Retrieve a List of all CollectionRecords"...

``` python import panel as pn bootstrap = pn.template.BootstrapTemplate( theme="dark", sidebar=[pn.WidgetBox(pn.widgets.TextAreaInput(name="asdf"))], ) _ = bootstrap.servable() ``` The background color of the `WidgetBox` does not change when `theme = "dark"`. This...

type: bug
component: template

Just what the title says :)

question

AFAI can tell, there is no way to determine which version of almond is installed. Am I missing something? I tried: - `jupyter kernelspec list --json` - `~/.local/share/jupyter/kernels/scala/launcher.jar --help`

question

#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) python 3.10.6 Archlinux Chromium and Firefox proj 9.0.1 requirements.txt: https://gist.github.com/pmav99/898a96bc3b60ebb5e0da29b32852ea95 ####...

type: bug

#### ALL software version info holoviews 1.15.0 jupyterlab 3 #### Description of expected behavior and the observed behavior The letters of an `hv.Table` are not visible when using the dark...

Debugging callback functions on jupyter can be quite painful. Using the following, arguably, contrived example: - If there are no exceptions, everything works as expected. I.e. you get a Dynamic...

The link still references the old json file from before #38 was merged Reference: https://stackoverflow.com/questions/71787580/keycloak-api-does-not-contain-resource-access/73778730#73778730

## Issue description As @asottile shows [here](https://github.com/Yelp/aactivator/issues/29) direnv is happy to allow `.envrc` to be writeable by other users. This permits a malicious user to e.g. change the contents of...

Ruff is a very fast python linter written in Rust that has reached feature parity with flake8: https://github.com/charliermarsh/ruff

enhancement