pursuit icon indicating copy to clipboard operation
pursuit copied to clipboard

Website for hosting and searching PureScript API documentation

Results 76 pursuit issues
Sort by recently updated
recently updated
newest added

I would like to be able to read the pursuit documentation when I'm offline (e.g. train). So it would be cool to be able to easily host it on a...

By now there are no more packages without the "purescript-" prefix on Pursuit. So maybe we should just not show it anymore? It adds a lot of visual noise and...

The Pursuit package list is long, and it's a bit difficult to discover which packages are reliable and well-regarded. On the front page packages list, I would like to see...

Referring to the [purescript book ](https://github.com/purescript-contrib/purescript-book) issue [259](https://github.com/purescript-contrib/purescript-book/issues/259) search for readFloat returns nothing, because `Global` is deprecated To be more specific searching readFloat which returns nothing and the searching for...

I just realized the `#` headers on my README are not being displayed on pursuit. [GitHub](https://github.com/ursi/purescript-point-free/blob/v0.1.1/README.md) [Pursuit](https://pursuit.purescript.org/packages/purescript-point-free/0.1.1)

The culprit seems to be the code for the "Load more results" button crashing, causing other javascript to not be executed. A link to reproduce the issue: [https://pursuit.purescript.org/search?q=NoResults](https://pursuit.purescript.org/search?q=NoResults) The error...

Quite a bit of Pursuit's design followed from the constraints imposed by the fact that we didn't have a registry of our own, so this is probably a good opportunity...

Addresses https://github.com/purescript/pursuit/issues/268

I get the following error when trying to follow the development instructions: ``` Could not load module ‘Foreign.Store’ It is a member of the hidden package ‘foreign-store-0.2’. You can run...

As I've been thinking about package management, I keep thinking that modifying Pursuit to be more API-based would be a good thing, allowing fine-grained queries on the database which could...