Quentin Raynaud

Results 82 comments of Quentin Raynaud

There seem to be a bug in the way the code that is already in the module works. I'm working on a fix for this and hope to propose it...

Well, I just looked into the code and in fact it seems correct though it could be a lot simpler. The real problem is that by default session expires after...

Or better yet because it is a good idea to make writing packages easier and would impact only ~100 packages, you could mark it as optional and state concerns about...

You could also easily build the package in a subfolder (like build) & copy es6 modules in it + a package.json and then publish from the build folder. Now you...

## Afterthought I want to add that the fact I was able to implement such a complex bit of code in merely 250 lines of code (including closing brackets ^^)...

As stated in my bug above aurelia/templating-binding#127, this is not only unparser that has a problem. `4/2*10` is equal to `0.2` according to aurelia now. This is new! And `4-2+10`...

@fkleuver : I'm on 2.1.0. On the gist I don't know, I forked the official gist today.

I also want to point out that `computedFrom` also supports sub properties like `@computedFrom('sub.value')`. It should be supported by the typing if you want to go that way.

I also ran on this issue here. I thought about allowing users to represent a request object with key/value pairs that could be either function or scalars like: ``` yaml...