HaskAnything icon indicating copy to clipboard operation
HaskAnything copied to clipboard

Hask Anything! is a website aimed at collecting and organizing the collective knowledge of the Haskell community.

Results 27 HaskAnything issues
Sort by recently updated
recently updated
newest added

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

Currently, there's a general metadata field for "libraries". That should be replaced by a YAML-based metadata field called "packages" that holds a list of tuples of type `(PackageName, PackageVersion)`. With...

type: enhancement
feature: add-yaml-field

Subtitles for presentations would be a welcome sight. For Youtube, there's a [Chrome plugin](https://chrome.google.com/webstore/detail/subtitles-for-youtube/oanhbddbfkjaphdibnebkklpplclomal?hl=en) to use subtitles directly in the browser, and you can of course download the video and...

type: enhancement
newcomer
feature: add-yaml-field

Different from a presentation, a **video** just displays a video from Youtube / Vimeo / etc. and has a description. Perhaps we could add some "standard" fields (pertains to a...

type: enhancement
newcomer
feature: new-category