OllieB

Results 9 issues of OllieB

Common enough to justify inclusion, surely?

**Description** I'd really like to be able to easily check benchmark times as part of CI, to catch unwanted performance regression. Within the context of BENCHMARK, i'd like 2 features:...

I often find myself using subtype in the following simplified way ```haskell fn :: ( Subtype a x , Subtype b x ) => x -> (a,b) ``` Which works...

##### Motivation I was trying to establish what version of the upstream libraries were in play, and it wasn't trivial.By moving to a submodule system, the delineation between open Timer...

A trivial PR which excludes generated items from git. Whilst doing this, I stumbled across a checked in `.pyc` file generated as part of the tests which I assume had...

Propose definitions for `Control.Category.Linear` and `Control.Arrow.Linear` Happy to discuss / modify.

It would be really nice it type on evalulated cells could be shown on mouseover, similar to ide's such as atom. ## Want to back this issue? **[Post a bounty...

wishlist

Open timer has changes to the filesystem which were not upstreamed. This upstreams them.

Extends the cmake file for easier inclusion in other-projects. The PR supports both embedded: ```cmake add_subdirectory(Parser-SPEF) target_link_library(my_target PRIVATE Parser-SPEF) ``` or find_package ```cmake find_package(Parser-SPEF 3.9 REQUIRED) target_link_library(my_target PRIVATE Parser-SPEF::Parser-SPEF) ```