-
- [ ] Compile a list of all possible notation formats. Here is a starter written up by me with help from @Jazzpirate and reverse engineering of MMT's [`NotationComponents.scala`](https://github.com/Un…
-
Looking at the einsum documentation [warning](http://tensor-compiler.org/docs/reference/rst_files/functions/pytaco.einsum.html), you suggests that
"the same subscript cannot appear more than once in…
-
Please note that I am **NOT** asking for anything like full support for sweet expressions in this mode. I only want the imenu to work. I can make this happen now by changing to text mode and evaluat…
-
## Describe the bug
Image title in the following notation is removed when switching "WYSIWYG -> MD":
```![alt text](https://via.placeholder.com/140x100 "Title")```
## To Reproduce
https://codesa…
-
Breeze's `a(1 until 5)` is more verbose than Numpy's `a[1:5]`. The same happens with many other indexing and slicing operations. Would you consider implementing Python-like syntactic sugar, maybe usin…
-
Wrong escaping of `appVersion` if it is a number in scientific notation.
`helm repo add...`, e.g. for our GitLab pipeline `helm repo add --force-update --username gitlab-ci-token --password ${CI_JO…
-
There are different notations used in error messages and user guide to show more than one index can be provided (in particular for `with/`. This can cause confusion for readers.
In error message for …
-
Particularly with Omron PLCs, the data type returned for a BOOL array is exactly the same as for a single BOOL. However, the packing of BOOLs in BOOL arrays can differ depending on context. Omron re…
-
Here's something that might be nice for combinatorialists working with permutations:
```m2
i1 : w = {2,0,1}
o1 = {2, 0, 1}
o1 : List
i2 : w^2 -- essentially w_w
o2 = {1, 2, 0}
o2 : Li…
-
Hi All,
I have a scenario like following.
i have field in database table called "tempprop1" it contains value like "frontwheels : 50" etc .. like following.
table name: parts (Here tempprop1 a…