Joseph Cooper

Results 18 issues of Joseph Cooper

This isn't quite a bug report but could be a feature request. I have a `settings.gradle.kts` looking like this: ```import de.fayard.refreshVersions.bootstrapRefreshVersions pluginManagement { resolutionStrategy { val pluginIdToCoordinates = mapOf( "com.google.gms.google-services"...

It's probably just me, but I'm finding it hard to understand exactly what this plugin does. I think it might help with a particular problem I've got, but right now,...

question

**What steps will reproduce the bug?** 1. execute `man bat` (or other manpages) with `MANPAGER="sh -c 'col -bx | bat -l man -p'"` on a terminal with a width small...

bug

## Feature Request #### Is your feature request related to a problem? Please describe. I have a custom module which displays the status (clean/modified/added/etc.) of a mercurial repo. To detect...

✨ enhancement

Closes #521 I'm opening this as a draft as the docs aren't updated yet and this is just supposed to be to get the bikeshedding going. Known things to fix...

Now that molecule is (past) 1.0, any possibility of getting the gradle plugin published to the gradle plugin portal?

Parsing args from a file if the first argument is `@filename` was introduced in [this commit][commit] but doesn't seem to be documented anywhere apart from a cryptic hint in cli...

documentation

This little tool is really useful, because I'm forever digging through my i3 config file to find out keybindings I've forgotten, but unfortunately, it doesn't seem to take into account...

The `media_type!` macro is very convenient, but you can only use it with `Name`s that come from the built-in `names` module. It would be even more convenient if you could...

Working towards #391. I wanted to open this to get feedback on the approach. I could have chosen to use exceptions, but I find sealed classes much more composable and...

CLA Signed