adremides

Results 8 comments of adremides

> You need to install `libobs-dev` (that's the package name on Debian, adjust for your distribution accordingly). Maybe this should be under a "requirements" section in the readme. Thank you...

I have something that maybe can be useful. My error was > xrandr: Configure crtc 2 failed By reading [this article](https://unix.stackexchange.com/questions/485026/xrandr-fails-randomly-with-configure-crtc-x-failed-on-dock-with-multiple-monit) I tried to use `arandr`. Then I discovered another...

Hi! I'm making a Production Ready Docker Image for WagtailCRX. I'm using Gunicorn instead Waitress. Maybe it helps somehow. [docker-wagtailcrx (Gitlab)](https://gitlab.com/adremides/docker-wagtailcrx)

I encounter this bug too. It seems not working correctly when maxDate is the same day as the actual day. I get around the problem by add 1 to it:...

Also I found this today in another issue [How to restrict date and time in django bootstrap datetimepicker plus?](https://stackoverflow.com/a/51903796) Using `strftime('%Y-%m-%d 23:59:59')` instead `strftime('%Y-%m-%d')` solves the issue too.

> Yea.. last night when it happened I got to googling and saw these older posts and issues and articles about it.. but I'm very surprised that I only got...

I'm migrating from Webstorm to VS Codium and reading someone who recommend it and can't find it on the open-vsx.org market. It will be wonderful to having it there.

Not publishing it to open-vsx maybe is related to this issue in other repository of his/her [License not declared](https://github.com/formulahendry/vscode-auto-rename-tag/issues/553)?