Andrei Kaleshka

Results 25 issues of Andrei Kaleshka

- Refactor code a little bit - Added feature - allow to find a territory by country code ``` ruby GlobalPhone.territory_for_country_code('+1') # => # ```

May be API has been changed and yandex inflections service has another response now.

``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 78, in reload_plugin m = importlib.import_module(modulename) File "./python3.3/importlib/__init__.py", line 90, in import_module File "", line 1584, in _gcd_import File "",...

My application folders structure is the following: ``` -src -public --images ``` Svg icons live in `public/images` folder as per next.js convention. Webpack config is the following: ``` module.exports =...

- Check if there is a conflict with methods possibly defined by other gems and fail with meaningful message - Allow to configure method names so that everyone decides how...

These options are useful to specify exposed fields for a using entity per request: ```ruby class User < GE expose :name expose :email expose :age end class Responce1 < GE...

List of checkboxes for form helper generates array of params like this (I don't select any checkbox and use "id_in" predicate): ``` [""] ``` Validator pass them and gem generates...

It would be great to have ability to get id of enum or name by method. For example, say we have this enum: ``` ruby class UserRole < ActiveEnum::Base value...

Actual code raises error: "pop is not defined on nil"