Foivos Zakkak

Results 205 comments of Foivos Zakkak

@galderz can you please have a look as both me and karm are on vacation the coming week(s)? Thanks

@Karm in https://github.com/quarkusio/quarkus-quickstarts/pull/1154/files#diff-be7a5914fc45d58d8c9a03bdfbd58bc4de47bf332b55270db7408340dfba17afR4-R18 I see that you are marking a number of classes to be initialized at runtime. Would it make sense to do this [in quarkus-awt](https://github.com/quarkusio/quarkus/blob/main/extensions/awt/runtime/src/main/java/io/quarkus/awt/runtime/graal/AwtFeature.java) instead?

If you ever decide to go `emacs`, there is [this](https://github.com/koko1000ban/emacs-uncrustify-mode) nice plugin that hooks it with `uncrustify` and indents code accordingly when you save. I have also sent you e-mail...

Indeed configuring vim or emacs to perform proper autocompletion is a major pain I would label this PR as an enhancement and not a bug though :-)

Unfortunately, I cannot program it myself either. I can help with the first bullet though. Let's see if anyone else can help with this :)

Not exactly a tasks/reminder alternative but one can use thunderbird with the TbSync addon to get access to tasks on macOS.

Thanks for the pointer @lauft, the proposed syntax looks fine to me :)

@dougxc can you please review this?

> The `--no-native` should really be called `--skip-native` since that's what it does. I guess that comment is not directly related to the PR since `--no-native` (as well as `--no-java`)...

Hi @gilles-duboscq sorry for the late reply. The following quote from Doug Simon (https://github.com/oracle/graal/issues/2221#issuecomment-595208732) seems to indicate that this is **not** "much simpler in terms of code" though: > When...