Amin Ya

Results 542 issues of Amin Ya

I tend to challenge that market share chart attached to [this commit](https://github.com/evilmartians/lefthook/commit/70f6b51ebe0f618b946398ebe0db7c6fe9de69cc) One of them is for performance tests of the computers, which are usually the newest, and the other...

Why all of the operating systems have binaries but Windows doesn't? 50% of developers use Windows. https://insights.stackoverflow.com/survey/2019#technology-_-platforms 83% of people use Windows. [![](https://res.cloudinary.com/marcomontalbano/image/upload/v1587271094/video_to_markdown/images/youtube--eJuvKn5j_kE-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://www.youtube.com/watch?v=eJuvKn5j_kE "")

This is the error that I get: ``` Performing "debug" build using /home/aminya/dlang/ldc-1.27.0-beta2/bin/ldc2 for x86_64. Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the...

I was trying memory sanitizer, which I faced a strange error. It seems that `std.stdio.writeln` has an `MemorySanitizer: use-of-uninitialized-value` error. ```d import std.stdio: writeln; void main() { writeln("Hello"); } ```...

Fixes #30 This adds `-h` as a short alias for `--help`

Is there any plan for porting this toolbox to Julia language?

cmake-format usually takes a couple of seconds to format the document. This locks the editing in the editor making it unusable.

Where is this executable? ```ps1 ❯ pip install cmakelang[YAML] Requirement already satisfied: cmakelang[YAML] in c:\python39\lib\site-packages (0.6.13) Requirement already satisfied: six>=1.13.0 in c:\python39\lib\site-packages (from cmakelang[YAML]) (1.15.0) Requirement already satisfied: pyyaml>=5.3; extra...

I am unsure if I have to configure the rust analyzer in a certain way. Still, after opening a big Rust project, the rust-analyzer blocks the `target` directory and disallows...

C-support

This adds a function to return a worker instance based on the provided options. - It allows us to choose between tiny and node threads. - using dynamic import only...