Markus Schirp

Results 66 issues of Markus Schirp

- This is more symmetric with `Attribute#set` that is backed by `Object#instance_variable_set - Ultimatively we later want to use `#instance_variable_set` but that would be a breaking change as currently overwritten...

enhancement

- Equalizer needs to access the attributes, hence protected is the most restrictive default

enhancement

I do not think this library is missing anything. I'm at all for releasing an `1.0` version. Feel free to add your comment here to discuss. EDIT: I think #3...

To me this library is feature complete for years already. I do not see any room for new features. What about to release an `v1.0` and ignore #7, since I...

I personally do not have problems with freezing `nil`. As I do not want anything in my apps to metaprogram around in `nil`'s public interface. But as there are special...

### Depends on: * [ ] #21

``` ruby require 'memoizable' class A include Memoizable def foo :foo end memoize :foo end class B < A def foo super end memoize :foo end B.new.foo ``` Results in:...

**Tell us about your request** Increase maximum allowed vCPU / Memory resources of Fargate tasks. **Which service(s) is this request for?** Fargate **Tell us about the problem you're trying to...

Fargate
Proposed