To learn more about me, please check out my blog with some of my thoughts on infrastructure and tech in general.
If it is up, you can visit my personnal Git Server.
To learn more about me, please check out my blog with some of my thoughts on infrastructure and tech in general.
If it is up, you can visit my personnal Git Server.
Golang Fuego - Web framework generating OpenAPI 3 spec from source code - Pluggable to existing Gin & Echo APIs
Draws a flowchart graph of any Visual Novel from Renpy .rpy files !
Tools to experiment strategies for Iterated Prisoner's Dilemma!
Python
Sudoku solvers (Rust, Go, Python) & benchmarks. My way to say Hello World
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 |
This PR has several goals:
avoid nil pointer dereference (Error() string { return e.Err.Error() }
panics when no e.Err. Happened a lot...
have th…