Explore >> Select a destination


You are here

blog.gradle.org
| | blog.jetbrains.com
12.2 parsecs away

Travel
| | Fleet 1.35 is now available! Explore our latest release, which introduces many new features designed to improve your development experience. You can update to this latest version using the Toolbox App
| | msfjarvis.dev
9.6 parsecs away

Travel
| | I was an early adopter of the Gradle Kotlin DSL, deploying it to multiple Android projects of mine, but lately it has been more trouble than I could care for. Here are my grievances with it.
| | blog.blundellapps.co.uk
13.4 parsecs away

Travel
| | This post shows you how to wrap a 3rd party Gradle plugin in your own plugin, so that you can interactive with it programmatically.
| | lincolnmullen.com
47.5 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.