Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cagix closed a pull request on Dungeon-CampusMinden/Dungeon
Bump vite from 6.0.3 to 6.0.5 in /blockly/frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.3 to 6.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/rele...cagix pushed 199 commits to main cagix/jank
- Add initial LLVM IR codegen f264450
- Add LLVM IR codegen for remaining literals a593d66
- Use double over long double eab9d0c
- Start JIT compiling our LLVM IR 4046c00
- Merge branch 'main' of github.com:jank-lang/jank into llvm-ir 4d76efd
- Add IR codegen for if c7372b9
- Add throw IR codegen 17449a6
- Add basic let IR codegen No support for captures yet. 98346d0
- Add a todo aaaa2dc
- Add initial nested fn codegen 1743611
- Add all IR necessary for closures Still missing the runtime object, though. 966e912
- Add jit_closure object 1aadea4
- Merge branch 'main' into llvm-ir 76bba23
- Fix reduced visit 9ef039b
- Merge branch 'main' into llvm-ir 90c017a
- Fix lex tests with new real size 1ac6623
- Add named recursion support to IR codegen c5d6aaf
- Fix codegen for if exprs in return position 83056cd
- Merge branch 'main' into llvm-ir 5eaacb6
- Handle IR codegen for if with no else dd318c5
- and 179 more ...
cagix opened an issue on Programmiermethoden-CampusMinden/Prog2-Lecture
VL: Conventional Commits einführen
siehe auch Linter: https://github.com/conventional-changelog/commitlintcagix pushed 368 commits to master cagix/shattered-pixel-dungeon
- v2.5.0: fixed image copy not copying color value changes 9d81772
- v2.5.0: completely overhauled catalog UI, now uses a grid! 3920988
- v2.5.0: big expansion and some code improvements to catalogs 6a313b1
- v2.5.0: more thoroughly filled out equipment and consumable catalog tabs a3f2ab7
- v2.5.0: merged spawning logic into one class (freeing up bestiary) 16977c4
- v2.5.0: added a bestiary to the journal, which tracks mob&npc encounters 2f3ace3
- v2.5.0: expanded the bestiary to include plants and traps 018039a
- v2.5.0: expanded catalogs to include bestiary and lore sections 52aa387
- v2.5.0: fixed a few typos fae083d
- v2.5.0: fixed happy end badges not being added to local badges 1c2e5e9
- v2.5.0: journal catalog tabs now remember their scroll positions cba48b8
- v2.5.0: added a proper icon for the catalog tab eb51e6d
- v2.5.0: redesigned badges for the new catalog This includes a lore tweak to the final halls page b003d11
- v2.5.0: added more info tracking to catalogs, and code improvements f6299e0
- v2.5.0: improved code (and some text) for trinket descriptions d695308
- v2.5.0: made a bunch of code tweaks so catalogs can appear out of game b6f7e74
- v2.5.0: added a method for recording multiple bestiary encounters f0542eb
- v2.5.0: fixed enchant/glyph cleansing resulting in crashes 351a74c
- v2.5.0: added a new window for confirming upgrades (some stats missing) 40e7a40
- v2.5.0: added wndUpgrade info for wands be3de2d
- and 348 more ...
cagix opened an issue on Compiler-CampusMinden/CB-Vorlesung-Bachelor
B07: verschiedene C++-Testprogramme vorgeben
Der minimale umzusetzende Sprachumfang auf B07 ist nicht ins letzte Detail formulierbar und muss letztlich skizzenhaft bleiben. Um der Verunsicherung bei einigen Teams entgegenzuwirken, wäre ei...cagix pushed 119 commits to main cagix/markitdown
- Improve the readme with contributing guidelines Addresses issue https://github.com/microsoft/markitdown/issues/6 --... 3f9ba06
- CLI usage instructions Plus added a PyPI badge 6ebef5a
- Note about piping 33ce179
- add zip handling 862c390
- import zipfile 7e634ac
- Update readme e8ea8b6
- add test 571c5bb
- test 4987201
- Add installation instructions 18301ed
- Improve docustring df03382
- Merge branch 'main' into patch-2 559b1fc
- Update README.md I have updated the readme with three changes: - Created sections for Installation and Usage to hel... 30ab78f
- Merge branch 'main' into gagb/improve-readme a31c0a1
- Merge pull request #27 from haesleinhuepf/patch-1 Add installation instructions from haesleinhuepf:patch-1 ea7c6dc
- Merge branch 'gagb/improve-readme' into main 1aa4abe
- Merge pull request #28 from pawarbi/main Update README.md 752dd89
- Fix conflicts 5753e55
- Merge pull request #7 from microsoft/gagb/improve-readme Improve the readme with contributing guidelines 71123a4
- Merge branch 'main' into patch-2 60c495d
- Update README.md b842946
- and 99 more ...
cagix pushed 319 commits to master cagix/c3c
- Untyped splat. 8e9199f
- `format` functions are now functions and work better with splat. 1cc1b83
- Asserts are retained regardless of optimization when running tests. 4f54e27
- Add QOI to the standard library (#1409) Add QOI to the standard library 7581651
- Update QOI type names. d4fb5b7
- Limit object filename lengths. #1415 1502c6d
- Fix issues for compiling on 32-bit. 32cc4bc
- Allow `var` in lambdas in macros. Allow ad hoc generic declaration in lambdas and type definitions. Fix deprecation f... df4eb3d
- Fix bug in new splat code, fixes #1423. f67147a
- Fix regression for splat. b22bd45
- Fix regression for $include. 6f90e13
- Update range checking. 503032c
- Add `io::read_new_fully` for reading to the end of a stream. Add `io::wrap_bytes` for reading bytes with `io` functions. 2092e21
- Make subscript use its own "index" type rather than reuse Range. d6cf622
- fix: cast native thread 27f2d20
- move macro matrix_look_at to matrix module 2b0d289
- Add initial FreeBSD support (#1430) Add initial FreeBSD support 1b54a99
- Support `int[*] { 1, 2, 3 }` expressions. 9f4da33
- Refactor alignment code. Change deprecated function in test. 1b6ec34
- Correct '.so' suffix on dynamic libraries on Linux. eaa419a
- and 299 more ...
cagix deleted a branch Programmiermethoden-CampusMinden/student-support-code-template
dependabot/gradle/org.junit.platform-junit-platform-launcher-1.11.4
cagix pushed 1 commit to master Programmiermethoden-CampusMinden/student-support-code-template
- Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 (#8) Bumps [org.junit.platform:junit-platform... bab4dcb
cagix closed a pull request on Programmiermethoden-CampusMinden/student-support-code-template
Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yours...cagix created a review on a pull request on Programmiermethoden-CampusMinden/student-support-code-template
cagix closed a pull request on Programmiermethoden-CampusMinden/student-support-code-template
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit...cagix deleted a branch Dungeon-CampusMinden/Dungeon
dependabot/gradle/org.junit.platform-junit-platform-launcher-1.11.4