-
Astronomer
- Middleton, WI
-
22:56
- 5h behind
Pinned Loading
-
github/octocatalog-diff
github/octocatalog-diff PublicCompile Puppet catalogs from 2 branches, versions, etc., and compare them
-
gotests-template
gotests-template PublicMy template for auto-generated table-driven tests for golang and testify
-
github/octofacts
github/octofacts PublicAutomate creation and maintenance of complete fact sets for rspec-puppet tests
-
simplecov-erb
simplecov-erb PublicCustomizable text formatter for the ruby 1.9+ coverage gem SimpleCov
-
minecraft-craftscripts
minecraft-craftscripts PublicCraftscripts for Minecraft WorldEdit
-
hiera-simulator
hiera-simulator PublicPull facts about a node and then preview hiera changes there
1,749 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 3 commits in 2 repositories
Created 1 repository
-
kpaulisse/goobs
Go
This contribution was made on Mar 13
Created a pull request in andreykaipov/goobs that received 2 comments
fix: Set correct types and annotations for KeyModifiers
Fixes #194 These are the correct types and annotations for KeyModifiers. I was able to verify that this works with a small test program: params := g…
Opened 1 other pull request in 1 repository
andreykaipov/goobs
1
merged
-
Fix build: Add patch version to go directive in go.mod
This contribution was made on Mar 13
Created an issue in andreykaipov/goobs that received 1 comment
KeyModifiers (TriggerHotkeyByKeySequence) has wrong types
goobs/api/typedefs/typedefs.go Lines 76 to 81 in 444ded1 This struct should have each of the key modifiers as a boolean, and the JSON a…