Brian Parma

Results 13 issues of Brian Parma

## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...

type.bug
scope.publish

There's currently no way to check if a log statement will be printed or not. There should be a public getter for min level, or at least a `isLoggable(level)` function...

I copied the example from the doc: ```nix { inputs.gradle2nix.url = "github:tadfisher/gradle2nix"; outputs = { self, gradle2nix }: { packages.x86_64-linux.default = gradle2nix.builders.x86_64-linux.buildGradlePackage { pname = "my-package"; version = "1.0"; lockFile...