Pooya Moradi

Results 71 issues of Pooya Moradi

[difftastic](https://github.com/wilfred/difftastic) is a diff tool which is [aware of the semantics](https://difftastic.wilfred.me.uk/introduction.html) of the code depending on their programming language. I was wondering if it is possible to integrate it into...

enhancement

Cargo builds successfully on Ubuntu 18.04 but `mech test`ing the test dir in the repo, fails. It seems `machines/libmech_io.so` has a hard dependency on GLIBC. I know 18.04 is outdated...

I'm [packaging mech-lang](https://github.com/termux/termux-packages/pull/11894) for Termux (Android). When I'm cross-compiling for aarch64, arm or i686, I'm getting the following [linker error](https://github.com/termux/termux-packages/runs/8300471169?check_suite_focus=true) about openssl: ``` = note: ld: error: /data/data/com.termux/files/usr/lib/libssl.so is incompatible...

What's the best voice and switch combination for synthesis of technical texts (like manuals, books, papers)? @jnordberg sorry for pinging, I think you have a good idea about this... For...

I'm using the `tortoise_tts.py` script. Symbols like `*`, `+` or `multi-word-phrases` are not synthesized. Is there a parameter to tweak for this?

https://github.com/neonbjb/tortoise-tts/issues/165

This PR adds build instructions and an example (with image) to the project readme and adds a GitHub action workflow to automatically build the binary on Push/PR

Installed the pre-requisites and executed the binary. This error was shown. ``` ./able: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory ```...

I did a rudimentary test to compare rendering performance among Alacritty, Xfce4-terminal and Konsole. Xfce4-terminal has the least amount of flickering. https://user-images.githubusercontent.com/1058151/184092182-dd20ab05-b668-423a-8304-2de5e9519c6c.mp4

For example grab a C file, change its extension to `.go`. All `github-linguist`, `enry` and `hyperpolyglot` detect it as a Go source. If I remove the extension, `hyperpolyglot` returns empty.