Andžej Maciusovič

Results 43 comments of Andžej Maciusovič

@KiranWorks1061 I implemented ng-select using [typeahead] input https://ng-select.github.io/ng-select#/filter so you can implement any custom search you want.

@manjitsingh91 You can checkout https://ng-select.github.io/ng-select#/grouping which support groupBy

https://github.com/ng-select/ng-select Added support for append to body recently.

Hi, if you run memcache in kubernetes we implemented https://github.com/castai/k8s-memcache-selector It watches memcache k8s endpoints and updates server list.

@nicolasnoble Thanks for response. Would you accept PR if I implement them, since I need server interceptors any way to be able to use grpc for production. I saw that...

@theogravity Thanks for a link. I rewrote my server in go since it has the best grpc implementation.

Hi, @grubernaut @fnuva @tombuildsstuff @janhorstmann Can we merge opened PR for escalation type? We need this field to migrate to terraform.

@chen-keinan Yes, sorry, missed that.

Hi @chen-keinan Looked closer into fs implementation here https://github.com/aquasecurity/trivy/blob/main/pkg/fanal/artifact/local/fs.go#L115 Does this mean that there is only single cache key for the whole image? This looks less efficient since base layers...

Yes, 3 point of actual scan logic would be in `trivy`. Maybe it's worth to create separate issue for `trivy` repo if you think this could be useful scan mode?...