William Rusnack

Results 114 issues of William Rusnack

The Print section does not state what it actually does. Does it print documentation, target language like JavaScript/assembly?

Looks like you are using flowchart 1.4 when 1.12 is out. Also, I'm wondering if it would be possible to have flowchart be a dependency in package.json instead of in...

postinstall flowchart.js to src/vendors so flowchart.js is in package.json and package-lock.json closes #21

found 17 vulnerabilities (1 low, 16 high) in 1326 scanned packages 17 vulnerabilities require semver-major dependency updates.

Trying to run this on macOS 10.15.1 but it is inserting `@` at the beginning of the file path ```shell > ahc-boot ar: @/var/folders/zj/p9mj9djj3c3b4vjw5yzq1ckr0000gn/T/ar29968-0.rsp: No such file or directory callProcess:...

P2
type: bug

The compiler gives a misleading type error where it assumes the type should be `Effect` even though the top type declaration is `Aff` (line 19) then reports that an `Aff`...

error-message

https://github.com/purescript-halogen/purescript-halogen/blob/e6ac20be9531356d9c01fd8cab9e3ddf87c27c9a/src/Halogen/Aff/Driver.purs#L110-L115 I'm trying to use runUI in the StateT transformer. Is it possible to liftAff the `Component h f i o Aff`?

iframe can go full screen https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-allowfullscreen

I'm trying to figure out how how to make [zoom](https://pursuit.purescript.org/packages/purescript-profunctor-lenses/6.2.0/docs/Data.Lens.Zoom#v:zoom) for HalogenM instead of StateT. Is there a way to implement this? Using StateT ```purescript zoom :: forall a s...