Jonas Gauffin

Results 25 issues of Jonas Gauffin

Add "Create folder" as option in the "Project" explorer

``` Property(x => x.SomeEnum).EnumAsInteger(); ``` or ``` Property(x => x.SomeEnum).EnumAsString(); ```

Source: http://stackoverflow.com/questions/27139443/how-do-i-close-a-connection-on-a-request-to-the-griffin-webserver We're using [Griffin.WebServer](https://github.com/jgauffin/Griffin.WebServer) as a replacement for the .Net HttpClient because the httpclient requires elevated privileges. After exhausting our options on that subject, we decided on Griffin.WebServer. Sorry...

The util method: ViewRenderer.prototype.getIfUnlessValue = function (name, data, directives) { if (directives === void 0) { directives = {}; } // control statements for arrays can't be anything else than...

data-unless toggles correctly, but the item is still being parsed and therefore remove innerHTML. Abort other processing for elements which contains the `data-unless` attribute.

![image](https://cloud.githubusercontent.com/assets/818579/26411290/d9e26cb2-40a5-11e7-952c-c398ad516dde.png)

Change ``` javascript selector.match("[\s\.,\[]+").length === 0 ``` to ``` javascript selector.match(/[#\s\.,\[]+/) === null ```