- San Francisco, CA
Block or Report
Block or report dduugg
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
picohaven Public
Forked from icegoat9/picohaven
lo-fi tactical dungeon crawler / light RPG that runs on the PICO-8 video game 'fantasy console'
Lua 1
-
-
cgm-remote-monitor Public
Forked from nightscout/cgm-remote-monitor
nightscout web monitor
JavaScript
-
rubocop Public
Forked from rubocop/rubocop
A Ruby static code analyzer, based on the community Ruby style guide.
Ruby
-
Loop Public
Forked from LoopKit/Loop
A closed-loop insulin delivery app for iOS, built on LoopKit
Swift
555 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 77 commits in 3 repositories
Created a pull request in Homebrew/brew that received 29 comments
Remove i18n use
Have you followed the guidelines in our Contributing document? Have you checked to ensure there aren't other open Pull Requests for the same cha…
Opened 24 other pull requests in 2 repositories
Homebrew/brew
20
merged
- Remove misleading upstream.rbi, enable types in on_system
- Use ActiveSupport Hash#assert_valid_keys instead of refinement
- Enable types in Library/Homebrew/cask, etc.
- Enable typing in Library/Homebrew/brew.rb
- Fix GitHub.last_commit and enable more typing
- Remove compatibility layer
- Update GitHubPackages for new Tab implementation
- Remove OpenStruct use in Tab
- Minor Kernel cleanup
- Enable types for most dev commands
- Enable typing in a few more files
- Fix DescriptionCacheStore searching
- Enable typing in a few more files
- Remove ActiveSupport String inflections
- Refactor searchable
- Revert splat changes to AbstractUninstall
- Enable typing in cmd/
- brew style --fix
- Fix "undefined local variable" error in update-report
- Fix type error in brew --env
sorbet/sorbet
3
merged
1
closed
Reviewed 20 pull requests in 2 repositories
Homebrew/brew
19 pull requests
- Add service block to formula api
- Use ActiveSupport Hash#assert_valid_keys instead of refinement
- Fix GitHub.last_commit and enable more typing
- Update GitHubPackages for new Tab implementation
- Remove OpenStruct use in Tab
- Enable typing in a few more files
- Add Nice option to service
- Enable typing in a few more files
- Remove i18n use
- Remove ActiveSupport String inflections
- Enable typing in cmd/
- Fix "undefined local variable" error in update-report
-
sorbet: Bump more files to
typed: true
- rubocops/cask: Disallow protocol in cask URL verified stanza
- Fix type error in brew --env
- Move Array#to_sentence monkey-patch from ActiveSupport to extend/
- Suppress unsupported splat errors when typechecking
- build(deps): bump rubocop-rails from 2.17.4 to 2.18.0 in /Library/Homebrew
- Enable Style/OpenStructUse cop
sorbet/sorbet
1 pull request
Created an issue in sorbet/sorbet that received 2 comments
Error assigning bound proc to ivar
Input → View on sorbet.run # typed: true class C extend T::Sig sig {params(blk: T.proc.bind(String).void).void } def initialize(&blk) @blk = blk end …