Philipp A.

Results 1388 comments of Philipp A.

I just tried with `"scverse tutorial registry (https://github.com/scverse/scverse-tutorials)"` It raised a 403 for https://muon-tutorials.readthedocs.io/en/latest/cite-seq/1-CITE-seq-PBMC-5k.html See: https://github.com/scverse/scverse-tutorials/actions/runs/17675527461/job/50236608525?pr=236 Thanks!

I’m sorry to hear that you’re being DDOS’d, but I’m confused. Our requests come from GitHub IPs, have a totally custom user agent, and are only HEAD requests. Surely that...

Can you just allowlist `HEAD` requests? They are probably cheap to answer and all we need.

Thank you! But it looks like that only worked for some URLs, now it fails trying to reach https://scanpy.readthedocs.io/en/stable/tutorials/plotting/advanced.html: https://github.com/scverse/scverse-tutorials/actions/runs/17735794561/job/50397181823?pr=236 I assume they’re tried in order, which would mean that...

Maybe an older change. That CI stopped working between Jan 27 and Feb 4 this year.

What’s the recommended thing to do when you have multiple uploads? - `env_vars` is broken - what’s `name` for? - using multiple `flags` seems to be wrong:

@sinon, I updated the playground link to show why your suggestion doesn’t work: https://play.ty.dev/1f971569-26a4-4e0b-bfd4-158f9d46fa7f I of course want to actually *use* the TypeVar’s default, which wouldn’t exist anymore if you...

If the benchmark says yes, then I’m for it! Only issue I see is that `"string"` columns without `NA`s would then become `"str"` columns without `nan`s.

Yeah, to be clear: pandas disallows a Categorical’s categories to be missing, you’ll see this if you try: ```pytb ValueError: Categorical categories cannot be null ``` Therefore Ilan will make...

> Ship a `variableslight.css` and `variablesdark.css` what does that mean? dark mode should follow the theme’s setting. a way to do this is this: ```css --jp-layout-color0: var(--light, white) var(--dark, black);...