YISH
YISH
Reproduce code: ```python a = Box( { "a": { "b": { "c": 100 } } }, box_dots=True ) x = a.get('a.b.c.d') ```
I use Qwen2, which doesn't support user prompt, so need to skip sending user prompt. - allow customizing user prompt - ignore sending when user prompt is empty
add overload to unwrap_or_raise to raise the exception itself ```python n2 = Err(ValueError('nay')) with pytest.raises(ValueError) as exc_info: n2.unwrap_or_raise() ```
**Describe the bug** Install @cubejs-backend/postgres-driver failed. It seems to be a peer dependencies version conflict issue. **To Reproduce** Steps to reproduce the behavior: 1. Docker run ```sh docker run -p...
eg: rc, beta, alpha in semver.