Mohamed Daahir
Mohamed Daahir
SwiftLaTeX refactoring work can be followed at https://github.com/ducaale/SwiftLaTeX/tree/comlink
Support for client-side LaTeX generation has now landed in the main branch 🎉🎉🎉
We now have shifted LaTeX generation to client-side, removing the need to install LaTeX locally 🎉.
@jirutka Given that we don't support plugins yet, I think we could add auth types that people find useful. Do you know of any CLI tool that supports OAuth 2.0?...
>A hard part is error handling, particularly while streaming. If the response turns out to be invalid midway through we have to pick up exactly where serde_json's decoder left off...
@Adobe-Android we are open to supporting alternative auth types if enough folks find them useful. However, it looks like NTLM will be [retired](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/the-evolution-of-windows-authentication/ba-p/3926848) in a future version of Windows and...
GitHub Actions now supports Apple silicon. See https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions
Is there a particular stat you would be interested in? Currently, `-vv` displays the total duration, but we could also add time-to-first-byte and content-download duration. For more granular stats, it...
From @blyxxyz in https://github.com/ducaale/xh/issues/347#issuecomment-1894674048 >HTTPie issue: https://github.com/httpie/cli/issues/1495 > >This is maybe something we could handle by printing debug logs. Some of our dependencies already generate logs through log but we...
My main goal was to preserve newlines in the doc comment and that should be achievable with the `verbatim_doc_comment` attribute. #### Example ```rust // clap = { version = "3.0.0-rc.4",...