-
when changing a codebase with numerous providers its sometimes desired to migrate from one type to another one across time
in such cases it would be very helpful to provide a mechanism that warns o…
-
Seems like there's currently no possibility to make a provider which returns a new instance every time I access it.
I can do it in get_it:
```dart
getIt.registerFactory(() => MyModel());
```
…
-
Currently I don't use code generation, because I'm not able to provide a custom name for the providers in my app. The naming convention in my app for providers is like this: "providerCurrentAppUser", …
-
Ok so this is a difficult to the bug one and apologies in advance that I couldn't find the actual triggering issue even after half a day of GDB sessions.
Here's what happens.
Configuration
==
…
simo5 updated
21 hours ago
-
### 🚀 The feature, motivation and pitch
We have a decently flexible testing system for testing various combinations of providers when composing a Llama Stack.
See https://github.com/meta-llama/ll…
-
Please make it able to use local llms or other providers with personal api keys
-
### Which API Provider are you using?
Google Gemini
### Which Model are you using?
Gemini 1.5flash 002 and xAI grok-beta
### What happened?
Hello, just started to test cline and I'm getting what …
-
Relates to #23882.
Version: Deno 2.1.1
The v8 provider returns 0 for everything.
The istanbul provider is just wrong:
I think instanbul is mostly just mapping the line #s wrong, but it …
-
I noticed from the source code that it seems to support the S3 storage protocol, and I would like to ask how to configure S3 related information
-
### New feature motivation
In corporate environments, Git and CICD are defacto standard.
Especially GitLab and GitHub are the most used Services.
Often, there are specific compliance / governance …