Maciej Sitarz

Results 15 issues of Maciej Sitarz

## ScudCloud Version ```$ scudcloud --version ScudCloud 1.65 Python 3.6.6 Qt 5.10.1 WebKit 602.1 PyQt 5.10 SIP 4.19.7 ``` ## Distro and Desktop info - Distribution: Fedora - Version/Release: 28...

When I boot my notebook with LID closed it's reported in xrandr as: ```LVDS-1 unknown connection (normal left inverted right x axis y axis) ``` If a profile is saved...

Openpyn fails trying to get the IP from OVPN file which does not exists. ``` # /usr/local/bin/openpyn pl --p2p -f 2019-04-10 21:19:48 [INFO] Flushing iptables INPUT and OUTPUT chains AND...

Upgrade jQuery 2.x to latest as 2.x is deprecated. jQuery 2.x is deprecated, I just got an email from Mozilla Add-on site that the addon uses deprecated jQuery and that...

When the addon is not connected to Kodi, the error appears in the logs when opening the remote page. ``` Error: cannot call methods on slider prior to initialization; attempted...

This is first pull request for migration of localStorage API usage to browser.storage.sync API. This change required quite a lot of rework in the code handling the settings.

The problem is caused by the 'mousewheel' event being deprecated. ``` Non-standard This feature is non-standard and is not on a standards track. Do not use it on production sites...

Console shows error: ```Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.``` To avoid that error in the console log, one should check the `lastError` in...

The `storage.local` API has some advantages over the `Window.localStorage`: > Overview > > This API has been optimized to meet the specific storage needs of extensions. It provides the same...

First idea of the script was to separate each document and then unite it, smth similar to this: ``` pdfseparate "$file_A" $TMP_DIR/scan-separated-%d-A.pdf pdfseparate "$file_B" $TMP_DIR/scan-separated-%d-B.pdf pdfunite $TMP_DIR/scan-separated-*-*.pdf "$output_file" ``` The...