mikoto2000
mikoto2000
@dolanor - [`settings.json`'s key](https://github.com/mattn/vim-lsp-settings/pull/606/files#diff-e9e1aabe0aae56cb1eba125e053b355aaf43680cf243ee7b518e1c897e5868c1R343) is filetype - command name, file name(installer and settings) and function name need contain same string. - If the command name is `dagger`, the filename will...
@maka-io @Watynecc Are you setting the file type? `LspServerInstall` is needs file type. Try `:set filetype=java` before `:LspInstallServer eclipse-jdt-ls`
Until forwardPorts support is complete, how about treating forwardPorts as an alias for addPort? It would require some workaround (e.g., add server process option `--host 0.0.0.0`), but I think we...
@austinbaccus > By default nexe will attempt to download a pre-built executable. These are listed on the releases page. † From [Compiling the nexe Executable](https://github.com/nexe/nexe?tab=readme-ov-file#compiling-the-nexe-executable) This means that the files...
@wlwhsxz @bhavyakelp long long time compile(Node.js compile) is first time only. compiled binary cache in `~/.nexe/${NODE_VERSION}`. if exist this, use compiled binary, so short compile time. Also, prebuild binary distribute...
@etapic This comment might be helpful. https://github.com/nexe/nexe/issues/1094#issuecomment-2155195784
Sorry. I will fix check failings.
@songjiachao @FabianLars In my application, I implemented the Android save dialog like this: https://github.com/mikoto2000/OASIZ_TimeLogger2/commit/aea157f5abab98995a84455a3014b5620be60568 Are there any good ideas for applying this to the save method of the dialog plugin?
@FabianLars Thank you for your comment. I didn't realize that `open` was partially supported with Android. It looks like I can create `save` by imitating the code below. I'll give...
 I implemented the part where the save dialog opens and the path is returned, but it seems that in Android, the file is created as soon as the file...