Michael N. Lipp

Results 66 comments of Michael N. Lipp

Afaik date-fns doesn't use Intl.DateTimeFormat and support for l10n has to be configured for each language. Besides, it seems to be [rather big](https://dev.to/dmtrkovalenko/you-might-not-need-date-fns-23f7). But I don't insist on this in...

Indeed. I didn't have the time to fix this yet, though I know the cause. If you want to use the patched version, I'll push it a bit towards the...

Thanks @eoghanmurray! I've merged your solution into my fork. For the time being, I'll stick to my "minimal changes compared to 2.0.3" approach with my fork, so I didn't simply...

The problem is the build before launch setting in Eclipse. If not set, `org.eclipse.debug.internal.core.LaunchConfiguration` does not invoke `OSGiRunLaunchDelegate.initialiseBndLauncher`. Due to this missing call, attribute `bndLauncher` is never initialized. So when...

@pkriens I *seem* to have had an understanding one and a half years ago. But I haven't done anything with eclipse plugins for at least a year. I'll have a...

Currently, no update-site is available. Marketplace (still) tries to access `http://eclipse-cs.sourceforge.net/update/`, which doesn't work. The [github page](https://checkstyle.github.io/eclipse-cs/#!/) has at its bottom `net.sf.eclipsecs-updatesite/target` which is complete nonsense. Where is the update-site...

I forked this project some time ago, initially in order to be able to switch markdown processors. I'm still using markdown for my comments. As Java 8 is slowly phasing...

> Feel free to build it yourself for testing or use the snapshot on maven. Unless a major issue comes up with the PlantUML taglet, I expect to have finished...

> [ERROR] java.lang.ClassCastException: class org.jdrupes.mdoclet.DocCommentTreeWrapper cannot be cast to class com.sun.tools.javac.tree.DCTree$DCDocComment (org.jdrupes.mdoclet.DocCommentTreeWrapper is in unnamed module of loader java.net.URLClassLoader @91161c7; com.sun.tools.javac.tree.DCTree$DCDocComment is in module jdk.compiler of loader 'app') Which means...

> Can you try to provide some useful output if gerbera was run with --debug What do you consider useful? I have started gerbera with --debug and copied any output...