-
GMT's single-letter options (e.g. `-B`) are difficult to read/understand, so they are not recommended for use in PyGMT. Instead, PyGMT uses long-form parameters and the PyGMT alias system is responsib…
-
```
After creating a Person, a Business and an Interaction for the person,
clicking 'All Interactions' on the Dashboard I got the following:
FieldError at /crm/interaction/
Cannot resolve keyword 'p…
-
I've got two issues related to mypy:
1) The `py.typed` file is not included in the pip package so mypy reports errors like `Skipping analyzing 'dbus_next.service': found module but no type hints or l…
-
Embed constraints in code, that can be disabled in production for performance and fault-tolerance, but helpful in development / automated testing. Python supports this via the assert statement, which …
-
Hello,
I am not sure whether it is a but or just something specific to my system, but whenever I try running the `write_videofile` function I get the following error:
```
TypeError …
-
With no new release since 2014 and compatibility issues with newer versions of python I think this repository should be officially marked as abandonware.
There are hundreds of unanswered issues and…
sodul updated
7 months ago
-
I:VENTILATOR:new config request req id: 0 client: b'e4d5dbdc-97ff-4ec5-8bd3-96e0c11d5c60'
Process BertWorker-3:
Traceback (most recent call last):
File "d:\app\python\python37\lib\multiproc…
-
```
What steps will reproduce the problem?
1. Calling view details() with no path
2. Accessing such view through request{'path': '/my/page/'}
3. Having tow pages with the same slug (different level ho…
-
### Description of Issue
When using `pip.installed` to install docker python sdk for use with the swarm module, calling the `swarm.swarm_init` (or any other swam function) in a `module.run` during th…
-
### Describe the bug
This is not safe, encounter it in my tests where api key is not set:
https://github.com/langfuse/langfuse-python/blob/main/langfuse/decorators/langfuse_decorator.py#L632
##…