Alexey Tropin

Results 19 comments of Alexey Tropin

If PR is not accepted for a long time, then you can add it to your _dev_dependency_: ```yaml dev_dependencies: icon_font_generator: git: url: https://github.com/Gaurav192/icon_font_generator.git ref: file_path_fix ``` And run in this...

I think we need to use something like an admin that can register users. To be able to open Lobe Chat on any device on the web under your user...

> > I think we need to use something like an admin that can register users. To be able to open Lobe Chat on any device on the web under...

You can open **BepInEx/config/randyknapp.mods.equipmentandquickslots.cfg** and change this: ```cfg ## The position offset from the Quick Slots Anchor at which to place the Quick Slots. # Setting type: Vector2 # Default...

What do you think if use rust implementation via [Native Assets](https://github.com/dart-lang/sdk/issues/50565) but is experimental feature. Current approach showed in [fast_blurhash](https://github.com/Rahiche/fast_blurhash). This approach experimentally supports compile in WASM, for example [sqlite3](https://github.com/simolus3/sqlite3.dart/blob/b58f8a65edf6f2d056c2c532f101523cc792d02a/sqlite3/lib/src/wasm/sqlite3.dart)

I wasted whole day on combining Rust (static library) and Flutter and here's that I will tell you: 1. `.xcframework` not working in Flutter, prefer use separated libraries in `.podspec`...