Chris Grindstaff

Results 160 comments of Chris Grindstaff

Patch https://github.com/olekukonko/tablewriter/pull/187 Workaround: Ensure your headers are at least two spaces instead of empty. In the example above, replace ``` table.SetHeader([]string{"", "", "col2"}) ``` with ``` table.SetHeader([]string{" ", " ",...

I looked at this and the tt-rss server does this currently. However, the server only changes text links to urls when santizie=true. I could add the functionality client-side but not...

I have a working version in the linkify branch. Check it out and let me know what you think. My only concern is performance since it will be applied indiscriminately...

I have a working version in the linkify branch if you want to check it out. -Chris On 05/26, hobeone wrote: > I subscribe to a few twitter feeds through...

Verified on 24.05.0 commit 6617960b using 10.195.15.41

Hi @mamoep "legacy" roles is a misnomer; perhaps a better name would be RBAC roles. Either way, the legacy roles are not going away, and both REST and ZAPI roles...

Thanks @mamoep! What version of ONTAP are you running that showed output? I'll update my text above to include this for searching in the future, but another important point is...

Here's the list as of commit 5ae91b7d0e978fc91c8f74f7f524a65c29b75fd1 ```bash grep -R 'api/private' conf/rest | sort | uniq conf/rest/9.10.0/sensor.yaml:query: api/private/cli/system/node/environment/sensors conf/rest/9.10.0/svm.yaml: - query: api/private/cli/vserver/cifs/server/security conf/rest/9.10.0/svm.yaml:query: api/private/cli/vserver conf/rest/9.12.0/disk.yaml: - query: api/private/cli/disk conf/rest/9.12.0/fru.yaml:query: api/private/cli/system/fru-check...

I checked a 9.15.1 cluster and the problem I mentioned above still exists. That is, `security login role show-rest -commands "system health subsystem show"` returns "There are no entries matching...