Kang-min Liu

Results 17 comments of Kang-min Liu

Note: This requires us to add a new method in `API.pm` as well as corresponding tests.

I briefly brought this up to @tkgauri in a meeting, the though behind this is to have a "message builder" with more intuitive usage. The main intention is to let...

I agree with @Altai-man ... on the other hand no extra tests are prepared in this PR yet to cover the error cases.

Of course, after I teach myself how it is done...:)

I ran into the same error and messed around with `raku-indent.el` a little bit. It looks like if we delete two rules in `raku-smie-rules` at [line 58](https://github.com/Raku/raku-mode/blob/master/raku-indent.el#L58) and [line 62](https://github.com/Raku/raku-mode/blob/master/raku-indent.el#L58),...

With a bit luck, I found that without both of those 2 rules, the indentation of `if - else`statements is changed. From: ``` if %a{'foo'} { foo(); } else {...

FTR, Dates and Times in [JSONSchema][1] does cite RFC3339, which do state that the [restrictions of date-mday][2] (leap year) applies, but not necessarily for leap seconds (since one cannot reject...

Thanks for sharing -- btw on what version of macOS is this happenning ?

> How would this help the development of of `perl`? Although I couldn't say by how much, for the following purposes, Github Discussion is likely a better alternative to perl5-porters...

> > > How would this help the development of of perl? > > > > > > Although I couldn't say by how much, for the following purposes, Github...