Mateusz Zakarczemny

Results 8 comments of Mateusz Zakarczemny

This transformer is ok but you still need to invoke loadTagging($entity) before crating form and saveTagging($entity) after flushing entity. What is more, transformer require setTags method in entity: ``` public...

Maybe it's not closely related but I had similar issues because of Windows Subsystem for Linux which was "hiding" cygwin bash.

Related post - https://github.com/esp8266/Arduino/issues/2155

I have similar problem: ```(Compile / dependencyBrowseGraphHtml) java.util.NoSuchElementException: key not found: ModuleId(com.github.fommil.netlib,all,1.1.2)``` with version `0.10.0-RC1`

Tests are very helpful. Thank you.

@adamgfraser I agree that enormous number of threads will lead to a lot of problems. From the other hand, `RejectedExecutionException` is not sth you expect while using ZIO. Especially, when...

@ennru For both scenarios I thought that it could be configurable. So by default I would disable warnings for scenario 2. I think it could be implemented by adding reorderingEvent...

+1 Have the same issue. Workaround: ``` /** * @Secure(roles="ROLE_MASTER") * @SatisfiesParentSecurityPolicy * */ public function newAction() { return self::parent(); } ``` is quite annoying when you have to copy...