Evgenii Neumerzhitckii

Results 11 issues of Evgenii Neumerzhitckii

Hi, Even RTL is working in design mode, But still if you add text to the view it will be damaged. Without Text: ![2](https://user-images.githubusercontent.com/18402145/50438895-68da3f80-0909-11e9-9586-b6238161fe58.png) With text: ![1](https://user-images.githubusercontent.com/18402145/50438901-70014d80-0909-11e9-8da7-ee1df1c75127.png) Any solution? Thanks...

Just a start, basic support of Swift language. Highlights the word `func` and function name. ![swift_support_funcion_definition](https://cloud.githubusercontent.com/assets/880411/3712908/46bb1608-153f-11e4-808a-3bd71a1161d4.png)

Hi, is there a source file for the cheat sheet image? https://raw.githubusercontent.com/sangam14/dockercheatsheets/master/dockercheatsheet8.png It's a very useful one, I print it out, but since it's a PNG it looks blurry on...

Is it possible to add `policy_class` parameter to `permitted_attributes` function (similar to `authorise`)? So I can call: ``` permitted_attributes(@post, :update, policy_class: MyPolicy) ``` This is necessary for my code where...

Hi, When I run the generator ``` ./bin/rails generate devise_two_factor user ``` It adds the following code to `config/initializers/devise.rb` file: ``` config.warden do |manager| manager.default_strategies(:scope => :user).unshift :two_factor_authenticatable end ```...

Hello friends, Is there a way to turn the features on and off by adding URL parameter. Like `http://mysite.com?new-header=true`? Thank you

There is a IPv6 version of GeoLite database here: http://www.maxmind.com/app/geolite. It looks like it is not supported yet, as it shows the error ``` geoip.rb:186:in `throw': uncaught throw "Invalid GeoIP...

Hello, we have the following JavaScript errors in IE8 on win7: ``` User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET...

Hi, can anyone help me to setup karma to show error line numbers correctly for CoffeScript tests? For the following test the report contains text `test_spec.coffee:3:26`. I assume that 3...