-
You're not doing anything with mtime. I think you should either eliminate mtime from the code or use it to check if a file has been changed, and only recompute the crc then.
Also I think https://gith…
-
``` javascript
var startTransaction = function(callback) {
mysqlClient.query('START TRANSACTION', function(err) {
callback(err);
}
}
var commit = function(callback) {
mysqlClient.quer…
-
Hello!
I'm trying to implement a webshop which makes use of mysql to enforce ACID properties for the inventory. I want to make sure that the number of articles in stock will never be negative, what co…
-
Is there are way to compile templates to a self-contained file and run them w/o the need for `require('blade')` on the server-side?
For example:
```
# command line
blade -C my_file.blade
# Server-s…
da99 updated
11 years ago
-
According to https://github.com/bminer/node-blade/wiki/Using-Blade-with-Meteor,
``` html
{{#each bars}}
{{> bar}}
{{/each}}
```
might look like this in Blade:
``` jade
foreach bars as bar
…
-
Would be nice to be able to use Blade templates like this:
```
require(['blade!templates/mytemplate', function(tpl) {
$(body).html(tpl({somedata: 'foo'}));
});
```
This should request GET /templa…
Rush updated
11 years ago
-
```
/node_modules/blade/lib/blade.js:41
var cacheKey = JSON.stringify(options);
^
TypeError: Converting circular structure to JSON
at Object.stringify (…
-
There's a specific node package called "blade" that uses a single circular reference in
node_modules/blade/meteor/node_modules/blade/
where the last folder is
-> ../../
this causes watch to endle…
braco updated
11 years ago
-
The unofficial [node-twilio-api](https://github.com/bminer/node-twilio-api/) has a nice feature where its `call` object emits an event when the status of the call changes. For example:
``` javascript…
ghost updated
11 years ago
-
```
Your app is crashing. Here's the latest log.
Errors prevented startup:
Exception while bundling application:
TypeError: Object function uglify(orig_code, options){
options || (options = {});
var …