hschaeufler

Results 9 comments of hschaeufler

Would also love to see a Code Llama Version based on LLama 3. Llama 3 70b [seems to perform](https://mistral.ai/news/codestral/) better on coding-Tasks than Code Llama 70b.

> this solved my issued [#503 (comment)](https://github.com/MaikuB/flutter_appauth/issues/503#issuecomment-2165906205) My AndroidManifest.xml unfortunately doesn't have a android:taskAffinity="" Attribute.

> I have no experience in native Android development so I don't know exactly how this works but I added an intent-filter inside my main activity : > > ```...

For those who are interested. I have found a workaround. I write the following with the widget to test in a cfg.xml: flutter test /path/to/widget_test.dart Than I run the test...

@nblair @mrprescott @mpiggott Sorry to ask again. Has anything changed in the meantime? Are there any new plans regarding Flutter and Dart support? This ticket is the enhancement proposal with...

authorizationEndpoint needs a Webpage which will first shown in a secure ASWebAuthenticationSession. When you look in the https://login.datev.de/openid/.well-known/openid-configuration you see `https://login.datev.de/openid/authorize` as authorization_endpoint. From this Page maybe Datev opens there...

> My redirect URI is an Azure B2C link that is an https scheme, upon a successful login, I do not seem to redirect back to the main client. This...

> Same issue with this extra error > > android\app\src\debug\AndroidManifest.xml Error: Attribute data@host at AndroidManifest.xml requires a placeholder substitution but no value for is provided. > > android\app\src\debug\AndroidManifest.xml Error: Attribute...

> I got the following error when running model Imported from GGUF which is generated from the model fine-tuned with LoRA. > > Error: llama runner process has terminated: GGML_ASSERT(src1t...