Adrián Chaves

Results 122 issues of Adrián Chaves

https://stackoverflow.com/a/76654866/939364 Seen in a production page object.

documentation

Related to #87.

bug

There is `RulesRegistry.page_cls_for_item` that gives you the page object class to use given an output item class. It would be nice to have a method that, in addition to supporting...

enhancement

Changes: - Implement a `SwitchPage` class, that can be subclassed to create special page object classes that call other page object classes based on the received input. - New documentation...

It seems to happen in the cleanup stage after all the tests of a TestCase, and marks the last test of that TestCase as a failure. ``` ===================================================================== test session...

Lokalize works on Windows, IniTranslator seems abandoned, GTranslator is unmaintained.

All links to external resources are broken.

e.g. ```python def asdict(*, unset_values=None) -> dict: if unset_values is None: unset_values = set() return _asdict(self, unset_values) ... def _asdict(obj: Any, unset_values) -> Any: if isinstance(obj, dict): return {key: _asdict(value,...

enhancement

See https://github.com/scrapy/itemloaders/issues/50 While that issue can be addressed in a different way, I am thinking that we should make some work to minimize the CPU cost of this function. I...

enhancement