Veeral Patel

Results 32 comments of Veeral Patel

@vladnicoara Hey! Not Wes but you should be fine with 16 GB.

The demo? @fawaskallayi I also can't run it, since I have Node 10 but Node 4 is required to run it. Looks like it hasn't been updated in 4 years....

@grichardomi Hey - I'm spending most of my time working on [True Positive](https://www.truepositive.app/), the next version of INCIDENTS. It has a nicer UI and supports case templates and many other...

@thedevsaddam I found a similar issue: https://github.com/thedevsaddam/govalidator/issues/9 Where you linked to this page: https://github.com/thedevsaddam/govalidator/blob/master/doc/SIMPLE_STRUCT_VALIDATION.md However, I didn't see anything on this page that would solve my problem! Perhaps it is...

@thedevsaddam Thanks for your reply! Sorry for closing/reopening this ticket on accident. Here are my validation rules: ``` validator := govalidator.New(govalidator.Options{ Data: &requestBody, Rules: govalidator.MapData{ "title": []string{"required", "max:255"}, "x": []string{"required",...

@Deastrom @ph34tur3 do you guys want help on this? seems like a great addition to TheHive! you can email me at [email protected]; I have some free time and can get...

@siisar Hey - so essentially you'd like an additional permission that determines if an user can execute any responder on a case? What do you think of having certain responders...

@siisar It's another form of authorization, in addition to what you're suggesting. This seems like a really fun feature request to work on! I'd be willing to chat with you...

@siisar yeah the two phase approval process is probably fun to think about, but not too relevant in real life :( Actually, I don't think we need to do anything...

@achillesheald Hey - thanks for your feature request! What's your use case for this? You mentioned "targeted assessments" but I'm not sure what that means or how exporting data from...