Alexandru Keszeg

Results 6 issues of Alexandru Keszeg

The following code is not highlighted properly: ```crystal class Aaaa annotation Moo end end ``` ![selection_084](https://user-images.githubusercontent.com/1954578/47022068-5b644480-d165-11e8-9cd1-117420699e7d.png) See https://github.com/crystal-lang/crystal/pull/6063

enhancement

steps to reproduce: ``` ruby CohortMe.analyze(period: "months", ...) ``` produces: `419 users 100% 16% 17% 55% 0% 0% 0% 0% 0%` when there should be no 0% results. The problem...

I'm following this guide for windows: https://microsoft.github.io/react-native-windows/docs/getting-started and add a native module as documented here: https://microsoft.github.io/react-native-windows/docs/native-modules-using As a total Visual Studio newbie, trying to add any of the solution files...

Fom [application_controller](https://github.com/RailsApps/rails-omniauth/blob/master/app/controllers/application_controller.rb#L14) ``` ruby def current_user begin @current_user ||= User.find(session[:user_id]) if session[:user_id] rescue Exception => e nil end end ``` It is bad practice to rescue `Exception`, see http://stackoverflow.com/questions/10048173/why-is-it-bad-style-to-rescue-exception-e-in-ruby

This is my serverless.yml file: ``` ... functions: index: handler: dist/index.handler ... ``` The deployed Lamba's entry point gets set to `s_index.handler`, but when `serverless-plugin-tree-shake` is enabled, that file is...