Results 8 issues of Scott Tomaszewski

### Scope With the ability to display dice results in the dice tray view, I no longer need the inline dice result displayed. Displaying the average result (similar to 5e...

I write tasks in my daily notes which are built from a template that includes file tags in the frontmatter: ``` --- tags: daily_note, journal --- - [ ] Do...

triage/confirmed
lifecycle/idea
kind/enhancement

### Describe the bug Having a cards callout using dataview with the `txt-c` metadata doesnt center text **Expected behavior** text is centered ### To Reproduce Create a note with name...

bug

Today I ran into a case where I would benefit from a [`Collectors#groupingBy`](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html#groupingBy-java.util.function.Function-java.util.stream.Collector-) API that returned an `ImmutableMap` instead of `Map`. For consistency, the [`#partitioningBy`](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html#partitioningBy-java.util.function.Predicate-) and [`#groupingByConcurrent`](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html#groupingByConcurrent-java.util.function.Function-) methods should also...

type=addition
package=collect
status=triaged
platform=java8
P3

In configuration, it would be nice to be able to promote multiple artifacts with the same groupId, artifactId, version, etc. For example, to promote a pom and jar: ``` job...

# Use case A large part of the tabletop gaming community play in-person games where we want background music playing to help "set the scene." This can be anything from...

enhancement

### What problem are you trying to solve? In the `init_hook` I would like to source some scripts containing helper utilities that are written in bash. In `devbox run` the...

feature
triage

Add Draw Steel Elements Plugin # I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/scottTomaszewski/draw-steel-elements ## Release Checklist - [x] I have tested the...

Ready for review
plugin