Padraic Renaghan

Results 5 issues of Padraic Renaghan

In my checks.xml I have the following: ``` xml ``` In idea.log on startup I see that base dir is pointing to `ea.checkstyle.CheckStylePlugin - CheckStyle Plugin loaded with project base...

`versionFile` task uses `Task.project` which apparently as of Gradle 7.4.1 is [not allowed](https://docs.gradle.org/7.4.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution) ``` Task `:xmlTypes4:versionFile` of type `net.nemerosa.versioning.tasks.VersionFileTask`: invocation of 'Task.project' at execution time is unsupported. See https://docs.gradle.org/7.4.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution ```

Enjoying product. A few feature suggestions after using for a couple of days... * Last search should be saved and reappear when clicking back and forth across tabs. * Save...

I found changing it to URL based using NSFileManager works well See https://github.com/prenagha/launchbar/blob/master/Screenshot.lbaction/Contents/Scripts/trash.swift

https://github.com/smrfeld/export-safari-reading-list/blob/47399639395247b7f6ee7b6b4565295864c7fcac/safarireadinglist/reading_list_item.py#L147 Running MacOS 14.1.2 and Safari 17.1.2 Get key missing exception on the line that tries to get the `Sync` key. Is ServerId even needed? Didn't seem to be used...