rubmz
rubmz
No. readme does not count :) The people demand an example! Please provide an example!
**Describe the bug** You had macros and YOU REMOVED THEM. **To Reproduce** 1. create a good app. 2. destroy it! **Expected behavior** BE SANE! **Environment (please complete the following information):**...
Looks like an awsome package! Would be nice if you had support for token and sequence level classification too.
This package looks pretty cool - but nothing has changed since couple of years before corrona :-) Would be nice if it were checked and updated for python 3.13 or...
IdempotentSessionWizardView.render_done - line 208/9 Code that used to be in last revision was: if not (form_key in self.idempotent_dict or form_obj.is_valid()): Now there's: if getattr(form_obj, 'idempotent', True) and not form_obj.is_valid(): I...
Starting mlterm under Ubutnu 20.04 and trying to input Hebrew characters results with no character input + the mouse starting to select everything until Hebrew is switched back off. mlterm...
### Description **The technical problem:** When trying to automate publicly available docker images you many times have to initialize internal configurations, or db tables immediately after the original upstream Dockerfile...
I am using scrapy-playwright with latest versions on the webkit browser on ubuntu 22.04. I can start and debug the spider once or twice. Trying to stop it using the...