unsync

Results 8 issues of unsync

I'm trying to use your (awesome) lovebeat in a nginx/proxy/docker configuration, one major issue is that `dashboard/assets/app.html` is refering to `bundle.js` as `` The trailing slash prevent from using lovebeat...

Based on previous PR https://github.com/stevegrunwell/asimov/pull/65 Allow to exclude custom paths from TM backups

The goal is to use a config file for excludes/includes, allowing to define custom paths. The default config files are created if they do not exists, with the same defaults...

In response to https://github.com/astralapp/astral/issues/212

When updating values with the UI, the GitHub add-on is not triggered automatically, but the PR are opened when triggering manually. From the docs I think it should, but maybe...

When using a multi-line variable eg : ``` FOO=`{ "foo": "bar" }` ``` The UI seems to not being able to handle such values : ![image](https://github.com/dotenv-org/dotenv-vault/assets/1211591/90e13d39-1280-49b4-b5a5-1641475046f1) Is that a bug...

**Description:** Currently, we forward the anthropic `stop_reason`, which is not compatible with the openai `finish_reason`. This can cause warnings from some OpenAI sdk. The conversion function returns `stop` as a...

**Title: Allow to call a callback on streaming responses** **Description:** (optional) This PR allows to call a user-defined function (null-safe) with the stream content (list of chunks) **Motivation:** (optional) The...