Trevor Manz
Trevor Manz
> The input spec is modified to have default values filled in, and some of the users' incorrectly-specified properties are fixed. Some parts of the spec are not touched by...
Coming across this ass well. Somewhat surprising as the API [is documented](https://docs.deno.com/api/node/fs/promises/~/FileHandle.stat) in the deno docs: ```sh deno --version deno 2.0.3 (stable, release, aarch64-apple-darwin) v8 12.9.202.13-rusty typescript 5.6.2 ``` ```ts...
Yes, I was just going to mention support for module federation (and it being a historically webpack-specific thing) as the main blocker last time I looked into it. This is...
I was able to retrofit starship's support for pyenv for uv (not that I don't really activate venvs): ```toml # ~/.config/starship.toml [python] pyenv_version_name = true pyenv_prefix = "uv " ```...
Have you tried/tested setting "system" this preference in the UI? I believe it is working: https://github.com/user-attachments/assets/69f78aa7-3e3b-4cda-a7d3-28f4822b2c42
Yup, should be ready to share in the next week or so!
Please have a look at `higlass-python` [`v1.3.0`](https://github.com/higlass/higlass-python/releases/tag/v1.3.0). We have removed the `hg.server` in preference of a mechanism for sending tile data over Jupyter's internal comms. This should hopefully enable more...
Hi there, I think this is an issue with the usage of `hg.cooler`. I _think_ it is silently failing due to passing in resolutions (clearly we need better errors when...
Just tested, still doesn't work in safari.
Oops, scratch the `jupyter` comment. We implement our own tile fetcher that doesn't use the tile proxy.