exkeymo-web icon indicating copy to clipboard operation
exkeymo-web copied to clipboard

chore: add devcontainer with java17

Open mikaello opened this issue 1 year ago • 4 comments

Thanks for a very nice utility (+1 to https://github.com/ris58h/exkeymo-web/issues/1)!

Since the heroku-site is down, it may be nice to give users a devcontainers file with correct java version, that way they are only a click away from having a dev environment with Java 17 installed and ready to install with Maven and run the jar-files.

image

mikaello avatar Jan 31 '24 19:01 mikaello

I think package it to Linux package manager is more convenient.

Related issues:

Freed-Wu avatar Feb 28 '24 07:02 Freed-Wu

@ris58h Can you publish a version tag? It can help packager to package this program :smile:

Freed-Wu avatar Feb 28 '24 07:02 Freed-Wu

I think package it to Linux package manager is more convenient.

I don't fully agree. By solely supporting a Linux package manager, I would need to install the package on my computer to run the software. However, with the approach proposed in this merge request, users can perform all tasks in the browser without the necessity of installing anything on their computers.

I believe giving the users the option to choose for themselves would be best. :-)

mikaello avatar Feb 28 '24 14:02 mikaello

I would need to install the package on my computer to run the software

Oh, I see. You only need exported APK, not this program. In my situation, I must try many times to find a propitiate layout: swap two keys, try for a long time, feel not good and reexport a new APK with swapping other keys and try again. So I hope it can installed in my machine for convenience.

Freed-Wu avatar Feb 29 '24 06:02 Freed-Wu