Calvin Sauer
Calvin Sauer
Hello, First, thanks for this library. It's an awesome accomplishment. I'm having some issues with wrapping tubes into a Sierra component (https://github.com/stuartsierra/component) Mainly, from reading the code, it doesn't seem...
Hey there, I'm using `env/def` to define some env vars with defaults, e.g. ``` (env/def SERVER_PORT "8080") ``` I'm running into some trouble using AOT compilation in my boot build...
This PR just adds a `deps.edn` file with the necessary dependencies specified in order to allow one to depend on Loom via git deps. Relevant issue is here https://github.com/aysylu/loom/issues/135 I...
Bootstrap version 3.3.5 has been released. I need to update the `app:bootstrap` package from v3.3.4
When a package is loaded, all of it's Less files are compiled and sent to the client. This forces the rules to be applied to every template/layout across all packages....
Upon starting up the app and navigating to the homepage, the following error is logged: ``` Exception in setTimeout callback: TypeError: Cannot read property 'match' of undefined at translateUrl (http://localhost:3000/packages/ddp.js?d1840d3ba04c65ffade261f362e26699b7509706:2780:24)...
Most testing frameworks I've seen for Meteor are too heavy-weight. I'd like to find a way to test packages as individual units using only tinytest.