Michele Randi

Results 7 comments of Michele Randi

@fiatjaf thx for the fast reply! I actually saw it in your test and tried to use it, but I kind of failed. Wanted to have it here: https://github.com/zalando-incubator/bro-q/blob/master/src/ts/background.js#L4

@fiatjaf I thought I did but I will try again, maybe I have some other issues Thanks also for the tipp with promised, this was an hackweek project and I'm...

@loneshark99 thx for reporting the issue. We will take a look and provide a fix, can't tell how fast right now but if you can/prefer we appreciate also PR.

@raphaeleidus I often have the need to filter and extract the data in csv, ending up using such a similar expression: https://gist.githubusercontent.com/mrandi/5bd0f20e44b71e18086a989627ead943/raw/b1f9ce91f25ed19bacdecb292255a46ef432399e/json-test-file.json#broq-filter=.l1%20%7C%20map(select(.env%3D%3D%22prod%22))%20%7C%20map(%5B.name%2C%20.title%5D)%20%7C%20.%5B%5D%20%7C%20%40csv ![image](https://user-images.githubusercontent.com/4638986/43632210-be25f892-9705-11e8-8c76-ca70e41a4ca6.png) The main problem is that I cannot...

@szuecs plz create an internal ticket for this. Thx!

@hjacobs if I get it. - Parse policy - get all s3 rules - get from kio all configured mint bucket (because bucket are global, so I can't filter it)...