Skip to content

Instantly share code, notes, and snippets.

View rominf's full-sized avatar

Roman Inflianskas rominf

View GitHub Profile
@rominf
rominf / pyproject.toml
Created October 4, 2018 07:56
Poetry update doesn't update git repositories
[tool.poetry]
name = "profile-client"
version = "0.1.0"
description = "Profile-server client"
authors = ["Roman Inflianskas <[email protected]>"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.6"
aiohttp = "^3.4"
@rominf
rominf / pyproject.toml
Created October 26, 2018 15:58
Wrapt poetry bug
[tool.poetry]
name = "wrapt-poetry-bug"
version = "0.1.0"
description = "Project to show the bug in poetry"
authors = ["Roman Inflianskas <[email protected]>"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "*"
wrapt = {git = "https://github.com/rominf/wrapt.git"}
@rominf
rominf / pyproject.toml
Created October 29, 2018 08:44
pyproject.toml for poetry update bug
[tool.poetry]
name = "aiosplinter"
version = "0.1.0"
description = "Asynchronous splinter wrapper Python library"
authors = ["Roman Inflianskas <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["splinter", "web", "browser", "web-browser", "automation", "selenium", "async", "asyncio"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
@rominf
rominf / pyproject_adv-publisher.toml
Created November 12, 2018 06:05
poetry update downgrades dependencies - pyproject.toml files
[tool.poetry]
name = "adv-publisher"
version = "0.1.7"
description = "Python library for advertisement publisher automation using aiohttp/splinter"
authors = ["Roman Inflianskas <[email protected]>"]
license = "Apache-2.0"
repository = "https://gitlab.kama.gs/r.inflyanskas/adv-publisher"
[tool.poetry.dependencies]
python = "^3.6"
71 INFO: PyInstaller: 3.4
71 INFO: Python: 3.6.7
144 INFO: Platform: Linux-4.18.14-1-default-x86_64-with-glibc2.25
144 INFO: wrote /tmp/pyinstaller_process_call_bug/test.spec
144 DEBUG: Testing for UPX ...
146 INFO: UPX is not available.
148 DEBUG: script: /tmp/pyinstaller_process_call_bug/test.py
148 INFO: Extending PYTHONPATH with paths
['/tmp/subprocess_pyinstaller_test']
148 INFO: checking Analysis
70 INFO: PyInstaller: 3.4
70 INFO: Python: 3.6.7
143 INFO: Platform: Linux-4.18.14-1-default-x86_64-with-glibc2.25
144 INFO: wrote /tmp/subprocess_pyinstaller_test/main.spec
144 DEBUG: Testing for UPX ...
146 INFO: UPX is not available.
147 INFO: Removing temporary files and cleaning cache in /home/rominf/.cache/pyinstaller
148 DEBUG: script: /tmp/subprocess_pyinstaller_test/src/main/python/main.py
149 INFO: Extending PYTHONPATH with paths
['/tmp/subprocess_pyinstaller_test/src/main/python',
This file has been truncated, but you can view the full file.
Executing: /usr/share/atlassian-plugin-sdk-6.3.12/apache-maven-3.2.1/bin/mvn com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:6.3.21:run -gs /usr/share/atlassian-plugin-sdk-6.3.12/apache-maven-3.2.1/conf/settings.xml
[INFO] Scanning for projects...
Downloading: file:///usr/share/atlassian-plugin-sdk-6.3.12/repository/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
Downloading: https://maven.atlassian.com/repository/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
843/843 B
Downloaded: https://maven.atlassian.com/repository/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (843 B at 0.6 KB/sec)
Downloading: https://maven.atlassian.com/repository/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
Downloading: file:///usr/share/atlassian-plugin-sdk-6.3.12/repository/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
@rominf
rominf / plasmashell.log
Last active December 23, 2018 22:30
plasmashell doesn't start on openSUSE Krypton
org.kde.plasmaquick: Applet preload policy set to 1
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:61:5: Unable to assign [undefined] to int
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:52:5: Unable to assign [undefined] to int
trying to show an empty dialog
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:61:5: Unable to assign [undefined] to int
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:52:5: Unable to assign [undefined] to int
trying to show an empty dialog
file:///usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/contents/ui/SystemLoadViewer.qml:251: TypeError: Cannot read property 'value' o
@rominf
rominf / x2go connection error
Created February 20, 2019 09:19
x2go connection error
Connection failed. bind: No key with name “right” found bind: No key with name “left” found bind: No key with name “ppage” found bind: No key with name “npage” found bind: No key with name “btab” found bind: No key with name “down” found bind: No key with name “up” found bind: No key with name “f1” found bind: No key with name “right” found bind: No key with name “left” found bind: No key with name “ppage” found bind: No key with name “npage” found bind: No key with name “btab” found bind: No key with name “down” found bind: No key with name “up” found bind: No key with name “f1” found bind: No key with name “right” found bind: No key with name “left” found bind: No key with name “ppage” found bind: No key with name “npage” found bind: No key with name “btab” found bind: No key with name “down” found bind: No key with name “up” found bind: No key with name “f1” found
@rominf
rominf / solaar traceback
Created February 22, 2019 14:43
solaar traceback
/usr/lib/python2.7/site-packages/solaar/gtk.py:33: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
__import__(module)
/usr/lib/python2.7/site-packages/solaar/ui/notify.py:33: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
from gi.repository import Notify
solaar: error: GObject.__init__() takes exactly 0 arguments (4 given)