Masahiro Honma

Results 9 comments of Masahiro Honma

REPLの実行例が書いてあるmarkdownについて似たようなことやったんですが、そのときは、 https://github.com/sol/doctest/blob/master/ghci-wrapper/src/Language/Haskell/GhciWrapper.hs をコピペしてきて使いました(publicじゃないので)。 REPLじゃない通常のsnippetはファイルに切り出して `:l` で読ませました。こうしておくと、記事中で関数などを定義した snippet を出した後に、直後にそれを REPL から使うという解説の仕方をしている場合にも検証ができて便利でした。

Hello, > Glancing over this patch, it looks like it is just reimplementing the pad_size_to directive, so you should use that instead No, my `count` implementation differs from `pad_size_to` because...

I made a patch for building `hpack-convert` with LTS12.1 . 8695b5666c8ee66785c43074b9ae8b3a5d445192

`_lookup_node` doesn't seem to be used anymore. https://github.com/nexB/python-publicsuffix2/blob/e95f43d26d57692fc1f153c8c9bbde62dabeaae7/src/publicsuffix2/__init__.py#L201-L240 I'm all for improving the execution speed. However, we are cautious about changing existing behavior. The reason the specs of this library...

I think it's my fault. I made the same mistake with the rust library. https://github.com/rushmorem/publicsuffix/issues/24 ``` $ python3 Python 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0] on linux Type...

We also have to consider with [platform.sh problem](https://wiki.mozilla.org/Public_Suffix_List/platform.sh_Problem) . This ticket insists that the publicsuffix of `rit.edu` should be `edu`, and I am. So what should the publicsuffix of `kobe.jp`...

I`m trying to fix the issue with https://github.com/nexB/python-publicsuffix2/pull/19 .

@KnitCode I fix the behavior of `wildcard=False` by c6575d52c0d48ba7f981f2c015f31c4c90c05a73 . What do you think?

Hello @KnitCode, > as the documentation and tests show, but instead we have > get_sld('this.that.internal') = 'internal' Unfortunately, it has always behaved that way. I tried to check out https://github.com/nexB/python-publicsuffix2/releases/tag/release-2.2019-08-12...