Partho Kunda

Results 3 issues of Partho Kunda

Alertmanager and prometheus server is staying in pending status. ``` k get pods NAME READY STATUS RESTARTS AGE prometheus-alertmanager-0 0/1 Pending 0 4m8s prometheus-kube-state-metrics-6b464f5b88-h8b29 1/1 Running 0 4m8s prometheus-prometheus-node-exporter-dq8pc 1/1...

When creating new expenses, currently there is no support to write mathematical expressions. My solution includes a package **math-expression-evaluator**. On change in the amount field, it tries to evaluate the...

I often want to add multiple expenses together in a single expense entry. So, I want to write math expressions (mainly addition and multiplication). Currently, writing math expressions in the...