Nikolay Zakirov

Results 20 issues of Nikolay Zakirov

I have two screens and I have a script to set a new wallpaper in i3 every day. The script basically downloads an image and then runs following command ```...

bug
can't reproduce

## Bug description Left arrow, change word and enter leads to space disappear and words glue ## Steps to reproduce 1. Connect to a Linux machine (raspberry pi in my...

bug

I am trying to compile on Apple M1 with ``pip install .`` and get following bug report. Any help would be appreciated ``` DEPRECATION: Configuring installation scheme with distutils config...

bug

Currently DockerCompose object is stopped like this. ``` def stop(self): down_cmd = self.docker_compose_command() + ['down', '-v'] subprocess.call(down_cmd, cwd=self.filepath) ``` The '-v' option is firmly coded - I would like to...

🛟 help wanted
📦 package: compose

Why you don't use initialize gradient memory with 0 and use the number of indices seen so far in SAG algorithm as suggested in the paper > In the update...

Thank you for a great, clean and well structured implementation. Although it is said in the paper that pointSAGA is extendable to non-smooth functions it is not immediately clear how...

This is an ensemble tree-based method similar to random forest but with more regularisation. In my experience, it works better than random forest

This is from rustonomicon > On the other hand, even if the compiler totally understood what we wanted and respected our wishes, our hardware might instead get us in trouble....

Great bench suite. But I had hard time to understand what time_elapsed is. Is it millisecond per iteration, millisecond for all iterations. Nanoseconds maybe? And how many iterations?