Mohamed Daahir

Results 124 comments of Mohamed Daahir

**Update**: I am currently experimenting with [tectonic](https://github.com/tectonic-typesetting/tectonic) (self-contained LaTex engine in rust) and [SwiftLaTex](https://github.com/SwiftLaTeX/SwiftLaTeX) (LaTex compiled to wasm) to simplify the local development setup. The latter (i.e., SwiftLaTex) should also...

Oops, I didn't mean to close this issue. While replacing tectonic certainly simplifies the local setup required, we can do better and remove the required setup altogether by using SwiftLaTex...

Thanks for the update @saadq. I will be looking forward to getting in touch with @devdrowsy soon. >Additionally, the fact that I was losing money every month to keep the...

@KarmaKami994 It might take some time before v3 gets released with subelement re-ordering. In the meantime, you can export your resume as a JSON, do your edits and reimport it.

I think this PR is ready now. I will merge it and we can fix any found issues later

The latest version of reqwest has added experimental support for HTTP/3 🎉 https://github.com/seanmonstar/reqwest/releases/tag/v0.11.15

From @sorairolake in https://github.com/ducaale/xh/issues/326 >Run `http -d "https://ftp.jaist.ac.jp/pub/Linux/ArchLinux/iso/2023.09.01/archlinux-2023.09.01-x86_64.iso"`: > >![HTTPie's progress bar](https://github.com/ducaale/xh/assets/48999343/4d956614-1c1f-47cf-802a-1ad69d9ebcdf) > >Run `xh -d "https://ftp.jaist.ac.jp/pub/Linux/ArchLinux/iso/2023.09.01/archlinux-2023.09.01-x86_64.iso"`: > >![xh's progress bar](https://github.com/ducaale/xh/assets/48999343/91946187-e3c8-4b71-b608-8d79e88603d9) > >Since the tick character is already Unicode, so...

**Update**: xh has been added to the GURU Project Repository 🎉 See https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1eacdc763f28511ab585b5e77aecd493752cd8a

Given that deno supports `.jsonc` for its configuration file, it would be convenient if node-config supported `.jsonc` extension as well.

Have you tried using https://github.com/Atome-FE/llama-node? I think it has bindings to this library >This is a nodejs library for inferencing llama, rwkv or llama derived models. It was built on...