Nicolas CELLIER
Nicolas CELLIER
Same error. Trying to evaluate inline python code leads to unicode error. I highly suspect that lighttable is built with py2 and has a conflict with ArchLinux default python env...
I'm sure it is caused by lighttable asking for py2 and archlinux giving py3 as default. Did not achieve to fix it to... Maybe the devs can do something... Le...
Just a guess based on the fact that all the issues seems to happen with archlinux based distribution which has python3 default and one of the notable differences between py2...
You can add "Quarto" to the ltex.enabled setting. The support is far to be ideal, but you will be able to spell checking your document
I had to implement a very simple strided_slice implementation ```python class StridedSlice(td.Operation): @staticmethod def func(input_, begins, ends, strides): output = input_.copy() for dim, (begin, end, stride) in enumerate(zip(begins, ends, strides)):...
For the last version we have a moodle running if we remove the variables, that's a bit weird that we have different behavior.. Thank you for the insight on the...