34j
34j
> Very cool this thing about migration 👍 Yes but note that you need the version at the time this change was made. Since I do not know when you...
I was wondering why user configs weren't working for this template, but it seems it was a bug (https://github.com/copier-org/copier/issues/2373). Therefore user configs are now supported from the next release of...
https://github.com/data-apis/array-api-compat/blob/35d333af3b7e718e2a147400db0b16a874ea42da/array_api_compat/numpy/_info.py#L247-L252 I just noticed that this doctest is inconsistent with the current behavior (`dtype('int8'). ...`) by the way
You are absolutely right, thank you for pointing out. ## sub-numbering: true, number-mode: "label" ```typst #import "@preview/equate:0.3.2": equate #set page(paper: "a7", flipped: true) #set math.equation(numbering: "(1.1)") #show: equate.with(breakable: true, sub-numbering:...
I think the name `number-mode` is highly confusing. I would suggest `add-number-to: (“labeled-lines-and-labeled-equation”, “all-lines”)`.
@browniebroke Would you please review this if you don't mind? (especially before moving to [uv](https://github.com/astral-sh/uv) if you are planning to do so) With this change, most of the steps described...
Unfortunately (?) jinja2-env seems to be completely unnecessary, so I will try to disassemble this PR and reflect the latest changes.
I removed `**chromium_args` on line 1206 in `client.py`, but still the same problem persists. I'm sorry, but I'm running out of time, so I give up this.  Instantiating Chrome...
Thank you for your response. I didn't realize there was such a complicated background to this. However, some kind of runtime suggestion would be helpful, as I spent a considerable...
I see, I'm starting to feel like either would be fine. Regarding the speed, considering that many libraries use C-style indexing, is it okay to say that ordinary vectorizable array...