Michael Overmeyer

Results 154 issues of Michael Overmeyer

`ISO 8601-1:2019` changed the definition of what is a valid ISO 8601 timestamp. For example, it explicitly disallowed the special case of `24:00` times. Figure out how we want to...

Given that [I want to use the pendulum timezone implementation within `ciso8601`](#45), I would like to create some mechanism for recognizing the contributions of @ sdispater. Perhaps something similar to:...

help wanted

Potential users should be able to compare the capabilities of `ciso8601` with other popular ISO 8601 parsers. Other parsers might look attractive at first glance, but many have bugs or...

help wanted

I wanted to add an attribution to my TOC, so people knew that I used Markdown TOC to generate it. ``` - [Version 2.0.1](#version-201) - [Version 2.0.0](#version-200) - [Breaking changes](#breaking-changes)...

Fixes #50. See these for regex visualization: * [`\s*`](https://regexper.com/#%5Cs*%3C!--%5Cs*TOC%28%5Cs%28%5C.*%29%29%3F--%3E) * [`\s*`](https://regexper.com/#%5Cs*%3C!--%5Cs%5C%2FTOC%28%5Cs%28%5C.*%29%29%3F--%3E)

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20django-bower)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `django-bower`. Thankfully, an equivalent service is...

### What are you trying to accomplish? A step towards CLDR pluralization. Ref: https://github.com/ruby-i18n/i18n/issues/629 Previously, I put forth [a PR](https://github.com/ruby-i18n/i18n/pull/630), that was reverted in #633 since dropping [incorrect] support for...

`ruby-i18n/i18n` should ship with a pluralization backend compatible with CLDR. Especially when the [README advertises](https://github.com/ruby-i18n/i18n/blob/master/README.md#features) it as such: The default `I18n::Backend::Pluralization` does not support CLDR's pluralization rules. Differences with the...

## What I tried to do ```ruby # frozen_string_literal: true require "i18n" I18n.backend = I18n::Backend::Simple.new I18n.backend.store_translations(:en, foo: :bar, bar: "%{baz}") puts(I18n.t("foo", baz: "%{qux}")) ``` ## What I expected to happen...

Let me start by saying that I'm not sure this is possible. ---------- I need to add a custom attribute to all links. So I made a custom renderer: ```ruby...

TODO