Tue Ton
Tue Ton
@TomaszSzt, You want to control a remote repo down to individual files, via some locking mechanism. Wouldn't it be better to use a document-management application which would give you these...
Standard Markdown doesn't support image size. Some extensions support it. Anyway, you can resize your image to your desired size first. Failing that, you can put raw HTML code in...
@Holger2019 try using the `JDK11` version of GraalVM, rather than the `JDK17` version which has this problem with Swing/AWT in Linux as you've reported. The issue is being worked on,...
> but this still needs the fontconfig.bfc for the .awt fonts. is there a way to integrate this fontconfig.bfc into the native image? I don't think so, as this is...
> the missing components of fontconfig.bfc will be integrated in the next versions? I doubt it, for reason that @oubidar-Abderrahim gave above. But the fontconfig.bfc file would be the least...
I got similar "duplicate modules found" in Windows for a simpler JavaFX application. And the cause of it was that a dependent library (FXyz) that the app uses is also...
@s5bug, I've tried your repo, using the *master* branch, and I have no such 'The command line is too long' error. Did your upgrade to version `1.4.1` of this plugin...
@melix > I guess there's no workaround? Yes, there is a workaround: use the [Liberica NIK](https://bell-sw.com/pages/downloads/native-image-kit/#/nik-22-17), its version for the JDK17 can successfully produce a Linux native image without this...
> The MSI installer GitExtensions-4.2.1.17611-b0c0b2848.msi installs the 64 bit application into C:\Program Files (x86)\GitExtensions if the default is left unchanged. > > 64 bit applications should be installed to C:\Program...
The culprit is here (hard-coded `Platform=x86` value): https://github.com/gitextensions/gitextensions/blob/f13d139cf769af2cae4c8799aa1c44ec6291752c/GitExtensions/Project.Publish.targets#L325 I'm preparing a PR to fix it, and we would discuss it further about my proposal there. I don't think we should...