Paulius Šukys
Paulius Šukys
Hey, I'm interested in knowing about current state of **tonika**. The 5ttt side and blog are no longer reachable and I can not find any documentation behind it. Did tonika...
Hello, I'm really happy finding this repository, although I'm strugling to run it with garmin vivofit. I've been coding for a while and could contribute with a little show-around this...
This extension does not work on either geoclue or gnome-clock settings for location (manual - works) Checked settings -> privacy for having location setting toggled on (it is) OS: Fedora...
When using wordnet, Python complains about unclosed files, i.e.: ``` venv/lib/python3.6/site-packages/nltk/corpus/reader/wordnet.py:1107: ResourceWarning: unclosed file for i, line in enumerate(self.open('lexnames')): venv/lib/python3.6/site-packages/nltk/corpus/reader/wordnet.py:1159: ResourceWarning: unclosed file for i, line in enumerate(self.open('index.%s' % suffix)):...
Gitlab has functionality to submit time spent on (via comments `/spent 1h`) in an issue or merge request. Since there's already existing commit-based integration with gitlab, is it viable to...
This PR introduces ability to pass JVM arguments through `connect`. Things to additionally do (discuss beforehand): - [ ] use in `_jdbc_connect_jython` - [ ] proper testing My use case...
1. What version of Python are you using? ``` Python 3.10.1 (main, Jan 10 2022, 00:00:00) [GCC 11.2.1 20211203 (Red Hat 11.2.1-7)] ``` 2. What operating system and processor architecture...
Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...
When trying to run through `dbus-session-run python dbus_endpoint.py`, I get the following error: ``` File "dbus_endpoint.py", line 39, in bus.publish(dbus_path, DbusEndpoint(dbus_path)) File "/usr/local/lib/python2.7/dist-packages/pydbus/publication.py", line 42, in publish return Publication(self, bus_name,...
In example, as I understood, edits are applied only on textual/string data, can this be enhanced to other built-in types, such as lists? For example: ```python import sqloxide query =...