Re: [Dev] Vagrant and $PATH

2015-05-24 Thread Peter Harpending
I think the better option here would be to enforce this in the cabal file. (i.e. set `cabal-version: >=1.20`) At the moment we have `cabal-version: >=1.8`, which is way too low. Peter Harpending On Sat, May 23, 2015 at 05:36:06PM -0700, Aaron Wolf wrote: > Another Vagrant questi

Re: [Dev] Supporting GHC 7.10

2015-05-25 Thread Peter Harpending
t. 2. GHC runs out of memory when you try to compile Snowdrift without -fdev. I believe this is a bug in GHC. This is another reason I think we should keep 7.8 support for the time being. > 5. Merge This shouldn't be an issue; I merge the 7.8 master into the 7.10 master pretty regu

Re: [Dev] GitLab CI

2015-07-10 Thread Peter Harpending
the page, it sounds like *every* instance of GitLab will have that, it's just a matter of whether or not it is enabled. Peter Harpending pgpuRQYADhrrY.pgp Description: PGP signature ___ Dev mailing list Dev@lists.snowdrift.coop https://lists.snowdri

Re: [Dev] [PATCH] Add libravatar support

2015-08-03 Thread Peter Harpending
Nothing, Just email, True) -> do murl <- libravatar $ T.unpack email return $ Just (fromString url) _ -> return Nothing That's all the commentary I have Peter Harpending pgpZGC0iAoSR1.pgp Description: PGP signature _

Re: [Dev] Upgrading depedencies

2015-08-03 Thread Peter Harpending
to keep things up-to-date. Peter Harpending pgpQ8YZXogj6M.pgp Description: PGP signature ___ Dev mailing list Dev@lists.snowdrift.coop https://lists.snowdrift.coop/mailman/listinfo/dev

Re: [Dev] Import alignment

2015-08-14 Thread Peter Harpending
Note that a few of the HIndent styles will do the alignment on qualified, and not the (IMHO) evil variable alignment on the as/parentheses stuff. Peter Harpending On Thu, Aug 13, 2015 at 02:30:11PM -0700, Bryan Richter wrote: > On Thu, Aug 13, 2015 at 07:44:38PM +0300, Nikita Karetnikov wr

Re: [Dev] Introduction and "What should I try to work on?"

2015-08-21 Thread Peter Harpending
d of each of these: * Haskell: <https://en.wikibooks.org/wiki/Haskell> * Yesod: <http://www.yesodweb.com/book> * Git: <https://git-scm.com/book/en/v2> From there, figuring out how to contribute *should* be pretty self-explanatory. Feel free to ask me for help, or ask in the cha

[Dev] GH-144 and the construction of the test suite

2015-10-20 Thread Peter Harpending
Hey, y'all! I am Peter, pharpend in the channel. For a while, I've been spending some spare time working on GH-144: . I thought it was a trivial issue that would take 20 minutes to fix, but it turns out to be symptomatic of a much larger probl

[Snowdrift-dev] Mechanism implementation

2016-03-12 Thread Peter Harpending
e appreciated. I'm not going to be able to work on the mechanism in any real capacity for at least the next few days, and my availability will be spotty. If you would like to contact me, * I go by 'pharpend' in the IRC channel. I have a persistent connection, so you can send me message

Re: [Snowdrift-dev] Mechanism implementation

2016-03-14 Thread Peter Harpending
On 03/14/2016 05:10 PM, Bryan Richter wrote: > 1. I'm not sure the Eq instances of MechPatron and MechProject are > sound. As defined, `==` is the moral equivalent of checking that the > two values cannot both exist in the database at the same time > (database uniqueness), but that's not quite the

Re: [Snowdrift-dev] Mechanism implementation

2016-03-14 Thread Peter Harpending
d bug, in commit db3230e, on the master branch. All of the tests pass now. I need to go to bed, but tomorrow, I'll try to work on gluing the mechanism to the rest of Snowdrift. Peter Harpending ___ Dev mailing list Dev@lists.snowdrift.coop https:/

Re: [Snowdrift-dev] Mechanism implementation

2016-03-15 Thread Peter Harpending
On 03/15/2016 12:50 AM, Peter Harpending wrote: > code that requires one to use the feature, so I vote that Silly me, I forgot to mention how I vote. I vote that we leave it for now, because it's unlikely to cause any problems. We can always remove it if

Re: [Snowdrift-dev] Mechanism implementation

2016-03-15 Thread Peter Harpending
r wrote:" If you do that, I know who you are quoting (I don't have to go back and read through the emails again), and if you sort your emails by threads, it will show up as a reply in the proper place in the hierarchy, rather than a top-level reply to the original thread-startin

[Snowdrift-dev] PSA: Latest version of stack breaks sdb

2016-03-27 Thread Peter Harpending
Hey, everyone, The latest version of stack breaks sdb, so don't update stack until <https://github.com/commercialhaskell/stack/issues/1957> is fixed. Peter Harpending pgp1t7WZ0yGVv.pgp Description: PGP signature ___ Dev maili

