Adrien Rey-Jarthon
Adrien Rey-Jarthon
@adamcooke first of all thanks for this great tool :bow: I am wondering what is the maintenance state of the project at the moment ? I have some fixes I...
@adamcooke ok thanks for the quick response, glad to hear that :) And so as you were in the middle of a big refactoring, would you be happy to receive...
For the record, the [latest idnaMappingTable (Unicode v15)](https://www.unicode.org/Public/idna/15.0.0/IdnaMappingTable.txt) seems to say the variation selectors should be ignored/dropped: ``` FE00..FE0F ; ignored # 3.2 VARIATION SELECTOR-1..VARIATION SELECTOR-16 ```
Hi, This is not supported officially by the gem currently but I believe you can already tell `Net::HTTP` (what this gem is using) to use a proxy globally with an...
It's possible that once #366 is fixed this won't be needed any more indeed, I would have to run some tests on my end to see if I detect other...
Thanks @mkrajewski90, for the record I merged this fix in my improved branch (#7)
For the record, I added this feature in #7
For the record I just added the ruby 3 fix from #8 and #9 (thanks @mkrajewski90 and @Annedj). I've been using this branch successfully for more than a year, any...
@tbsvttr what problem? I am currently using it on Rails 7.0 and have been using it on Rails 6.1 for a while before that.