Jaakko Luttinen

Results 52 issues of Jaakko Luttinen

Would it be possible to support rofi's custom modes? In rofi man page it says: ``` Custom modes can be added using the internal 'script' mode. Each mode has two...

Does this package support matrix algebra operations? For instance, does this support HMatrix, Repa or Accelerate or some other way of getting gradients for functions involving matrices? I'm looking for...

improvement
major refactoring

First, thanks a lot for this plugin, it's awesome!! :+1: On Jellyfin, I opened "The Green Mile" and clicked to watch the trailer. However, it started showing 10-minute preview of...

Thanks for persp-mode.el, it's great! I was wondering, is it possible to change the order of layouts? I have four layouts open but I'd like to change their order.

I'd like to have a switch which made it possible to fast-forward master when finishing a release. Currently, a merge commit is always made. However, I don't see any reason...

If I use polybar-kdeconnect module in my Polybar, the whole Polybar freezes on start and CPU usage is 100%. Trying to kill it gracefully, doesn't work: `State 'stop-sigterm' timed out....

Could you include tests in the source tarball in PyPI? I think it's good practice: - https://docs.python.org/2/distutils/sourcedist.html#specifying-the-files-to-distribute - https://stackoverflow.com/a/20180000 This way one can run the tests after installing the package....

Some buildings may have multiple addresses. One way (or only used way?) to tag these is by `addr2:*`, `addr3:*`, and so on up to `addr9:*`. It seems to me that...

Code for replication: ``` import datetime import pandas as pd import freezegun with freezegun.freeze_time("2011-01-01"): print(pd.Timestamp.now()) print(datetime.datetime.now()) ``` Expected output: ``` 2011-01-01 00:00:00 2011-01-01 00:00:00 ``` Actual output: ``` 2019-05-20 17:14:03.781282...

I'm not quite sure about this but it seems to me that `postactivate` script of my virtualenvironment isn't run. I have created my venv with virtualenvwrapper and defined some environment...

bug