34j
34j
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
In my understanding, `dtype` can be any Python object in array API specification, and therefore may be `None` depending on the library. If the device is somewhat set to `None`...
@sahasatvik This PR fixes `ref` for manually numbered theorems, which should be very important to utilize this feature. Internally it substitues `(..nums) => number` if `refnumbering` is `auto` and `number`...
It would be nice if there were a way to avoid assigning equation numbers to equations that do not need to be referenced. Related: - https://github.com/typst/typst/issues/3031#issuecomment-2515355592 - https://forum.typst.app/t/how-to-conditionally-enable-equation-numbering-for-labeled-equations/977/14
https://github.com/semantic-release/npm/blob/14c1fc8b7626d0f4e4875fa93664ebca4068757b/package.json#L31 https://github.com/semantic-release/npm/blob/14c1fc8b7626d0f4e4875fa93664ebca4068757b/lib/publish.js#L23-L27 Since `npm publish` is executed via `execa`, if `@semantic-release/npm` is not installed via npx, the npm installed as a dependency may not necessarily be used as described in:...
I always wonder how to design a vectorizable function when the sizes of the input and output arrays are different. In other words, I am always unsure whether to shift...