Tim van Cann
Tim van Cann
Minimal example: ```rust let client = NotionApi::new("secret_xxx".to_string()).unwrap(); let databases = client.list_databases().await.unwrap(); ``` Throws ``` error: ErrorResponse { statu s: StatusCode(400), code: ValidationError, message: "This API is deprecated." } ```
Additionally: - Add some tests - Add some helper functions
AppDaemon has a concept of module dependencies via a separate directive: https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html#global-module-dependencies in addition to normal module dependencies (which cause the same issue). AppDaemon modifies the `PYTHONPATH` such that it...
**helix-editor version** 23.10 **helix-gpt version** 0.28 **Describe the bug** When booting up helix the GPT language server crashes with the log "error: no handler key provided" when configured using Copilot....
**helix-editor version** Exact version of the Helix editor you are using.. **helix-gpt version** Exact version of Helix GPT. **Describe the bug** A clear and concise description of what the bug...
No an issue, but a feature request, if that is in line with your vision of the project. I "was" building my own music player in Rust (using Dioxus) until...