Dave Hirschfeld

Results 89 issues of Dave Hirschfeld

With the latest JupyterLab 3.6.1 colours which were off-white are now black which makes them very difficult to distinguish on the dark background JupyterLab 3.6.1 ![image](https://user-images.githubusercontent.com/881019/222872650-9a2c5d8c-ab0f-4e60-9e7f-4c96ce0a8b07.png) JupyterLab 3.5.2 ![image](https://user-images.githubusercontent.com/881019/222872728-858a5d28-4b45-4e54-9f9d-1e98a29d9982.png)

With the latest JupyterLab 4 / Notebook 7 I'm observing that the CLI flag `--KernelSpecManager.ensure_native_kernel=False` is being ignored.

``` ❯ boa build --pkg-format 2 --output-folder='./.build/dist' '.build/conda' ``` fails with: ``` RuntimeError: Multi-download failed. Reason: Transfer finalized, status: 404 [https://conda.anaconda.org/t/dh-365f7d4a-c85f-4354-8d75-ded85f35e164/.build/dist/noarch/repodata.json] 3388 bytes ``` Traceback ``` ╭─────────────────────────────── Traceback (most recent...

When building a package with the latest 0.15.1 it wasn't using the new-style error reporting. To debug my build I had to recreate the package spec in an `env.yaml` file...

Trying to interpolate the build number from the context as below: ```yaml build: number: "{{ build_number }}" ``` results in the validation error: ValidationError: Invalid value 0 for build_number ```...

In my GHA workflow I'm observing lines being wrapped at 80chars in the `Adding files for ...` section: ![image](https://user-images.githubusercontent.com/881019/197660521-731dfe24-d9c6-472a-bcef-62ac7064335d.png) It doesn't appear to be happening elsewhere - just that section....

If I specify `python >=3.10` in my `host` section I'm get the build string `1.2.3-py>=310h7736c20_0` If I instead specify `python 3.10` I get the build string `1.2.3-py310h7736c20_0` which seems a...

PR Checklist: - [ ] note any issues closed by this PR with [closing keywords](https://help.github.com/articles/closing-issues-using-keywords) - [ ] put any other relevant information below

Docs

> Probably does deserve a note in the `pyproject.toml`... https://github.com/fsspec/adlfs/blob/488fdf0d50d8ccfcf894b24426524b606a04cf3e/pyproject.toml#L31 _Originally posted by @dhirschfeld in https://github.com/fsspec/adlfs/issues/344#issuecomment-1888157921_

If your `quetz` server is restarted and you're not using an external database you will lose all package information (IIUC). You can manually reindex the server by calling the `/api/channels`...