Alec Theriault

Results 59 issues of Alec Theriault

This is really _far_ from complete, but it starts addressing #22 by filling in everything straightforward. Here are the issues AFAICT - We cannot yet derive `Copy` and `Clone` for...

As far as I can tell, there are only two things stopping us from compiling anything that includes `` (section 7.3). - we don't handle the builtin complex type `_Complex`...

First off `pureconfig` is an absolutely fantastic library - thank you so much! `pureconfig` makes it refreshingly easy to just state the configuration classes and traits and then derive readers/writers....

### Short description Add a new shared valve, from which it would be possible to create any number of flows (with different types) all controlled by a shared switch. ###...

Using `withExample`, `withTitle`, and `withDescription` combinators on a named OpenAPI schema mutate the schema. I expect that they would just make a new modified copy of the schema, not modify...

bug

When trying to build docs with `sbt doc`, the `@react` annotation doesn't work if the `Props` defined inside the class has a scaladoc on it. Outside of trying to build...

bug
react-annotation

Putting an explicit language tag on a fenced code block does not work: ```mylang foo bar ``` It generates the following (which I've indented): ```html foo bar ``` However, `prettify`...

The API for [`highlightjs`](https://highlightjs.org/) seems to be pretty much the same as `prettyify`. I think both are quite widely used. However, * `highlightjs` is actively maintained and developed while `prettyify`...

Initially brought up in https://github.com/haskell/cabal/issues/6066. Basically: modules that are re-exported currently aren't linked in the Hackage listing of modules in a package. Example: https://hackage.haskell.org/package/ghcjs-dom-0.9.4.0.

component: ux
help wanted

The idea is to have an option to disable hyperlinked sources on modules whose source is programmatically generated, huge, and uninteresting. You can tell Haddock to not generate hyperlinked sources...