Svilen Markov
1615c20e66
Change custom api int64 types to int
...
Some of Go's native template functions return int and
having to juggle between int and int64 might get messy
so we'll try to stick to having a single int type
2025-03-16 01:32:35 +00:00
Svilen Markov
8331c4b305
Add Exists function
2025-02-09 05:32:30 +00:00
Svilen Markov
5a06f4788b
Return NaN instead of 0 when dividing by 0
2025-02-09 05:32:05 +00:00
Svilen Markov
61fd5481cc
Update custom API
2025-02-02 13:02:46 +00:00
Svilen Markov
dbcc13a5cf
Allow inserting env variables anywhere in the config
2024-12-16 23:59:25 +00:00
Svilen Markov
b5259d1a98
Rename variables & interface
2024-11-30 14:24:19 +00:00
Svilen Markov
02cbb5f812
Fix CS
2024-11-30 10:48:33 +00:00
Svilen Markov
90fbba600f
Restructure & refactor codebase
2024-11-29 16:34:15 +00:00