Łukasz Żarnowiecki
Łukasz Żarnowiecki
# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first....
Co w przypadku jeśli plik się zmieni? ChomikUploader tego nie wykryje, jeśli znajdę chwilę czasu spróbuje to zaklepać i/lub ewentualnie liczę na Ciebie ;) Proponowane rozwiązanie: do pliku uploaded.txt dodać...
When someone went offline it shows in the main window, but the chat window does not update the green indicator.
I am using the plugin on my own and I was trying to get it working. I am sharing my changes with you. If you want me to improve something...
Hi guys, I am using `input_processor` on custom `ItemLoader` along one inside `Field` declaration that belongs to `Item` which is being used by `ItemLoader`. The problem is that only `ItemLoader`...
Hi, I installed your plugin, but when I am doing `vagrant up` I am getting message ``` ==> default: 29324 (guest) => 29324 (host) (adapter eth0) ==> default: Forwarding UDP...
Basically, I have my own ui pulling data from deluge and after few minutes of running it crashes with following: ``` Exception in thread Thread-1: Traceback (most recent call last):...
This could be a great future for me. I am not the best in java, but if you tell me what needs to be done and where I will try...
Consider the following code: ```python from filmweb.items import LoggedUser from filmweb.filmweb import Filmweb fw = Filmweb() fw.login('login', 'password') dolohow = LoggedUser(fw) print(dolohow.check_auth()) ``` It does print `None` while I am...