Matthias Fischmann

Results 189 comments of Matthias Fischmann

> It is a hack that works but I modified it so that it fails. > > hook = around_ $ maybe (fail "exceeded timeout") pure It seems useful to...

> @fisx would you do me the honour? merged. also the honor is all mine :-) thanks for your infinite patience!

@phadej @jkarni @... any objections to me cutting a new release tomorrow? (come to think of it, should i be on the google mailing list so i can ask these...

I don't understand. `CaptureHint` is exported from [Servant.Server.Internal.Router](https://hackage.haskell.org/package/servant-server-0.20.2/docs/src/Servant.Server.Internal.Router.html#CaptureHint), and internal modules are exposed in the cabal file. did you look in the right place? (did i...?)

i see, that makes sense. i'm not sure, then. as an application developer i'm really bad at library interface hygene and would probably just import the internal module. :)

> Also, look at [#889 (comment)](https://github.com/hspec/hspec/issues/889#issuecomment-2125837311). yeah, that's much nicer, thanks! i'll use that for now, and also make a tiny PR.

Not sure this is all according to your taste, but having this would have helped me personally to stay out of your hair. :)

forgot to add this: ``` describe "GetGroups :: UserId -> Maybe Int -> Maybe UUID -> UserGroupSubsystem m UserGroupPage" $ do let nugs = [1 .. 15] \(i :: Int)...

this has been cloned into several other PRs. (the last one is https://github.com/wireapp/wire-server/pull/4607)