Matias Piipari
Matias Piipari
> Thanks! I'll keep improving it meanwhile: I am going to add the support for this package pulling the ollama snap as a dependency through the "content" interface, also to...
> That libctranslate2 needs some more explanation, not sure that I understand. Which package depends on it? If there's something we can do about it, by all means let's get...
I've updated the branch now against the current `dev` branch, which actually simplified things: the introduction of the configurable `$HOST` is the only change (beside what's under the `snap` directory)....
> Non submodule usage still won't be able to detect changes to the working copy, not sure if we want to get into that game. It might do to just...
Why exactly should those be incompatible?
If you @mdiep or @BobElDevil can give some pointers towards the point 2 I am happy to give it a go: - Hopefully there a single place to change for...
Any thoughts on this?
I was able to build the examples with the following tweaks: in pubspec.yaml: ```diff environment: - sdk: ">=2.12.0-214.0.dev =2.17.0
Ah, the last problem I have I think is because I tried running with the beta version of the SDK, and they recently added this to Flutter engine itself: https://github.com/flutter/engine/pull/34093...
(I have posted a PR to resolve the last issue at https://github.com/nativeshell/nativeshell/pull/171 -- will post something for the examples repo as well...)