Lucy Linder
Lucy Linder
__About path argument__: I found it easier to be able to pass the path to the wikidump file as an argument instead of recompiling every time I want to use...
Hi, For some URLs, the `goto` method does not fail, but still returns `None`. For example: * http://www.swisscamps.ch/de/index.php * http://www.whisky-club-oberwallis.ch Here is a minimal example (using pyppeteer 0.0.25 and Python...
Hi there ! First, thank you for this very useful plugin. The latest release v1.0.2 added (fixed) the possibility to override values upon push. The problem is that by rewriting...
When using e.g. `LocalDate`, the result of `pp` looks like: ``` dateOfBirth = LocalDate( MIN = LocalDate. MAX = LocalDate. EPOCH = LocalDate. serialVersionUID = 2942565459149668126 DAYS_PER_CYCLE = 146097 DAYS_0000_TO_1970...
**TL;DR**: *how to support a one-to-many relationship between primary to secondary resource, in which the secondary resource doesn't know which primary resources depends on it ?* Take the https://external-secrets.io operator...
**Context** I am using the `opm alpha render-veneer semver` command to generate a catalog from the following veneer: ```yaml Schema: olm.semver GenerateMajorChannels: false GenerateMinorChannels: true Candidate: Bundles: [] Fast: Bundles:...
I see you can pass a component to the `open` method. I tried many things, but non worked. Can you update your readme with an example of defintion of your...
# Bug Report ## Description [PEP 563 – Postponed Evaluation of Annotations](https://peps.python.org/pep-0563/) is coming along, and breaks the inference of return types in `SerializerMethodField`. In short: > This PEP proposes...
Hello there! I see there are lots of changes since the last release (in May 2022). Are you planning to release soon? I would like to use the severity feature...
Currently, the last login stores the value of `OffsetDateTime.now(ZoneOffset.UTC);`, which is the time at which the event listener runs. A more precise value would be to use the login event...