nevesnunes

Results 7 comments of nevesnunes

I was able to reproduce this issue with the following: - Method = static Class[] getClassesFromContextPath(String contextPath, ClassLoader classLoader) throws Exceptions: javax.xml.bind.JAXBException - Class =javax.xml.bind.ModuleUtil extends java.lang.Object - Jar =...

For those who can't convert raw bytes to strings due to encoding issues, a workaround is to convert the bytes to hex sequences and compute the diff with those, since...

> As said earlier exiting the script on APT fail would be great, but going into an infinite loop on APT fail doesn't seem like a good design to me....

I'm still interested in getting this feature merged, but I need some clarification before investing time fixing these tests: - Is this repository abandoned? If so, please mark it as...

Oh I see. That alone on the preferences dialog seems hard. A possible approach could be to just add an option like "Activate by double tapping modifier key" and do...

I forgot this was defined with addKeybinding(), so it doesn't really work... Unless there's some global ClutterActor that you can connect to and interpret two separate key-release events, then I...

That one has a different issue. The fetched dependencies are put in `node_modules/@shagstrom/angular-split-pane/node_modules` instead of `node_modules` where the html file expects them. I'm using npm 2.15.8. The workaround I did...