Felipe Volpone

Results 13 comments of Felipe Volpone

Hey @leocabral, I think we are missing something here. I was checking the [appengine documentation](https://cloud.google.com/appengine/docs/python/ndb/modelclass#Model_to_dict) and there is the `to_dict`method that every `ndb.Model` has. Could you try to use it...

To be honest I've never heard of dataset, but checking the docs it seems really nice :+1: Develop a plugin to integrate with it's simple. However, for now, I do...

Ok. Basically, Ray has a interface of how a model-db object should behavior, then each plugin has a different implementation following the interface. As you can check in the [model...

@fantpmas can you provide the screen view hierarchy? Run `maestro hierarchy` and paste the output

Does the same happen when running with `maestro test testing.yaml` ?

Oh if it works with quotes it seems a bug in the process of converting the yaml to maestro object, I'd guess that it's converting `YES` to boolean instead of...

Feel free to open a pull request for this feature

This indeed doesn't seem related to M1 MacBooks, because I use Maestro (test and studio) daily on an M1. @pezzeonline can you check if there is some process running on...

hey @chaitanya9186 could you please share the code you used to make the benchmark?

@depapp I'm not sure if I followed your goal with this PR. We already have the `--output` flag that you can use to save the report file. Isn't that enough...