Alaa Masoud
Alaa Masoud
Never mind, it works fine after disabling proxy generation.
Hi. Retention feature is in the [feat/next](https://github.com/alaatm/Sejil/tree/feat/next) branch and still yet to be released.
Is this still alive? Last commit about 2 months ago!
Having the same issue with SkiaSharp running in v3-preview function. Even though the /runtimes folder, which includes the native libraries, is published next to the /bin folder yet I am...
Adding the following to function project file seem to solve the problem: ``` ```
Flutter's lifecycle management `detached` is never called on android when the app is killed by the user, same as `dispose()` as mentioned here (https://github.com/flutter/flutter/issues/40940). This causes the message "running in...
@Wackymax In our app we need to track location updates when the app is running (whether foreground or minimzed). For that, we are utilizing the foreground service as I understand...
I just read about `stopWithTask` flag in the [android docs](https://developer.android.com/reference/android/content/pm/ServiceInfo.html#FLAG_STOP_WITH_TASK) with the following comment: _If set, the service will automatically be stopped by the system if the user removes a...
My time is very limited to work on any new features on this project. However, pull requests are always welcome.
By default, the sqlite database is created in the local app data folder. You can configure the location of the database file using `ConfigureSejil(p => p.SqliteDbPath = "full path to...