Tonči Damjanić

Results 12 issues of Tonči Damjanić

Great gem! :+1: However, I haven't found a way to create a default conf file as suggested here: http://www.coffeelint.org/#usage ``` coffeelint --makeconfig > coffeelint.json ``` Suggestions?

waiting-for-pr

Hello, I'm importing a ticket from Rails: https://github.com/rails/rails/issues/18098 Please find @rafaelfranca's comment (https://github.com/rails/rails/issues/18098#issuecomment-67667400) for a repro example. --- It seems that ERB doesn't handle well tags embedded within another tag....

It is now recommended that the HSTS `max-age` value defaults to two years. More info: * https://hstspreload.org/#deployment-recommendations * https://wiki.mozilla.org/Security/Server_Side_TLS * https://github.com/rails/rails/pull/38345 Any chance of releasing an update? It should be...

Based on the README file, the `SslEnforcer` should be prepended into the middleware chain via `insert_before`: ``` config.middleware.insert_before ActionDispatch::Cookies, Rack::SslEnforcer ``` But then all subsequent examples rely on `use`: ```...

ISSUES THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED IMMEDIATELY. - [x] This is not a usage question. - Our volunteers' time is limited, so please ask usage questions...

## Issue report Fill in as much as possible so that we can understand, find and fix the problem. **Are you sure this is a bug in Passenger?** It seems...

Whenever the date range picker is initialized, its node is always appended to the document DOM. Please update the directive to listen for the event and properly collect it on...

PRs welcomed

An autocorrectable `Style/HashEachMethods` offense can lead to broken code. RuboCop treats zipped arrays as a hash and therefore offers an optimization that makes no sense in this case. -------- ##...

Hello, Using identifiers with multiple workers has been prevented for 14 years at least. Maybe it is time to reconsider it. This PR loosens up that restriction and allows multiple...

Hello, Using identifiers with multiple workers has been prevented for 14 years at least. Maybe it is time to reconsider it. The PR #1190 loosens up that restriction and allows...