Doug Beardsley
Doug Beardsley
What do you think about adding support for the base64url encoding to this package? The only difference between base64url and base64 is the encoding of the 62nd and 63rd alphabet...
This issue is similar to [issue 36](https://github.com/creswick/cabal-dev/issues/36). The problem is that I'll be working on something in say the snap package that involves unreleased code from the rest of the...
In cases where your markup has inconsistencies the error detection/notification is really bad. I've been bitten numerous times by these problems and they are pretty hard to track down. I...
Today I discovered that there are no NeverNull instances for tuples. It would be nice to have something like this if possible: ``` instance (NeverNull a, NeverNull b) => NeverNull...
Git allows ignore files to be specified outside the project directory in places such as `$XDG_CONFIG_HOME/git/ignore`, `~/.gitconfig`, etc. It would be really nice if this package could take those files...
Would there be any interest in adding some cron-like features to angel? The reason I'm asking is because I have a system where some things are programs that need to...
Sometimes I like to display my own custom error messages when certain config options are missing. In these cases, it is often desirable to tell the user the full "path"...
Is there any chance that this project will be updated? It has bitrotted due to lack of upper bounds and is currently not buildable.
I'm trying to use this api to create cases and add existing contacts to them. I tried code like this, but it didn't seem to work: ``` people = Highrise::Person.find_all_across_pages()...