Steven Leiva
Steven Leiva
Hi folks, I was wondering what scopes the token that is used with `slack-term` should have. I running `slack-term --token ` and it said that a scope was missing, but...
Hello - this is more of a question than an issue (please correct me if this is the wrong place to ask), but I was wondering why the `suspenders` scaffold...
[envMaybe](https://hackage.haskell.org/package/envy-2.1.0.0/docs/System-Envy.html#v:envMaybe) indicates that it will return `Nothing` if the environmental variable is not set, but it **also** returns `Nothing` if the environmental variable is set but is not parsable into...
### What are you reporting? * [ ] Bug * [x] Feature request * [ ] Code refactor * [ ] Continuous Integration (CI) improvement * [ ] Changes in...
Running `ob run` on macOS results in the following error: ``` ob: dieVerbatim: user error (ob: Cannot find the program 'ghc'. User-specified path '/Users/stevenleiva/Downloads/tmp' does not refer to an executable...
Hello! Would it be possible to add editor configuration files to the project so that it is easy to keep a consistent style? I've seen [Add .hlint, .stylish-haskell, and .editorconfig](https://github.com/parsonsmatt/servant-persistent/commit/9d90025e4ba25dc44b24a51a9a2ecb3ab2adaf3b)...
Hi Folks, I'm new to the Haskell world, and I want to start contributing to an open-source library as a means of improving myself. I picked this project because I'm...
I still have to verify that this behavior is not user error (such as a misconfigured environmental variable, or maybe a test that did not clean up after itself), but...
See #33 for context / discussion.
As an example of something that should be improved, see [instance GenValid Username](https://github.com/StevenXL/hastory/blob/305417280351e3de04f667befd2405a2e9442745/hastory-data-gen/src/Data/Hastory/Gen.hs#L32).