Renato Budinich
Renato Budinich
I have a docker container running selenium-chrome (the "standalone-chrome" official container) and I'm trying to get scrapy-selenium to work with it. I have this in settings.py: DOWNLOADER_MIDDLEWARES = { 'scrapy_selenium.SeleniumMiddleware':...
This is neither a bug nor a feature request - I would have started a "discussion" but it's not enabled on this repo. > 1. What version of Python are...
Hello, the subject and the following term session should tell it all - basically I wanted to install package "waon" from aur instead I got the archaudio-testing version. I know...
I created a new v2 key with "General" and "Trade" restrictions and I'm trying to run the python code from [the first example in the documentation](https://docs.kucoin.com/#authentication): ```python #Example for get...
I'm using this repo to develop a backend being used by an Android app I'm also developing. The backend is publicly exposed, but I'd like to allow only the Android...
Calling `book.splits_df()` gives me ```python File [~/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py:567](https://file+.vscode-resource.vscode-cdn.net/home/bnh/code/spese_analytics/~/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py:567), in (.0) [551](file:///home/bnh/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py?line=550) fields = [ [552](file:///home/bnh/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py?line=551) "guid", [553](file:///home/bnh/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py?line=552) "value", (...) [563](file:///home/bnh/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py?line=562) "account.commodity.mnemonic", [564](file:///home/bnh/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py?line=563) ] + additional_fields [565](file:///home/bnh/code/spese_analytics/.venv/lib/python3.11/site-packages/piecash/core/book.py?line=564) fields_getter = [attrgetter(fld) for fld...
How do you manage relative paths in `pyproject.toml` when you dockerize the project? For example in project-one there is ``` lib-one = {path = "../../libs/lib-one"} ``` This of course makes...
Premise: this is most probably user error - I would've opened a discussion instead of an issue but it's not enabled on this repo. I originally deployed Loki with: ```bash...