-
It looks like the practice advised by Meteor to use client and server folders introduces some confusion for Blade.
- I converted my Handlebars templates to Blade templates.
- I removed all Handlebars …
-
The method ignore() doesn't quite do what it promises.
Current Description: Omit a file or files from being included by the AST walk to hunt down require() statements.
Actual Description: Omit a file …
-
The quote escaping necessary to make Squel work with Postgres is more painful then just writing pure SQL. I see you discussed auto-quote https://github.com/hiddentao/squel/issues/1#issuecomment-363081…
-
Hi, when I have a blank blade page, I get this:
```
Your app is crashing. Here's the latest log.
Errors prevented startup:
Exception while bundling application:
SyntaxError: Parser error: Expected b…
g8d3 updated
11 years ago
-
Currently, express-cdn uses modified time as its cache invalidation strategy. Rails 2.x used to use this approach and switched to an MD5 digest approach for reasons outlined here:
http://edgeguides.ru…
-
So apparently sequelize supports limit and offset for pagination. I suggest that when used we automatically add a new column to return the total rows for the selected query:
i.e.
select _, count(_) …
-
I did a mrt update and it appears to break the collection behavior.
![Capture d e cran 2013-04-13 a 14 41 49](https://f.cloud.github.com/assets/658580/376038/40f918b6-a3ec-11e2-97d4-27bdf2a2eb4b.png)…
-
I find it very difficult to insert trailing whitespaces into element's content:
``` jade
span price:
input(type='text')
```
I would like it to render as
``` html
price:
```
Trailing …
-
I can't for the life of me get this to work. Here's some JS I have in the client for Meteor:
``` coffeescript
if Meteor.isClient
Meteor.startup ->
Template.body.user = ->
if Meteor.users…
-
if using Blade would it be better to use the Live UI Blade Plugging or can we use KnockoutJS?