Gerold Meisinger

Results 52 issues of Gerold Meisinger

Subissue of #40 . EDIT: Ivan Perez: Relate to parent issue.

enhancement

BearRiver is missing some definitions available in Yampa. One such definition is `dpSwitch`. an implementation of `dpSwitch` has been provided by Jonathan Thaler at https://github.com/ivanperez-keera/dunai/issues/40#issuecomment-354439225: ```haskell dpSwitch :: (Monad m,...

enhancement

https://github.com/ivanperez-keera/dunai/issues/40#issuecomment-354439225

This makes the haddock documentation show contents, sections and structure again which I think is much more pleasing. Unfortunately it omits re-exports of other modules (Arrow, MSF, ...). It's arguable...

This PR includes in bearriver documentation borrowed from Yampa. Refs #323. EDIT: Ivan Perez: Add minimal description in PR.

At present, the module `FRP.Bearriver` does not show sections, which makes it much harder to navigate. It looks like this: ![187398816-a66541ca-71dc-49d8-a40b-1c284438b7c2](https://user-images.githubusercontent.com/112266044/188312143-4b7dce24-554f-48b8-98e9-6e9558052ec4.png) but, if we add sections, it would look like...

enhancement

Yampa provides the following Event instances: `Show (via deriving), Eq, Ord, Functor, Applicative, Monad, Fail.Monad.Fail, Alternative, NFData` As "Event is isomorphic to Maybe" we could add the following instances from...

enhancement
question

``` module Foo where -- * Section -- | foo function foo :: Int foo = 123 ``` => Section is shown ``` module Foo (module Foo) where -- *...

please add an option to set device itself as "untrusted" and when ever it is connected it should say "I'm a untrusted device, please check the untrusted by default". this...

enhancement
needs-triage

Last update in master was on Jul 9, 2020 See https://github.com/ksmithut/prettier-standard > Note on Fork > This is a fork of [sheerun/prettier-standard](https://github.com/sheerun/prettier-standard). At the time of forking, it seemed that...