Miles Frain
Miles Frain
Could someone point me to the compiler option to skip DCE? I'm not seeing it under `purs compile --help` or `purs bundle --help`. This is 15 seconds on master (technically...
The options: 1. ES Modules with Snowpack. * My favorite. * Least amount of throw-away work. * Farthest-away option, but I can wait. 2. Skip DCE with `purs bundle` *...
I agree that a giant wave of changes is not ideal. I can back out these feature additions: * Gist saving * File loading * Any module name But splitting-apart...
I split this up into six PRs: #190 though #195. #192 is still pretty significant. If this needs to be broken-up further, we should first agree on a commit sequence....
https://github.com/paulbartell/FreeRTOS-Kernel/pull/10 is an initial attempt to use uncrustify for formatting. Not sure if a pre-commit hook is the best path forward, since that can be pretty annoying with unexpected formatting...
> The uncrustify pre-commit hook needs some configuration so that it acts as one would expect. Namely, it needs to only run on files that have changed and operate in-place...
@p2327 The current version is compatible with the latest PS compiler, but for convenience, here's a [live demo](https://try.ps.ai/?github=milesfrain/purescript-cookbook/signal-snake-js/recipes/SignalSnakeJs/src/Main.purs) that you can edit in the browser. If that link is dead,...
Beginners can also get pretty lost with unfamiliar syntax, so I'd like to provide a way to find the relevant explanations. For example: Symbol or Keyword|Used For :-:|:-: `do`| "do...
Applied all suggestions except for moving content from `Syntax.md` to `Records.md`. I think that would still be good to do as a separate PR. Opened https://github.com/purescript/documentation/issues/368 to follow-up.
Is this recipe working? When I run `make AceEditorHalogenHooks-web`, I get a blank page and a `Uncaught ReferenceError: ace is not defined` error.