@Homebrew and @rust-embedded maintainer, student and tinkerer.
Available for full-time positions.
-
University of Innsbruck
- Austria
- reitermark.us
- in/markusreiter
Highlights
- Pro
Block or Report
Block or report reitermarkus
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
epub3-boilerplate
epub3-boilerplate Public📕 An EPUB 3.0 template to help you get started with your ebook. (Includes iBooks display options.)
-
oc-reith/oc-reith.github.io
oc-reith/oc-reith.github.io Public🚗 Source Code of the OCR Website – https://oldtimer-reith.tirol
-
3,227 contributions in the last year
| Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
Homebrew/homebrew-cask,
Homebrew/brew,
reitermarkus/cmacro-rs
and 107 other
repositories
Contribution activity
February 2024
Created 128 commits in 12 repositories
Created 1 repository
-
reitermarkus/gpiocdev-rs
Rust
This contribution was made on Feb 14
Created a pull request in rust-lang/rust that received 15 comments
Make NonZero::get generic.
+21
−20
lines changed
•
15
comments
Opened 33 other pull requests in 6 repositories
Homebrew/brew
20
merged
2
open
-
Fix
API::tap_from_source_downloadfor relative paths.This contribution was made on Feb 16 -
Reapply "Refactor
Formulary::loader_for."This contribution was made on Feb 16 -
Fix
Tap#alias_tablewhen using the API.This contribution was made on Feb 16 -
Fix flaky
CaskDependenttests.This contribution was made on Feb 16 -
Fix flaky
Formularytest.This contribution was made on Feb 16 -
Fix duplicate quotes in dependency audit.
This contribution was made on Feb 15
-
Use
CachableinTap.This contribution was made on Feb 15 -
Fix cask migration warnings.
This contribution was made on Feb 13
-
Allow tap migrations with renames.
This contribution was made on Feb 13
-
Refactor and add type signature for
uses_from_macos.This contribution was made on Feb 12 -
Stop following recursive tap migrations.
This contribution was made on Feb 10
-
Simplify tests.
This contribution was made on Feb 9
-
Simplify
CaskLoaderfurther.This contribution was made on Feb 9 -
Remove unused methods.
This contribution was made on Feb 8
-
Avoid
T.must.This contribution was made on Feb 8 -
Refactor
Formulary::loader_for.This contribution was made on Feb 8 -
Audit taps for duplicates in aliases/renames.
This contribution was made on Feb 8
-
More
CaskLoaderimprovements.This contribution was made on Feb 8 -
Fix loading aliases from API.
This contribution was made on Feb 8
-
Refactor
CaskLoader::for.This contribution was made on Feb 7 -
Handle tap migrations in
CaskLoader.This contribution was made on Feb 6 -
Refactor rename/migration handling in
Formulary.This contribution was made on Feb 6
rust-embedded/heapless
4
open
1
closed
-
Implement
poolfor any 32/64-bit architecture that supports the corresponding atomics.This contribution was made on Feb 19 -
Don't ignore doc tests.
This contribution was made on Feb 19
-
Fix pool macro warnings.
This contribution was made on Feb 19
-
Fix CI.
This contribution was made on Feb 19
-
Use macros to implement traits for
VecandVecView.This contribution was made on Feb 7
rust-lang/rust
2
open
1
merged
-
Refactor trait implementations in
core::convert::num.This contribution was made on Feb 18 -
Implement
NonZerotraits generically.This contribution was made on Feb 17 -
Use
transmute_uncheckedinNonZero::new.This contribution was made on Feb 8
warthog618/gpiocdev-rs
1
merged
-
Implement
AsRef<Request>forRequest.This contribution was made on Feb 16
rust-lang/rust-bindgen
1
merged
-
Fix warnings.
This contribution was made on Feb 10
sorbet/sorbet
1
merged
-
Fix signature for
String#slice.This contribution was made on Feb 9
Reviewed 30 pull requests in 6 repositories
Homebrew/brew
21 pull requests
-
Modernize RSpec configuration
This contribution was made on Feb 19
-
Fix rubocop .rbi exclusion
This contribution was made on Feb 19
-
formulary_spec: update API tests to avoid mocking
This contribution was made on Feb 19
-
Move tapioca args to config; exclude unnecessary gems
This contribution was made on Feb 17
-
build(deps): bump sorbet-static-and-runtime and sorbet-runtime in /Library/Homebrew
This contribution was made on Feb 15
-
docs:
Brew Test Bot->BrewTestBotThis contribution was made on Feb 15 -
Refactor
Formulary::loader_for.This contribution was made on Feb 15 -
docs: improve Python docs, add section about PEP 668
This contribution was made on Feb 13
-
Remove use of hidden-definitions
This contribution was made on Feb 12
-
Simplify
CaskLoaderfurther.This contribution was made on Feb 12 -
Livecheck: Add Crate strategy
This contribution was made on Feb 12
-
Finalize methods that do not support overrides
This contribution was made on Feb 11
-
Fix support of formulae aliases in taps
This contribution was made on Feb 11
-
docs: modernize BrewTestBot info for maintainers
This contribution was made on Feb 10
-
Refactor rename/migration handling in
Formulary.This contribution was made on Feb 10 -
Improved the GitHub link that is generated when the required scope of the token has mismatched with the present scope
This contribution was made on Feb 10
-
More
CaskLoaderimprovements.This contribution was made on Feb 9 -
Avoid
T.must.This contribution was made on Feb 9 -
Don't require "branch: main" for resources with revisions set
This contribution was made on Feb 9
-
spdx: update license data.
This contribution was made on Feb 9
-
Refactor
CaskLoader::for.This contribution was made on Feb 7
Homebrew/homebrew-cask
3 pull requests
-
motion 0.61.0 (new cask)
This contribution was made on Feb 20
-
mediamate 3.1.2
This contribution was made on Feb 15
-
various: change spelling to international english
This contribution was made on Feb 14
rust-embedded/heapless
3 pull requests
-
Vec: add a "View" that can mutate the vec and erase the const generic.
This contribution was made on Feb 7
-
Generalized
Vec, implementedVec::transmute_buffer.This contribution was made on Feb 7 -
Adds
Deque::make_contiguousThis contribution was made on Feb 7
rust-lang/rust-bindgen
1 pull request
-
Remove
ascasts.This contribution was made on Feb 20
reitermarkus/automerge
1 pull request
-
Test Pull Request (3127)
This contribution was made on Feb 19
rust-lang/rust
1 pull request
-
Make
NonZeroconstructors generic.This contribution was made on Feb 8
Created an issue in warthog618/gpiocdev-rs that received 4 comments
Implement Debug for tokio::AsyncRequest.
Seems like tokio::io::unix::AsyncFd does not implement Debug, so the derive(Debug) on tokio::AsyncRequest is useless.
4
comments
Opened 1 other issue in 1 repository
Homebrew/brew
1
open
-
Consolidate
Aliases,formula_renames.json,cask_renames.jsonandtap_migrations.jsoninto single file.This contribution was made on Feb 7
5
contributions
in private repositories
Feb 13 – Feb 15







