Dennis Gosnell
Dennis Gosnell
I [never wanted to maintain](https://github.com/haskell-servant/servant/issues/819) `servant-rawm` to begin with :-) If `servant-rawm` gets merged into `servant` I'd be happy to deprecate the `servant-rawm` package.
@saurabhnanda Do you have a full project up on github I could clone and build in order to reproduce this error you're seeing? If not, creating one would help me...
#16 disables the doctests because they are flakey when run with stack without using cabal-doctest.
You can simplify the error message to something like the following: ``` No instance for (HasServer (AddSetCookieApi (AddSetCookieApi RawM)) '[CookieSettings, JWTSettings]) ``` If you look at `AddSetCookieApi`, you can see...
Yeah, I'm not sure what this error is caused by! If you have any trouble figuring it out, you can post a link to a repo and I'll dig in...
@adetokunbo Yeah, that works for me!
Here's a PR adding support for the Zoom desktop application: https://github.com/cdepillabout/break-time/pull/17. Here's a PR adding support for in-browser Slack calls: https://github.com/cdepillabout/break-time/pull/16. I imagine supporting Microsoft Teams would be similar to...
I took a quick look at this. It appears that there is no easy way to build something like `pkgsMusl.break-time` or `pkgsStatic.break-time` with nix. I imagine that a better approach...
One of the difficulties with adding support for Windows is that there is currently a lot of code that assumes break-time is running on X. There's an open issue for...
@isomorpheme Thanks for submitting this, and sorry for taking so long to get to this! I'm not sure what to do here. This just seems like a tricky corner case....