-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
Let's say we have a page that could contain `socialURL` but this may not be present always, how should we go about marking this?
```python
import typing
class ExamplePage1(Templated, Content):
…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I refreshed the page and this issue still occurre…
-
I can't convert a panel from Python to JSON. The error :
"NameError: name 'PanelOptions' is not defined" occurs
What could be the matter?
-
@droefs If you agree to this being useful, I was thinking to add typing_speed as an optional argument, that defaults to 1.
The typing_speed would appropriately scale the random normal distribution.…
-
We generated the following code:
```py
# ...
from typing import AsyncIterable, AsyncIterator, Iterable, Optional, Union
# ...
async def contact_phone(
self, *, contact_id: str = ""…
-
**Is your feature request related to a problem? Please describe.**
`open_dataset()` currently has a _very_ long function signature. This makes it hard to keep track of everything it can do, and is …
-
### Describe the bug
The `ClientSession` class allows you to specify a `response_class` which is then used for responses in place of `ClientResponse` when handling responses. However the typings ar…
-
### Motivation: Why do you think this is important?
Today for every task and workflow it is necessary for everything to be typed. It should be possible to create tasks that are `untyped` and `unsaf…
-
as a stepping stone for parallel execution, refactor operators to support push-based execution.