holoviz / holoviz/param

Warn on errors thru rx updates

Open
#926 0 comments 0 reactions 0 assignees View on GitHub
TRIAGE type-feature
Dominant language
Python
Stars
521
Forks
86
Avg merge
1d 13h
Merged PRs (30d)
35

Description

```python
import datetime
import param
from param import rx

tz = rx("US/Eastern")
dt = rx(datetime.datetime.now)(tz)
display(dt)

tz.rx.value = "US/Western"
```

This doesn't work because it's a Python error, e.g. `datetime.datetime.now(tz)` doesn't work, but rx doesn't notify the user.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.