Beerend Lauwers

Results 33 issues of Beerend Lauwers

There isn't a UI for series yet. We need to have a way to browse through the content we have (we can reuse the JSON file generated for the facet...

type: enhancement

Need to retrofit all content with a `language` metadata field and make it available to the filter.

type: enhancement
feature: add-yaml-field

A feature that several people have asked for is the ability for users to post their own blog posts on the site (Haskell-related, of course). A simple filtering of the...

@mitchellwrosen has kindly provided me with a database dump of his dohaskell.com website. He has also generated a bunch of YAML metadata for the content, available here: https://github.com/mitchellwrosen/dohaskell/blob/master/resources-dump.yaml Scraper source...

newcomer
type: content

CircleCI infers `cabal build` and `cabal test` as commands it _should_ execute. We use Stack, so they're not necessary. The entire build is tagged as having failed because of those...

Priority 1

Manually adding each and every one of the many packages that Hackage hosts is a gargantuan task. With the [hackage-db](https://hackage.haskell.org/package/hackage-db) library, we can read out the index files: ``` Haskell...

type: enhancement
newcomer

Haskell books are sprouting like mad, so it would be nice if we had a category for that. For fields, how about: - Title - Author - List of where...

type: enhancement
newcomer
feature: new-category

Having the ability to embed runnable code snippets in content would enhance the usefulness of many types of content. Ideally, you would have a "default" GHC version that runs the...

type: enhancement

Search functionality is currently non-existent. The _simplest_ way of implementing this is just passing our search query to Github directly. As in, you type something in the search box, you...

type: enhancement
newcomer
Priority 1