Anton Daneyko

Results 6 comments of Anton Daneyko

I see the same issue when accessing a repository through a tag. The tag could only be used once. After the initial usage it expires after about a minute. If...

Is there any workaround at the moment? I have classes with the same name in different modules in my project and I get the error (removed acutal names): ``` Warning,...

I ended up with something like this: ```python @contextmanager def open_file(url: str, mode: str = "r", create: bool = False, buffering: int = -1, encoding: Optional[str] = None, errors: Optional[str]...

@kevin1024 Any plans for integrating this? @mparent61 Is there any workaround right now? I have a multpart/form-data and I cannot use the cassete I record (which is actually a sending...

For those who land here from a search engine: there's a `--implicit-namespaces` option in the `sphinx-apidoc`.

@inducer Is there currently a way to actually save the breakpoints that are set in a running session?