Christophe Eymard

Results 15 issues of Christophe Eymard

Maybe it would be good to remove the `':'` character from the `\notation`. Right now : `a = \b: 1` produces an error ; we have to write `a =...

``` coffeescript function myfunc (arg, [options], callback) ... ``` -> ``` function myfunc (arg, _options, _callback) { if (typeof _callback === "undefined") { _callback = _options; _options = undefined; }...

It would be great if there was a flag on the command line that would allow inlining helper functions. Eg. In the CouchDB NodeJS driver, you can specify "views" directly...

Don't know if bug or not. The following doesn't compile ; ``` coffeescript function a function b v := 2 v = null b! ``` since `v` is declared in...

It would be great to be able to parametrize rules with variables ; ``` string = '\"' parse_contents '\"' -> / '\'' parse_contents('\'') '\'' -> / '+' parse_contents('+') '+' ->...

feature

As container names help (a lot) to identify which container I'm working with, not seeing them as they come last and my terminal is too narrow is a problem. Could...

enhancement
question

Hello, I have come across something curious. I'm using a webkit web view and have some javascript send stuff to my node code through [script-message-received](https://webkitgtk.org/reference/webkit2gtk/stable/WebKitUserContentManager.html#WebKitUserContentManager-script-message-received) In the callback I do...

...ead of raising an exception when the maxconnections are reached. As the title of the commit says, I modified ConnectionPool and Cursor so that when reaching the maxconnections, instead of...

Hello, I left the issue #913 to be able to immediately focus the nth-window. I thought I'd do a pull request with my idea in mind. Tell me what you...

This is a feature I've not really seen in any window manager. I would like to have the ability to create "workspace groups". When I work on multiple projects, I...