Steven Oud

Results 7 issues of Steven Oud

Implement implicit multiplication, like `2a`, `5(7 + 3)` etc. The latter does clash with function call syntax though.

enhancement

When using `multi_runs`, some of my classmates got the following error: ``` Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\multiprocessing\pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\ndlib\utils.py",...

bug

The one thing I found missing in this buffer bar compared to airline's buffer bar is an indicator showing if a file is changed or read only by some indicator...

enhancement

I was working on making a [Qulacs plugin](https://github.com/soudy/pennylane-qulacs/) for [PennyLane](https://github.com/XanaduAI/pennylane), and when trying to support GPU I noticed the following weird bug. When I run the following script (taken from...

Hi, First of all, thanks for creating this library! It has been a joy to use for my project. In my project, I would like to precompute some sparse matrices...

Hey, The weird behavior in gnome terminal (and many other terminals) can be explained by the fact that it's common for terminal emulator to bind Shift+Insert to paste from the...

The instructions for installing Gazebo on Ubuntu 20.04 on the wiki are missing the following steps (taken from http://gazebosim.org/tutorials?tut=install_ubuntu): 1. Setup your computer to accept software from packages.osrfoundation.org. ```bash sudo...

documentation