Daniel Florescu
Daniel Florescu
What the title says.
## Environment * Plugin version: cordova-background-geolocation-lt 4.4.0 * Platform: Android * OS version: LineageOS 18.1 - Android 11 * Device manufacturer / model: OnePlus 5 * Cordova version (`cordova -v`):...
I've searched the previous issues for "build tags" and couldn't find anything. I have a project with go-sqlite3, and I require the 'sqlite_math_functions' tag. I usually add `--tags sqlite_math_functions` to...
### Modpack Version E2E 1.90h ### Describe your issue. The debug API is disabled in the computercraft.cfg configuration file because of `B:debug_enabled=false`. This is problematic because many CC libraries depend...
They renamed `PinnedDock` to `PinnedTabsBar` which breaks the following Sideberry styles: ```css /* Disable these two snippets below to make pinned tabs wrap when minimised */ .PinnedDock { flex-wrap: nowrap...
After running the `./setup.sh` script in a Debian WSL2 instance, then it opens a window for 2 secs and then crashes: ```sh cp -r ./fonts/ /usr/share/todo/ cp -r ./icons/ /usr/share/todo/...
The current version only permits non-generic **public** classes to be registered. Multi-assembly projects which keep the interface implementations `internal` to the assembly cannot use `RegisterAssemblyPublicNonGenericClasses()`. I propose adding `RegisterAssemblyInternalNonGenericClasses` or...