Alexey Komissarouk

Results 13 issues of Alexey Komissarouk

Adding support for CoffeeScript/ES6-style dictionaries in python. ### Example & Explanation ``` python name = "Bob" age = 24 # traditional python ways person = {"name": name, "age": age, "version":...

A quick little method I wrote for myself to be able to manually trigger a test. Usage ``` ruby AttributeNormalizer.normalize(:phone, "555-123-5123 ") > 5551235123 ``` Implementation ``` ruby module AttributeNormalizer...

Feature
TODO

In particular, Decimal and Integer would be great to have in the default set.

Documentation

Rails 4.1 now [has support for enums](http://api.rubyonrails.org/v4.1.0/classes/ActiveRecord/Enum.html). It seems pretty straightforward to default enum columns to a select in the edit form window: http://stackoverflow.com/questions/23414880/how-to-properly-configure-rails-4-1-enums-in-activeadmin/23799562#23799562 Would be pretty awesome to support...

help wanted
workaround

also, you can install your requirements in a virtualenv and then just make your own command publicly available. I did that for Pebble, ping me and I'll show you how....

[Still WIP] @gterrono, looks like MDG is leaning towards just supporting FlowRouter. For Houston to work with FlowRouter is a non-trivial rewrite, since we rely on template data context and...

addresses #211 looks like ![screen shot 2014-09-07 at 5 21 25 pm](https://cloud.githubusercontent.com/assets/268126/4180081/01936bfc-36e6-11e4-9f76-e75cf23d2c2f.png)

https://github.com/meteor/meteor/tree/devel/packages/standard-minifiers (specifically, https://github.com/meteor/meteor/blob/devel/packages/standard-minifiers/plugin/minify-css.js). It looks like one might be able to fork "minify CSS" and minify JS" to exclude and separately serve separate things for Houston. Worth exploring.

Houston custom link to / without IronRouter is broken. 1.Grab repo at https://github.com/AlexeyMK/repro-houston-bugs, 2. Run it (you'll need to create a Facebook app to work on localhost, sorry) - log...

bug
low priority