Jared Su

Results 5 issues of Jared Su

in layouts/_defult/list.html ```html {{ partial "header.html" . }} {{ .Title }} {{ range $index, $page := (.Paginate (where .Site.RegularPages "Type" "posts")).Pages }} {{ if ne $index 0 }} {{ end...

With the help of [dwml](https://github.com/xiilei/dwml), omml can easily be converted to latex. But there 's still some unexpected and unknowable situations that omml cannot be converted to latex normally(occasionally).

### Expected behavior I have an AudioSegement, after processing, I want to open() it for some reason, but all I can do now is: ```python from pydub import AudioSegment audio...