Suven-p

Results 22 comments of Suven-p

I dont have an example in Go but here's the equivalent method in python ``` def create_float_attribute(self, database_id, collection_id, key, required, min = None, max = None, default = None, ...

Variadics would need to be of type interface{} and that would forego typechecking. Pointers don't allow literals like 23. I was thinking of doing functional options. It would be a...

@rubiin Can I do https://github.com/validatorjs/validator.js/pull/2019 ?

~It also does not include validation for `nodes` input parameter. If the entered URL is not valid, axios throws an error. I am still looking for a way to add...

> Could you note the assumptions in the frontend? Especially that users need to activate the monitoring plugin should be non-obvious.. added it to the type string ![image](https://github.com/user-attachments/assets/3f11a4b5-6f63-4fb7-8531-b3dd51200c30)

@ericallam Can I request a review?

I would like to take on this issue but I am not sure about `Metrics Collection` and `customize alert thresholds for the collected metrics.`. Is there any other monitor that...

Suggestion for attribute value: ![Screenshot from 2023-05-09 09-27-32](https://user-images.githubusercontent.com/47393058/236988582-ee66badd-1842-49cf-8c6e-fb6d2c6f454f.png) ![Screenshot from 2023-05-09 09-27-48](https://user-images.githubusercontent.com/47393058/236988587-0be8c6f7-aabc-4b33-b310-8593ce4ff48e.png) Error for incorrect type: ![Screenshot from 2023-05-09 09-31-35](https://user-images.githubusercontent.com/47393058/236988893-f27f31f2-56e0-403d-960e-6e9693fc0bd6.png)

Updated playground link: https://tsplay.dev/WYQJzW

> Would it be possible to even infer the type from the `listDocuments` as well? Could you explain what you mean? I don't think its possible to infer the type...