Marco Pantaleoni

Results 21 comments of Marco Pantaleoni

I've made a new PR #17 against current master using both @intinig and @Hexcles ones as starting points (only for virtualenv).

I've made a new PR #17 against current master using both @intinig and @Hexcles ones as starting points (only for virtualenv).

This sounds reasonable when one is handling simple or highly specialized url/views, or when the number of views is low. But for instance when dealing with database models or many...

If you think about it, almost all abstractions are more or less leaky. Express itself is a leaky abstraction (it doesn't shield you completely from Connect, for example). In general...

@tbjers if you want, give a look at [panta/express-resource](https://github.com/panta/express-resource) which adds middleware support. It should support your use case well.

On Thursday, December 6, 2012, Joscha Feth wrote: > What is the status on this? > > I've a pull request pending: https://github.com/visionmedia/express-resource/pull/66 In the meantime you can use my...

FYI, I've create a pull request supporting middleware. It's fully backward compatible and it includes tests and documentation. https://github.com/visionmedia/express-resource/pull/66

Probably I'm doing something wrong, because it happens on both my OSX machine and on the dockerized debian. I'm using ruby 2.4.1 btw. Is the following the correct procedure? ```...

> If neither of these paths exists, an empty string will be returned. > Instead of getting a wrong id, it's better to generate one. Since this repository seems unmaintained,...

@hannesgassert while waiting for an upstream merge, if you want you can use https://npmjs.org/package/mongoose-3x-types (it's my fork repackaged with a different name as a npm module)