KlarkC
KlarkC
I am trying to simulate the workflow locally with [act](https://github.com/nektos/act), but I am getting this error: ``` [CI/build] 💬 ::debug::finished caching tool | Cached path /opt/hostedtoolcache/spago/0.20.9/x64, adding to PATH |...
Maybe we should improve setup hook using a custom type as a free monad instead of Effect. [Free monads](https://book.purescript.org/chapter14.html#the-free-monad) updates a value on each code evaluation, creating a returning final...
We should be able to inject a purescript compiled function in a SFC script block - [ ] build `PureVue.compileScript` function which uses `purs` binary to output javascript code -...
By internal I mean modules in the same project (or in the current package) By external I mean modules in any other package (vendor packages)
SFC PureScript modules only export setup hook, we must have a way to import external SFCs into PureScript space and expose them to the template.
Today we're setting template names using the `UnwrapRef` constructors, but I believe we can remove them by moving this responsability to the SFC compiler using purescript AST (complicated solution) or...
Some useful links: - https://github.com/mikesol/purescript-three - https://github.com/purescript-codegen/purescript-read-dts/
- Build PureVue.compileScript function which uses purs binary to output javascript code Resolves #9
rnix is now unmaintained ( https://github.com/nix-community/rnix-lsp/commit/1e0afa406c1780e6fe74bb1cb6ddcec117df6597 ), deprecates rnix and add nil.
Hello, I am having some troubles with jsdom. I found this bug tmpvar/jsdom#1737 that is related to this piece of code: https://github.com/webcomponents/custom-elements/blob/master/src/CustomElementRegistry.js#L64 It seems that lot of _sandboxing_ by jsdom...