ryanford

Results 19 comments of ryanford

If you're using a named instance, like `const main = app(state, actions, view, document.body)` I was having a similar issue and had to pass in `main` instead of `state`: ```js...

It's not great but checkout #633 . Basically you can create wrapper factory functions that can create the precompiled moonscript classes.

Verbal `+1` and "me toos" contribute nothing to the thread. If you want to show your support add a :+1: in the appropriate place.

To add to the above, installing with openresty and luarocks installed via openresty's [instructions](https://openresty.org/en/using-luarocks.html) on Ubuntu, I used `/usr/local/openresty/luajit/bin/luarocks install lapis CRYPTO_DIR=/usr/local/openresty/openssl/ OPENSSL_DIR=/usr/local/openresty/openssl/` after installing `openresty-openssl-dev` package from apt to...

What I'd like to do is basically: ``` &copy 2018 ``` ```lua -- views/test.lua local component = require("utils.component") -- the Widget class workaround return component("Test", function(self) self:content_for("css", function() return style("body...

I tried to fix the Commerce code, but it's a little too abstracted for me to follow. For whatever reason the function returned from `useLogout` does not appear to be...

Does the website need a backend? Taking a peak on the site repo looks like it's just using lapis to serve etlua templating but that could be compiled AoT and...

Having same issue. ```text 2017-10-11T15:49:21.591333+00:00 heroku[web.1]: Process exited with status 127 2017-10-11T15:49:21.609431+00:00 heroku[web.1]: State changed from starting to crashed 2017-10-11T15:49:21.505108+00:00 app[web.1]: nginx: error while loading shared libraries: libssl.so.0.9.8: cannot open...

Do you really feel like we have too many cooks? It seems like most of the time we're on the same page with stuff. On that note, I can think...