Marijan Smetko

Results 25 issues of Marijan Smetko

zellij is a rust tmux replacement and so much more https://github.com/zellij-org/zellij

Steps to reproduce: ``` 1. git clone [email protected]:harelba/q.git 2. cd q/ 3. pip install -e . 4. cd ~ 5. q Traceback... ... ... No module named 'bin' ``` The...

https://medium.com/photomath-engineering

Hello. I'm using enums in my project and I wanted to annotate types. This is a sample code: ``` from enum import Enum, auto class A(Enum): ONE = auto() TWO...

bug
cat: enums

I define my `NumberController` like: ```js const folder = gui.addFolder("elements"); folder.add(state, 'a', 0.1).min(0).step(0.1); ``` Keyboard arrow-up and arrow-down work correctly. However, mouse scrolling event increases and decreases the values by...

### Bug description Some methods are duplicated in the api documentation at https://jupyterhub-dockerspawner.readthedocs.io/en/latest/api/index.html #### Expected behaviour The documentation should show only distinct entries #### Actual behaviour Sometimes there are two...

documentation

https://github.com/tensorflow/tensorflow/issues/53549

This plot here ![image](https://user-images.githubusercontent.com/12953598/109234113-5dc21900-77cb-11eb-91a9-f1660266b33f.png) would benefit from small arrows between a blue estimate in t and a red prediction in t+1. because the blue dots are connected, and so are...

**Describe the bug** We use self-hosted github runners and it seems megalinter writes on filesystem as root, making future runs impossible. When a github runner tries to delete the old...

bug