Aqluse

Results 8 issues of Aqluse

I stuck after I decided to move my Intellij IDEA JavaFX project to Gradle JavaFX. When I try to run app with jfxRun task, I got this in console (and...

needs investigation
gradle daemon related

As stated, it seems just like ignoring it. So I have looked through related code and found a very interesting lines that I suspect cause that (without debugging it). Looks...

### Description of the Change Fulfills issue given https://github.com/BirjuVachhani/spider/issues/64 more precisely that kind of paths https://docs.flutter.dev/development/ui/assets-and-images#bundling-of-package-assets ### Alternate Designs No alternatives considered. ### Why Should This Be In Core? As...

While making a package with assets bundled with it, I encountered a problem that spider cannot recognize package related path in yaml config and then cannot generate proper classes for...

I found a problem: if mp3 file have any kind of itunes comments in tags, getComment() and getItunesComment() methods are returning the same value from any of Itunes tags. The...

getBPM() now can work with floating values, but it always round to a less number. It a bit uncorrect for me and I cannot do anything with it. What about...

I faced a need to keep sheet strictly in its bounds, so, when I didn't find any out-of-box solution, I decided to play with it by myself. And what I...

``` Caused by: java.lang.ClassCastException: org.apache.batik.anim.dom.SVGOMDocument cannot be cast to org.apache.batik.dom.svg.SVGOMDocument at org.apache.batik.bridge.BridgeContext.setDocument(Unknown Source) at org.apache.batik.bridge.GVTBuilder.build(Unknown Source) at aqlusesoftware.musicsuite.component.util.SVG2FXML.SvgLoader.loadSvgDocument(SvgLoader.java:182) at aqlusesoftware.musicsuite.component.util.SVG2FXML.SvgLoader.loadSvg(SvgLoader.java:225) ``` Tried to use SVG to JavaFX conversion and got...