Dennis Gosnell

Results 78 issues of Dennis Gosnell

Right now the README recommends using `-fdefer-type-errors`, which is required for `should-not-typecheck` to work. `-fdefer-type-errors` turns type errors into compile-time warnings. However, the user generally doesn't want to see these...

I wonder if it would be a good idea to have a special `Show` instance for `Union Identity`. It could unwrap the `Identity` before using the underlying `Show` instance for...

help wanted
good first issue

It would be interesting to try to emulate [Data.Extensible.Sum](https://hackage.haskell.org/package/extensible-0.4.8/docs/Data-Extensible-Sum.html), with it's use of `MemberShip`.

help wanted

It would be nice if the `password-instances` packages was split into separate packages, where each package just provided instances for a given Haskell package. For instance, now the `password-instances` package...

enhancement
help wanted
good first issue

Recent versions of `stack` have trouble running doctests if `cabal-doctest` is not used. https://github.com/commercialhaskell/stackage/issues/5162 servant-rawm should switch to using `cabal-doctest`.

enhancement
help wanted
good first issue

Currently break-time only supports X, not Wayland. It would be nice to extend break-time to also be usable on Wayland. The X-specific places in the code can be found by...

enhancement
help wanted

Plugins (like the google calendar plugin) should have an easy way of specifying commands they want to be made available to be able to be run on the CLI. For...

enhancement
help wanted

PR #25 added two commands: `google-calendar list-events` and `google-calendard ignore-event`. These should be documented in the README. The description can basically be taken from the CHANGELOG entry in #25.

documentation
help wanted
good first issue

It would be nice to automatically provide statically-compiled release versions of break-time. People should be able to download these any automatically start using them. Ideally, these statically-compiled release versions would...

enhancement
help wanted
good first issue