• Joined on 2025-03-13
loic pushed to main at loic/datastructures-utils-java 2025-09-06 12:15:57 +00:00
965b9872cc Add fold method to Try
loic pushed to main at loic/datastructures-utils-java 2025-09-06 10:51:03 +00:00
c9700868a0 Fix javadoc
f0881b5ca6 Remove mockito and fix tests. Add null handling in the code
3efa21382e Functional classes now adopt a standard semantic transformation vocabulary. Covered functional classes with tests
Compare 3 commits »
loic created branch main in loic/datastructures-utils-java 2025-09-01 21:35:01 +00:00
loic pushed to main at loic/datastructures-utils-java 2025-09-01 21:35:01 +00:00
b92caea4ab First commit of the library
loic created repository loic/datastructures-utils-java 2025-09-01 21:33:58 +00:00
loic pushed to main at loic/40K-damage-calculator 2025-09-01 20:53:17 +00:00
4f5bd1f851 Switch frontend react state from vanilla to redux (#1)
loic deleted branch redux from loic/40K-damage-calculator 2025-09-01 20:53:17 +00:00
loic merged pull request loic/40K-damage-calculator#1 2025-09-01 20:53:16 +00:00
Switch frontend react state from vanilla to redux
loic created pull request loic/40K-damage-calculator#1 2025-09-01 20:51:43 +00:00
Switch frontend react state from vanilla to redux
loic pushed to redux at loic/40K-damage-calculator 2025-09-01 20:49:58 +00:00
ebee12db5a Try to fix parser and ignore units without keywords while loading backend
loic pushed to redux at loic/40K-damage-calculator 2025-09-01 18:19:06 +00:00
16dddbb1bd Try to fix CORS Errors in backend
loic pushed to redux at loic/40K-damage-calculator 2025-09-01 17:52:23 +00:00
5d9379d3df Update frontend to make use of adepta sororitas and astra militarum catalogues
0fa6e47c85 Update backend to use latest catalogue files
e20ce6cd57 Update Catalogue parser to handle both adeptas and astra militarum catalogues
232e8eca30 Update catalogue to handle Adepta Sororitas profiles
Compare 4 commits »
loic pushed to redux at loic/40K-damage-calculator 2025-08-26 16:05:29 +00:00
b2e04fb33b Bump version
loic pushed to redux at loic/40K-damage-calculator 2025-08-26 16:02:46 +00:00
a287766106 Fix linting errors
loic pushed to redux at loic/40K-damage-calculator 2025-08-26 13:15:57 +00:00
e39ca47761 Update frontend code to make use of new state and ways of working with redux toolkit
b48cea0149 Finish cleaning up weapons table component. Still to be tested
Compare 2 commits »
loic pushed to redux at loic/40K-damage-calculator 2025-08-26 11:29:05 +00:00
020dcf6cf7 Clean up and refactor AttackPanel react components
loic pushed to redux at loic/40K-damage-calculator 2025-08-26 08:00:28 +00:00
6f8748ea50 Fix glaring react and redux best practices issues
loic pushed to redux at loic/40K-damage-calculator 2025-08-26 07:21:06 +00:00
baca4cfbea Fix AttackPanel syntax error
loic pushed to redux at loic/40K-damage-calculator 2025-08-25 16:18:39 +00:00
47378781a0 Convert attack, results and App to redux toolkit
loic pushed to redux at loic/40K-damage-calculator 2025-08-25 07:10:26 +00:00
875cb09c5b Remove unused code and document improvements to the frontend state migration to redux