Ben Kiarie

Results 8 comments of Ben Kiarie

Hi @pavlovcik, what is the workaround for someone using `~/.bashrc` ?

Hi @dianabarsan have we established confident stability for the K3d e2e to close this or do I move this issue to 4.9.0 ?

Moved to 4.9.0 so as not to hold up the release.

Hi @jkuester , as I wait for the CI to go green please review my refactor when you have a chance. Thanks.

@henokgetachew I can confirm switching to that branch and deploying from there worked.

Hi @dianabarsan one change I did in the webapp is to add a method to typecast string facility_id to array ``` private getUserFacilityId(userSettings) { return Array.isArray(userSettings.facility_id) ? userSettings.facility_id : [userSettings.facility_id];...

HI @jkuester, 👋 I had attempted some magic 🪄 ....but I could not see any perf improvements, that's why I withdrew the review request as I do more digging ⛏️...