Scott Murphy
Scott Murphy
file name "HDR Bridge.jpg" The following code throws an exception: `AppleRunTimeReader.java` ``` // https://developer.apple.com/documentation/coremedia/cmtime-u58 byte flags = (Byte)values.get("flags"); if ((flags & 0x1) == 0x1) { directory.setInt(AppleRunTimeMakernoteDirectory.CMTimeFlags, flags); directory.setInt(AppleRunTimeMakernoteDirectory.CMTimeEpoch, (Byte)values.get("epoch")); directory.setLong(AppleRunTimeMakernoteDirectory.CMTimeScale,...
Gradle 7.3.0 will soon be released (Currently RC3) and will support [JDK 17](https://github.com/gradle/gradle/issues/16857) JDK is [the new](https://dev.java/download/releases/) LTS and was released in September. JDK 17 requires [asm 9.1](https://asm.ow2.io/versions.html#9.1) and [Groovy...
### Feature description Because Groovy now changed their repo https://repo1.maven.org/maven2/org/apache/groovy/groovy-all/ You can not simply change `grade.properties` ``` groovyVersion=4.0.0 ``` It will result in: ``` > Could not resolve all files...
What is the purpose of grails3-plugins when there is grails-plugins and gpc? https://github.com/grails3-plugins https://github.com/grails-plugins https://github.com/gpc Seems highly misleading that with Grails 5 being out, a grails3 repository would have a...
# InAppBrowser 5.0.0 BUG - Does Not Display Correctly in iOS - location bar transparent and safe-area-inset not respected *** EXAMPLE APP PROVIDED TO REPLICATE ISSUE IN 15 SECONDS https://github.com/codeconsole/inappbrowsertest...
### Expected Behavior Able to run the grails cli ### Actual Behaviour JDK 17 (61) is not supported by this plugin for no particularly good reason. Simply adding the plugin...
* User Logged in with Remember Me * Session Times out (usually after 30 minutes) * Left browser window open and proceeds to make Ajax request Request returns a status...
I have a use case where I want to generalize my afterSelect function for multiple typeaheads. I need to have access to the input element. Since I am wanting to...
Following the work done on #257 You would except to be able to do something like this: ` ` and see id, dateCreated, and dateUpdated Furthermore, I believe you would...
Links generated with f:table *do not* respect namespaces (All other generated tags work). Replication Example (Grails 4.0.0.RC1): https://github.com/codeconsole/formbinding ``` git clone https://github.com/codeconsole/formbinding cd formbinding sdk use grails 4.0.0.RC2 grails run-app...