Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
6,230 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 67 commits in 11 repositories
Created 1 repository
- Mic92/install-nix-action Shell
Created a pull request in NixOS/nixpkgs that received 8 comments
kernel: allow to be built on remote builder
When building a kernel for a different architecture, the build
fails because preferLocalBuild tries to run the wrong binaries
locally (i.e. aarch64…
Opened 8 other pull requests in 6 repositories
mozilla/TTS
2
open
NixOS/nixpkgs
1
open
1
merged
nix-community/nur-packages-template
1
merged
cachix/install-nix-action
1
merged
Mic92/nix-build-uncached
1
merged
Mic92/nix-update
1
merged
Reviewed 10 pull requests in 3 repositories
NixOS/nixpkgs 8 pull requests
- configuration template: add hint to install editor
- Fix firefox wrapper
- kernel: manual-config.nix improvements
- dolphinEmu: install udev rules on linux
- buildRustPackage: add `cargoHash` for SRI hashes of vendored deps
- Add Symbiflow + prjxray for OSS Xilinx FPGA development
- Firefox nix addon support
- zfs: 0.8.5 -> 2.0.0
Mic92/python-mpd2 1 pull request
NixOS/nixos-hardware 1 pull request
Created an issue in mozilla/TTS that received 2 comments
negative numbers are not pronounced correctly
i.e. -1 is pronounced the same as 1
The phonemizer backend/espeak is able to handle this correctly:
>>> phonemize("-1", njobs=1, backend='espeak', …

