-
The following examples:
```
$$f(x)=a_0+a_2x^2$$
$$x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
```
render badly as shown below:
![Screenshot from 2020-10-08 21-00-41](https://user-images.git…
-
the fix for #12758 only fixed the issue for type annotations, but the generic syntax for types can appear outside of type annotations, eg:
```py
foo: dict[str, int] = {"a": 1} # no error
foo = di…
-
I use lots of subscripts for bodies and such, but it is overly complicated for this paper as there are no other bodies (like in my thesis).
So, e.g. m_G -> m
-
Since 2024.1 InterSystems IRIS provides the query plain in the machine-readable format (JSON). This can be used to produce nice-looking query plan.
The following query returns such JSON:
```sql
…
-
The domestic and international designations are a more important distinction than passenger v. freight for these vehicle types, and most questions we get asked about these vehicles revolve around sepa…
-
Until they are connected, variables should be unadorned by subscripts and the like. After they are connected, some variables will have the same name but not be equivalent, and so need subscripts attac…
-
# Problem to Solve
The application of customs styles undoes the superscript/subscript formatting and doesn't apply to the equation format.
# To Reproduce
Create a custom style, i.e. assign a f…
-
Description:
There should be a new way to get the stacks list and frequency.
Reference:
https://github.com/OpenPecha/Botok/blob/master/botok/utils/unicode_normalization.py#L101 https://github.com/Ope…
-
This bug was originally reported in https://github.com/att/ast/issues/69. Unsetting one of an array's subscripts will unset the `.unset` discipline function for that array, which results in unsets of …
-
Since now [generic subscripts](https://github.com/apple/swift-evolution/blob/master/proposals/0148-generic-subscripts.md) have been introduced I think we should be aiming to move the API to them as th…