Konstantin Haase
Konstantin Haase
Error messages for templates should be descriptive and always include the file name and line number.
YARD doesn't like Ruby 3.0 one line method definitions. This will impact what is shown on rubydoc.info. See lsegal/yard#1376 Possible options: 1. Fix lsegal/yard#1376 1. Add parens to all method...
Implement base formatters (used by Context#format/#localize): * [ ] Strings * [x] HTML escaping and interpolation * [x] BiDi support * [x] `as: :calendar` * [x] `as: :collation` * [x]...
Nii should implement UCA with tailoring (and load rules from CLDR). This will likely not make it into v0.1. A secondary goal would be to be faster and more memory...
It should link to a compare view rather than one of the commits: ``` 16:08 Mathetes: [github] [sinatra] 11 commits by: Konstantin Haase, elij 16:08 Mathetes: http://z.pist0s.ca/uw6 ``` Link is:...
``` require 'prepend' class Foo def foo :foo end end module Bar def foo :bar end end Foo.prepend Bar class Foo def bar :foo end end module Bar def bar...
There are a lot of special cases not handled by this library. :(
It would be nice to be able to easily accept more than one return value from a function. This could be done by list deconstruction and/or map deconstruction. Either of...
Great work on the polyfill! Haven't gotten it working yet, but hopefully I'll manage to. **Describe the bug** It is impossible for me to apply the polyfill. Getting the same...