Ossama Hjaji

Results 47 comments of Ossama Hjaji

Sorry for your trouble @johnblommers, I added a [`get-deps`](https://github.com/o2sh/miro/blob/main/get-deps) script along with a more detailed "Installation" section in the `Readme.md`.

> undefined reference to `hb_ft_font_set_load_flags' You probably don't have harfbuzz installed on your system, do a `sudo apt install libharfbuzz-dev` and try again.

Thanks for the heads up @PatchMixolydic. I switched the license template to GPL to make sure that any derivative work remains free to use/share and modify with the additional notice:...

Seems related to https://github.com/jpeddicord/askalono/issues/45 In this case we may want to display the aliases using `store.aliases(license.name)` 🤔 ![image](https://user-images.githubusercontent.com/13710835/190876384-aeb0441a-20a5-42d7-91d7-15b3a4ee94b8.png)

>Great idea! Thanks 😊 >What format do you think it should be? The format is still up for discussion, as you mentioned YAML and TOML seem more human-readible/editable. I like...

Good point! In that case we may need to extend the `Config` struct by adding more CLI flags for customization, e.g. : - The glyph to use for the separator...

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

But why ? https://github.com/Aaronepower/tokei is written in Rust and does a great job detecting languages.

it only detects the languages that are currently supported by onefetch (WIP): C Clojure C++ C# Go Haskell Java Lisp Lua Python R Ruby Rust Scala Shell TypeScript JavaScript Php...

Ok, with the new title it makes more sense to keep this open. We'll wait for tokei to fix it then. Thx @aaronfranke