Karl Smeltzer

Results 5 issues of Karl Smeltzer

I see several other issues related to attributes, but this one seems like a separate bug since it's marking function attributes as function calls rather than just a less preferred...

I wrote a [question on Stack Overflow about this.](https://stackoverflow.com/questions/47932234/editing-and-running-halogen-applications-from-pulp-psci) I will copy it here as well in hopes of attracting some additional attention. I am working on a small Purescript...

question

It would be great if Threepenny GUI supported the ability to draw dashed lines with the `setLineDash` function. See the following reference: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash

Type: Enhancement
help wanted
good first issue

I have the following code in my library: ``` data VVis a = Fill a (Frame a) | ... derive instance genericVVis :: Generic (VVis a) _ instance showVVis ::...

type: documentation

**Describe the bug** I have 3 screens total (2 LG, 1 Samsung which makes me wonder if https://github.com/terrymacdonald/DisplayMagician/issues/312 could possible be the same issue). I tried to set up 2...

bug