Jordy Schreuders
Jordy Schreuders
This also appears to be an issue for me on `LineageOS 20`, `Android 13`. The mounted remote shows up in apps such as `Files` but like `Drive`, the `Round Sync`...
As a workaround, I created two tasks to download and upload files added or remove from a local folder under `/storage/emulated/0/..` or the remote. That shouldn't be too dissimilar to...
@newhinton yeah that is probably intentional in order for them to push their Sync feature. I'm not too familiar with how Android works let alone Content Providers but I've noticed...
I haven't verified whether this was changed since then but the volume option should be specified differently. See https://kamal-deploy.org/docs/configuration/traefik/#traefik-container-configuration for more info.
While not directly related to this issue I would also like to see nixvim support any and all keymap options that vim also accepts. Specifically, I'd like to be able...
> > While not directly related to this issue I would also like to see nixvim support any and all keymap options that vim also accepts. Specifically, I'd like to...
Great, I missed #603 but that's exactly what I was driving at as something missing in this plugin. Good to see it's already being worked towards :+1:
Ran into this issue too. Any workaround for the time being? I'm trying to just switch to the default HTML formatter but VSCode doesn't seem to detect the formatter. It...
I've switched to formatting with https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade for the time being. You'll need to enable formatting manually: ```json "blade.format.enable": true, ````
> UP! I have the same issue with the latest version. It is quite annoying and there is no usable workaround. Onecentelin Laravel Blade is a good option but I...