Raman Gupta

Results 330 comments of Raman Gupta

Well, yes, I mean, that is the obvious workaround. The point of the issue, however, is why we need to do: JSON -> destructured -> JSON when we could just...

It looks like one can use the ROUTES_URI env variable like this: ``` --env ROUTE_URIS=kafka://kafka-1:9092?topic=logs,kafka://kafka-2:9092?topic=logs,kafka://kafka-3:9092?topic=logs \ ``` but it would be useful to have this in the readme.

Related issue? https://github.com/XaF/qolsysgw/issues/132

One note: after the update to HomeAssistant today, my symlink was destroyed. Attempting to apply the update to qolsysgw 1.6.0, I got the error that "/config/appdaemon/apps" did not exist. Recreating...

It doesn't seem as if this is an issue any more -- in checking my system now, my manually created symlink is gone, qolsysgw is installed in the new and...

I generally like @kevinmost proposal but I prefer a more compact style that uses more horizontal space (I generally set my editor margin out to 130 chars, which is easily...

> @rocketraman 130 characters is pretty wide, and likely to cause you problems if you want to use a command line editor no? Hmm, I've never had an issue with...

A workaround is to add the `JIRA_API_TOKEN` to the cli action: ``` env: JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} ```