Jan Mynařík

Results 14 comments of Jan Mynařík

I have updated the test repo https://github.com/pogo19/gatsby4-slow-json to reflect more the real-world usage. With "gatsby" package in latest 3.x version the "source and transform nodes" phase takes less than 10...

Also as mentioned in discord thread https://discord.com/channels/484383807575687178/966709737968250910 ... When testing this PR there were also differences in reporting and result: `Number of node types: 10. Nodes per type: Directory: 1,...

Yeah, works like a charm. Thanks! In my real-world app the "source and transform nodes" phase takes 8.732s now on my notebook, so it is on par with 3.x. Also...

Is there any chance to get this merged and released? Can I help in any way?

I have a class annotated for generation by Immutables.org, Event.java ``` java @SuppressWarnings("serial") @Immutable @Gson.TypeAdapters public abstract class Event implements Serializable { @Parameter public abstract String getUuid(); @Parameter public abstract...

Hi Alex, Yes, this issue is just about releasing 1.8 with the code that is already in repo. I am using your library, although due to some other changes in...

It seems to be related to using custom Jetty instalation. Plugin recognizes the version but then it doesn't work. Also switching back to built-in jetty instalation (jetty 8.x) doesn't help...

I have jetty-distribution-9.2.2.v20140723 fully unzipped, all the files/jars are there. With switching versions (custom to embedded), it does happen in UI but not if I launch the debug configuration. The...

I just checked it once again, both files are there. Even checked those 2 jars with `jar tvf` to confirm files are not corrupted.