Emeka Nkurumeh
Emeka Nkurumeh
- fixes the precedence of "quiet mode" in the settings to fix [this](https://github.com/ziglang/sublime-zig-language/issues/36#issuecomment-963632695) error - fixed issue broken "Build On Save" option this never worked because it was actually calling...
whenever i try to force remove a package via `aura -Rdd ` it fails the dependency check when using aura, but works fine with pacman. is this intentional?
in the README mimalloc claims > mimalloc always outperforms all other leading allocators (jemalloc, tcmalloc, Hoard, etc) i'm interested to see how it compares to rpmalloc.
`stdbool.h` defined `bool` as `_Bool` which nimterop doesn't like, leading to cryptic errors like: ``` Error: unhandled exception: getters.nim(174, 14) `name[0] != '_' and name[^1] != '_'` Identifier 'sapp_touchpoint:_Bool' (nskType)...
would it be possible to add distinct types? for example, to make it an error to pass a `GLuint` representing a shader as the program for `glAttachShader`.
Would it be possible to expose the modules: - `Text.MMark.Render` - `Text.MMark.Trans` - `Text.MMark.Type` I want to implement custom rendering logic, generating different header ids than what mmark does as...
Closes #46. I hadn't seen #74 until now, but it seems this is more or less the same idea. So most of the comments on it still apply. Instead of...
The package [notion-app-electron](https://aur.archlinux.org/packages/notion-app-electron) has a install script named `.install`, however the build directory is missing this file even though it is in the cloned Git repo which causes the build...
It seems like the splitting performed by Aura for AUR package searching is broken somehow. Any search queries with a "-" return an empty set of results even if manually...
If the SRCINFO file specifies an install script we unconditionally add it to the set of files to copy into the build directory.