Results 12 comments of Alexander Fisher
trafficstars

How would I go about doing that? My graylog server isn't public. Do you have a graylog server to run against?

I see. I was following this: http://azimi.me/2015/07/16/split-swagger-into-smaller-files.html for reference. Swagger-parser supports this method as well: https://github.com/swagger-api/swagger-parser/issues/147

properties with underscores wont validate for me as well, irregardless of their location on the key ("my_propery" will not validate)

``` javascript Validation.prototype.getProperty = function (property, source) { var tree = property.match(/([a-zA-Z0-9\s]+)/g); return tree.reduce(function (previousValue, currentValue, index) { return (previousValue && isDefined(previousValue[currentValue])) ? previousValue[currentValue] : undefined; }, source); }; ```...

Simple work around using your own component: ```html ``` This will put the content through Angular's sanitizer. The froalaView directive doesn't do much other than add a class and set...

There are some caveats to the work around. Using Froala with angular depends on bypassing Angular's built in sanitization. Using alignment as an example, Froala creates `my content`. This style...

im getting the same exception in my project. had to stop using module.

I understand your perspective. The data Tiny expects is indeed being manipulated from the outside, so I can see how this would seem like it should be of no concern...

oh jeez! Thanks for your efforts, but we had already made your suggested git fix before you posted it.

It is not the minified version. Note that everything seems to run fine with theseus turned off. These errors arent getting thrown.