Alexandr Smirnov

Results 11 issues of Alexandr Smirnov

It fails to run in development environment with this version, so it may be an issue with my app. Howewer, it fails (https://travis-ci.org/JelF/xconfig/jobs/98467383) Ruby 2.0 seems to be outdated enough,...

I have some string, which encoding i want to detect ([attached](https://github.com/nijel/enca/files/229192/123.txt)) When i'm calling `enca -m`, result is "unknown\n", but exit code is zero (same as `enca`'s, where response is...

bug

I.e. ```ruby class Foo include Tainbox self.strict_constructor = true attribute :foo, default: :bar end Foo.new(foo: 123).foo # => 123 Foo.new.foo # => :bar Foo.new(bar: 123) # => raise ArgumentError ```

Scenario: 1) i need to supress initializer 2) i need to set default values

I consider this alias usefull

Hi! I have hidpi monitor with 200% scale enabled, but this overrview dash does not support this: ![image](https://user-images.githubusercontent.com/861181/121817511-8d1d6880-cc8a-11eb-88ce-85ac0d696d4e.png) It should either respect display scale factor from gnome or enable 128px...

Use layout.build instead of layout.new in Cell::ViewModel::Layout::External. Reason: allow layout class to be selected using context. I.e. builds { |_, context:, **| self::Mobile if context[:mobile] }

Implemented BlocksNotSupported extension to handle fact that blocks are not supported closes https://github.com/matthewrudy/memoist/issues/39

``` def foo(&block) @block = block end memoize :foo foo { :bar } @block # => nil ``` There should be either exception or no memoization in this case

https://bugs.gentoo.org/751004 It is dependency of `app-editors/atom-bin`

Stale