Benjamin Dreux

Results 30 issues of Benjamin Dreux

I was trying to follow the express/twitter exemple Now i've got this error TypeError: Cannot set property 'twitter_oauth_token_secret' of undefined at /home/dotcloud/node_modules/connect-auth/lib/auth.strategies/twitter.js:85:63 at /home/dotcloud/node_modules/connect-auth/node_modules/oauth/lib/oauth.js:518:7 at passBackControl (/home/dotcloud/node_modules/connect-auth/node_modules/oauth/lib/oauth.js:359:11) at IncomingMessage. (/home/dotcloud/node_modules/connect-auth/node_modules/oauth/lib/oauth.js:378:9)...

Hi, I m working on a templating system that aims to be language independant (https://github.com/caolan/magery). On piece that we are missing right know is an expression language. I be looked...

I'm trying to migrate a use made using thymleaf to a view using html flow. In a table of user I discovered that we can't nest dynamic bloc. ```java .tbody()...

To use this library one have to go check example and extrapolate the possible api. If this person uses an IDE with autocompletion, no problem, the api can be discovered,...

Recently I've watched https://www.youtube.com/watch?v=yhseQP52yIY This made me think about caching strategy with html flow. At the moment we cache the result of execution for every static template, or every static...

In my opinion, the documentation should be have two (or more) fold. In one we should find out about how to library works, and how to use it. In the...

Does this project plan to produce inline js or inline css. Using thymleaf it happens from time to time that I need to produce in my inline js base on...

Using 0.139.0 on macos. When i do cmd+/ in the key binding resolver. The command is not shown as it does for other keys. I'm using french canadian layout

It's weird to have to write one way say: ``` elm type alias Cell = { value: Int , x: Int , y: Int , animation: Animation } ``` for...

The concept of main cache is great, but, there is no documentation about it. Would be great to have a section of the read me that talk about it