Re: [Snowdrift-dev] PSA: Latest version of stack breaks sdb

2016-03-28 Thread Peter Harpending
On Mon, Mar 28, 2016 at 12:25:58AM -0700, Aaron Wolf wrote: > On 03/27/2016 08:23 PM, Peter Harpending wrote: > > Hey, everyone, > > > > The latest version of stack breaks sdb, so don't update stack until > > <https://github.com/commercialhaskell/stack/is

Re: [Snowdrift-dev] New Dev - Some help

2016-04-12 Thread Peter Harpending
de-wise, feel free to let me know. The IRC channel is usually the best way to contact me, but email works too. Peter Harpending signature.asc Description: Digital signature ___ Dev mailing list Dev@lists.snowdrift.coop https://lists.snowdrift.coop/mailman/listinfo/dev

Re: [Snowdrift-dev] taiga: can't edit or comment my own issue

2016-04-30 Thread Peter Harpending
pdating > the links in the repository? > > > Cheers, > -- > Victor Grousset/tuxayo > > Please do not send HTML mail to a mailing list. (Or, ideally, at all). Peter Harpending signature.asc Description: Digital signature _

Re: [Snowdrift-dev] taiga: can't edit or comment my own issue

2016-05-01 Thread Peter Harpending
On Sun, May 01, 2016 at 12:05:16PM +0200, Victor Grousset/tuxayo wrote: > On 30/04/2016 16:07, Peter Harpending wrote: > > Please do not send HTML mail to a mailing list. > > Thanks, noted I'll try to remember. > > > (Or, ideally, at all). > > For command lin

Re: [Snowdrift-dev] taiga: can't edit or comment my own issue

2016-05-02 Thread Peter Harpending
On Mon, May 02, 2016 at 08:40:45AM -0400, Stephen Michel wrote: > >On 01/05/2016 23:07, Peter Harpending wrote: > >> Mostly for terminal-based email readers, I think > > > >Thanks, I'll try to be careful about the email format now. > > I'm pretty sur

Re: [Snowdrift-dev] [PATCH] Make Snowdrift project wiki search redirect to the gitit wiki

2016-05-17 Thread Peter Harpending
ot;) > + > +getSnowdriftWikiSearchR :: Text -> Handler Html > +getSnowdriftWikiSearchR slug = > +redirect $ "https://wiki.snowdrift.coop/_search?patterns="; <> slug > -- > 1.9.1 I don't have colorized diffs in my email client, so take my input with a gr

[Snowdrift-dev] US-155, fetching git revisions

2016-05-18 Thread Peter Harpending
e git commit for the running site using yesod-gitrev. These's a screenshot of the result in that merge request. It's ugly, but it would work. -- Peter Harpending signature.asc Description: Digital signature ___ Dev mailing list Dev@lists.snowd

[Snowdrift-dev] /p/snowdrift

2016-05-18 Thread Peter Harpending
because it's by far the cleanest. It would be really weird to have /p/snowdrift, but no /p/AnyOtherProject. If there's a special case, it should be at a top-level route, like the other special cases, e.g. /welcome, /dashboard, /search, etc. -- Peter Harpending signature.asc Descr

Re: [Snowdrift-dev] /p/snowdrift

2016-05-18 Thread Peter Harpending
ext] in the slug couldn't be equal to "snowdrift". Haskell doesn't really have the concept of a "constructor", so we'd have to use some type hackery, introducing even more performance overhead and code complexity. All of t

Re: [Snowdrift-dev] /p/snowdrift

2016-05-18 Thread Peter Harpending
ous owner of the ProjectSlug that corresponds to the > route "/p/snowdrift". I'm a bit concerned about this part, because this sounds like it might be a difficult change. However, we can address this later. -- Peter Harpending signature.asc Description: Digital signature __

Re: [Snowdrift-dev] /p/snowdrift

2016-05-18 Thread Peter Harpending
On Wed, May 18, 2016 at 11:58:54AM -0700, Bryan Richter wrote: > On Wed, May 18, 2016 at 12:39:32PM -0600, Peter Harpending wrote: > > On Wed, May 18, 2016 at 02:23:01PM -0400, Stephen Michel wrote: > > > I don't understand exactly why it's a corner case. Und

[Snowdrift-dev] Mechanism

2016-08-09 Thread Peter Harpending
tributing again, preferably in small doses. Would someone mind catching me up on what I've missed and/or give me suggestions for things to do between now and the new semester? Peter Harpending ___ Dev mailing list Dev@lists.snowdrift.coop https://lists.sn

Re: [Snowdrift-dev] Attacked by Space Bug

2017-09-10 Thread Peter Harpending
Welcome. I'm Peter. If you want to get involved, this would be a good bug for you to fix. It's relatively simple, and you already understand the issue. This would be a low priority issue for us as most developers don't put spaces in file names, so this is unlikely to cause serious issues. On Sep