LegendDerry
LegendDerry
@goatslacker I need help using preact js inside a standalone website without using a precompiler. example: could be a basic hello world button that opens an alert when clicked. load...
@jussiarpalahti I'm not sure what the drawback is for instantiating `Starlette()` twice. You could just do the following: ```python from starlette.applications import Starlette from starlette.responses import PlainTextResponse from starlette.routing import...
@VBart Would the inclusion of a variables property on the `config` object be pass down as variables to the application environment? ```js { "variables":{ ...add environment variables here or paths...
> @hyperking > There is the `environment` option, where you can specify any additional environment variable to pass to the app: > https://unit.nginx.org/configuration/#applications haha Right! I just noticed that in...
@saimn I made a small gist that processes images from a directory. Im very very new to python language and unsure how to fit this within sigal as a setting....
Ok, so the problem here isn't with the caching of the template but the caching of variables passed into the imported macros. (at least in my case) My workaround was...
Hello, I recently had the need to include html attributes onto a rendered HTML nodes. I would like to propose an alternative solution that will not alter existing `render` methods....
+1 swipe is all thats missing
@mike001 Im having the same issues using the same chrome version. delete product button from cart, close cart button and clicking outside modal window does not work @jeffharrell on my...
@mike001 @jeffharrell minicartjs now works in Chrome version 35!