Karl
Karl
After [this commit](https://github.com/sameersbn/docker-bind/commit/248edab2b2781c0dcc48de6f61f14b85f7892b60) DNS kept failing with the following error: ``` 20-Jun-2020 the working directory is not writable 20-Jun-2020 loading configuration: permission denied 20-Jun-2020 exiting (due to fatal error) ```...
* use timeout instead of [`race` with `threadDelay`](https://github.com/discord-haskell/discord-haskell/blob/f98f5935a0b4b30288d5fc40bdb04da428ed03ca/src/Discord/Internal/Gateway/EventLoop.hs#L199) * find a better way to [race between two Chans](https://github.com/discord-haskell/discord-haskell/blob/f98f5935a0b4b30288d5fc40bdb04da428ed03ca/src/Discord/Internal/Gateway/EventLoop.hs#L235), some concurrent read utility?
Going forward I suggest the library use the autoformatter as much as possible, but ignore some of it's edge cases. When in doubt, use the formatter. Eventually all the code...
I’m working on a fork of this library called [discord-haskell](https://github.com/aquarial/discord-haskell). I’ve changed the core of the library to use `Chan`s instead of a monad transformer stack. Opening an issue is...
The new location is actually https://invent.kde.org/plasma/plasma-redshift-control
The ApplicationInfo object added in PR https://github.com/discord-haskell/discord-haskell/pull/190 should be expanded to include all the fields in the [Application object](https://discord.com/developers/docs/resources/application#application-object) Subissue of https://github.com/discord-haskell/discord-haskell/issues/83
Looking into implementation. Current plan is to provide two sharding strategies: (1) automatic handling for separate websocket connections as default, (2) configuration for selecting specific sharding at startup. Manual specification...