paro

Results 9 comments of paro

Also `doscon` `tcshcon` `ps1con` as is supported by Pygments ([documents](https://pygments.org/languages/#interactive-terminal-shell-sessions)).

Looking forward to this to be added. This would make it easier to get ArchiveBox work with browser extensions like https://github.com/machawk1/warcreate

Thanks! A link to this API doc should be provided on the main page.

How is it exactly used? I tried ``` curl --cookie "__wr_sesh=(***)" \ -X "PUT" 'https://conifer.rhizome.org/api/v1/upload' \ -H 'accept: application/json' \ --upload-file ./20210705110711693.warc ``` but kept getting `{"error": "not_found"}`

After some experiments with `curl`, now I can't even upload a warc on the website... The response was a 500 internal server error.

There is a new method to get this on the MDN page: > This method has been deprecated. Use [`tabs.query({active: true})`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/query) instead.

This is a workaround for [#3331 (comment)](https://github.com/typst/typst/issues/3331#issuecomment-1926259917) that works on 0.11.0: ```typst #let sans-font = ("TeX Gyre Heros", "Noto Sans CJK SC").map(lower) #let serif-font = ("Tex Gyre Termes", "Noto Serif...