Oleg Dashevskii

Results 12 issues of Oleg Dashevskii

Here's code from lib/bundler/bundle.rb. Since valid == nil, options[:update] doesn't matter. But why Resolver.resolve(...) call is commented out? ``` # Check to see whether the existing cache meets all the...

After merging #678, `builders.stringLiteral` generates a `node.extra` object with `extra.raw` having double quotes due to `JSON.stringify`: `recast.print` has [this](https://github.com/benjamn/recast/blob/master/lib/printer.ts#L935) code that doesn't reformat any quotes if `extra.raw` is present: ```ts...

I've seen the acl9 documentation referred to as "confusing" or "don't read the docs, just use the thing". Currently the only doc is the huge README file. Actually it's more...

docs

Some people expect ACL block in derived controller to extend its counterpart from the base controller. So they put rather restrictive rules to the base (e.g. _deny all_), trynig to...

feature
future

ActiveAdmin has released [1.0.0.pre2](https://github.com/activeadmin/activeadmin/commit/3012e09f64cbe941b7cd73df0a82b7e52347b72f) recently, and current fixed dependency breaks `bundle update`: ``` $ bundle update activeadmin_associations activeadmin Updating git://github.com/vigetlabs/active_admin_associations.git Updating git://github.com/activeadmin/activeadmin.git Fetching gem metadata from http://rubygems.org/........ Fetching version metadata...

https://github.com/ko1/gc_tracer/blob/master/ext/gc_tracer/gc_logging.c#L737 ``` ruby rb_define_module_function(mod, "setup_looging_custom_fields=", gc_tracer_setup_logging_custom_fields, 1); ``` I believe it should be `logging`, not `looging`...

hey Timo, I found a deficiency in typings around oneofs. In a nutshell, `getOneofValue` typing works for oneofs with scalar values, but doesn't work when any option has a message...

route_dog conflicts with the new asset pipeline. https://github.com/rails/rails/issues/1256

There should be a rake task which only generates the report. I use route_dog in my CI run managed by Jenkins. The report file gets archived and published on the...

Hi, I added the plugin to virtualenv, ran syncdb, but it still doesn't appear in **Alerts:** multi-select widget on new service page. Digging into resources revealed that plugin list is...