Émile Fugulin
Émile Fugulin
Hello! Thanks for the app :) I am trying to import csv from various institutions (wealthsimple, wealthica, etc), but facing multiple issues. 1. Not all CSV have a unit price,...
As the CDP changes, messages can become different from the definition. As long as there is no breaking change, this will be fine. Sometimes though those messages will have breaking...
Switch our fetcher tests to async and a test to download all the platforms.
Since I last wrote the fetcher, chrome added new distributions for us to use instead of the good old chromium. We can use `chrome-driver`, `chrome-headless-shell` and `chrome`. They are all...
## Description of the feature Right now GraphQL doesn't support nested unions and sometimes this is a legit need when you have complex data structures. One way to work around...
### ImageMagick version 7.1.1-39 ### Operating system Linux ### Operating system, version and so on Amazon Linux 2 ### Description On amazon linux, you cannot run the AppImage because the...
### Describe the Feature Hi there! The default filter for AMI seems to pickan amazon linux 2 from 2018, probably time to upgrade that to amazon linux 2023! ### Expected...
Hi! Cargo is notorious for not pruning the dependencies for `target_family`. That currently means that a user of `simd-json` that will never compiler for wasm will still have `js_sys` in...
- [x] I have looked for existing issues (including closed) about this ## Feature Request I would like to dynamically list models provided by a provider. This could be a...
Right now we do a great job of re-using streaming for providers that are openai completion api compliant. But we don't do a good job of those that are also...