Siavash Askari Nasr
Siavash Askari Nasr
@JJ https://twitter.com/perl6org If there are no official things, then what are perl6.org and the perl6 group on github? @virtualsue It's about Perl 6 user experience, what does anything on github...
A Jekyll blog could also work, but then the problem will be the design and if it needs to be consistent with other things. So maybe what you said is...
Yeah, and if nobody wants to write the post manually, something like IFTTT can be used to tweet the feed items automatically.
Maybe by including the example I put a lot of emphasis on it, but that wasn't the main reason, it was just an example(another example happened yesterday, but I'm not...
I actually think what you, stmuk and abraxxa did is derailing the issue, and also IMO off-topic. If you look at the other comments they are talking about the issue...
I use them for documentation, and also use tools for generating other formats(Markdown for example) from them. Although the tools are not perfect right now and sometimes need manual editing....
> Also, why would a user be interested in how the signature of a method is implemented? That's why I mentioned the tools, they have a lot of room for...
> How can the tool determine whether something is supposed to be usable by the user? Probably needs to be done using configs? Maybe one config for the whole document...
```raku say (1,2,3,0,3,3,3,0,1,2,0,2,2,0).grep({ 0 ^fff^ 0 }) =output (3 3 3 2 2) ```
Thanks, I think `MoviePopularResults` needs to be changed as well, it's used by both `MoviePopular` and `MovieTopRated` https://github.com/cyruzin/golang-tmdb/blob/bd87c9a94bd61b9178e41a07a22f64318f4a7b66/results.go#L407