Jon Moniaci
Jon Moniaci
Odd that this happens only when running ABBA as a rack app under NGINX/Passenger, but when I do, I get this error message: ``` Error compiling CSS asset Encoding::InvalidByteSequenceError: "\xE2"...
If you allow users to input titles/captions for use in swipebox, the current code allows code injection. For example, say you properly escape all HTML entities in your "a" tag's...
When we have a jbuilder template like this: ``` json.name = @my_object.name if @my_object.child json.child do json.partial! 'children/show', :child => @my_object.child end else json.child = nil end ``` This is...
Punch version 0.5.14 Given a project with a templates/_layout.mustache file and a contents/test.json file, when using the punch server, visiting localhost:9009/test.html renders correctly. Now, from the project root: ``` mkdir...
### Expected behavior Docker Desktop launches. ### Actual behavior Docker Desktop does not launch and the process is listed as "(Not Responding)" ### Information - macOS Version: 12.6.1 - Intel...