Fritz Lekschas

Results 82 issues of Fritz Lekschas

## Summary * OS: macOS * Architecture: Apple M1, ARM 64Bit * Psutil version: 5.9.0 * Python version: 3.9.10 or 3.10.4 * Type: installation ## Description When trying to install...

bug
macos

I know that by default transitions do not run on the initial rendering (which is nice!) and that I can turn them on globally by setting `intro: true` when [rendering...

feature request
pending clarification

Currently, svelte-simple-modal assume that it's used globally. I.e., it overlays the `body` element. However, sometimes it can be useful to just use it within another (scrollable) container. To support this...

improvement

I created a new virtual environment for the book's source code and only doing `pip install ipython` caused and error, when trying to open iPython's notebook, regarding some missing dependencies....

I recently updated a conda environment and noticed that Jupyter Lab failed due to a [missing arm64 build of psutil](https://github.com/giampaolo/psutil/issues/2098). After some digging I found out that [psutil was added...

When I specify `.on('end', callback)` after calling `tap` the event callback will not be fired. One can get around this by specifying the event callback first but I am wondering...

I am developing a custom widget for Jupyter Lab/Notebook and I am trying to find out if it's possible to updates the `outputs` property of a cells such that it's...

Custom Widget

Code changes under `examples` does not trigger a hot reloading event. As @manzt found out, it might be due to `vite-plugin-virtual-html-template`.

bug

_Commit_: d87f9bfbb3dd5b2d5b0e936a4540e027c22b3b0d #### Steps to reproduce 1. zoom out #### Observed behavior - User can zoom out / pan until the matrix is gone #### Expected behavior - Zooming /...

enhancement

_Commit_: #### Steps to reproduce ```javascript ChromosomeInfo('https://s3.amazonaws.com/pkerp/data/hg19/chromSizes.tsvs') .then((chromInfo) => { console.log('Success', chromInfo); }) .catch(() => { console.error('Failure'); }); ``` **Note the incorrect file extension `.tsvs`!** #### Observed behavior - `Success`...

bug