paul-bjorkstrand

Results 7 comments of paul-bjorkstrand

@eirslett I'm not sure what caused the appveyor java 11 build failure, but the java 8 build worked, in addition the travis java 8 build worked. This is a pretty...

This actually sounds like a problem with the dispatcher itself, too. I would expect that the dispatcher would _only_ allow the selector `model`, not _at least_ the selector `model`. I...

@npeltier, an apache licensed impl was made by [vaadin][1], though it appears to be unmaintained. There is also an [Antlr4 grammar for scss][2] (also appears to be very old/unmaintained). [1]:...

A pattern I often used was creating a SAVE field at the top of the script you can use [`@Field`](http://docs.groovy-lang.org/2.4.9/html/gapi/groovy/transform/Field.html) to make this available everywhere in the script. Once I...

While still not trivial, it isn't as complex as requiring a different decompilation library. You could use the output from a decompilation to match the outputted source to the original...

Sorry for the late reply. What I was thinking is a button next an item that allows you to download the item. Examples; - a link next to a bundle...

I saw that a recent change caused a couple conflicts. Fixed with the latest push.