Justin DiPierro
Justin DiPierro
Can has new version?
Hey all, I love the Keep-A-Changelog project and the format, but I hate dealing with merge conflicts due to the `Unreleased` section of the changelog. To solve this issue my...
I'd like some menu entry to be able to disable the CodeGlance minimap without having to disable the plugin and restart.
- ApplicationStatus inherits from enum.IntEnum to allow more comparison of statuses - Added function to get an application's volumes - When checking application status use volume presence to indicate previously-started...
Hey there, First off let me just say.. Wow! Puffin Rocks! I discovered it a few days ago on [Kickball/awesome-selfhosted](https://github.com/Kickball/awesome-selfhosted) while searching for something to manage docker applications on my...
I like looking at the leaderboards on Scoresaber but it's really tedious to find a specific song. It'd be great if there was a link to the Scoresaber leaderboard on...
It'd be great to have a "Most liked" filter that shows songs with the highest upvotes.
I have an object with a `*time.Time` field that's sometimes filled in and sometimes not. When trying to log it with a call like this: ``` logger.Info("Object created", "expiration", object.Expiration,...
I copied the exact example from the README: ``` package main import ( "errors" "log/slog" "os" "github.com/phsym/console-slog" ) func main() { logger := slog.New( console.NewHandler(os.Stderr, &console.HandlerOptions{Level: slog.LevelDebug}), ) slog.SetDefault(logger) slog.Info("Hello...