I code / I drum
Pinned Loading
-
godot-s7-scheme
godot-s7-scheme PublicGodot engine language binding for the wonderful s7 Scheme
C++ 14
-
idris2-lsp-vscode
idris2-lsp-vscode PublicVisual Studio Code integration for the Idris 2 language server
-
krust-template
krust-template Public templateKotlin on the outside, Rust on the inside, exchanging messages asynchronously.
Kotlin 3
-
-
1,075 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
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
Contribution activity
April 2025
Created 8 commits in 1 repository
Created a pull request in gradle/gradle that received 12 comments
Extract graph-isolation
out of configuration-cache
So it can be reused for the isolation of flow actions.
This refactoring introduces two new modules:
graph-isolation
: main implementation of the o…
+242
−71
lines changed
•
12
comments
Opened 1 other pull request in 1 repository
gradle/gradle
1
merged
-
Allow
null
extra propertiesThis contribution was made on Apr 10
Reviewed 3 pull requests in 1 repository
gradle/gradle
3 pull requests
-
Allow
null
extra propertiesThis contribution was made on Apr 11 -
Add todo and a test for flow action depending on task with late binding
This contribution was made on Apr 11
-
Extract
graph-isolation
out ofconfiguration-cache
This contribution was made on Apr 9
Created an issue in gradle/gradle that received 1 comment
Regression: NPE
on null
extra property with 8.14 RC1
In Gradle 8.14 RC1, it is no longer possible to create extension properties with a null
value:
project.ext { aProperty = null as Integer
}
Expected…
1
comment
11
contributions
in private repositories
Apr 9 – Apr 23