Manuel

Results 1772 comments of Manuel

Would that solve the issue? What would that check look like? Maybe you can add a review code suggestion to https://github.com/parse-community/Parse-SDK-JS/pull/2201?

Could you make a code suggestion in the PR? I'm not sure what this fix could look like. I have also added more cases to the test in the PR;...

We currently do not have such a thing as experimental features (there's a long explanation somewhere why that is). We can either remove the feature as a whole or keep...

Even with the fixes that we considered so far, it means that objects with numbers as keys (starting with key `0`) are returned incorrectly as arrays instead of objects. If...

If you look at what has been granted in `AuthenticationToken.current?.claims()?.picture`, it seems the claim is only for a miniature version of the image of 100 x 100px. That is the...

The dashboard data browser seems to be continuously loading the table; not sure if that is a bug related to this feature, still investigating. You can see this by launching...

The preview environment does not update on every commit. If you want to update the environment you can close and re-open this PR, then after a few minutes uffizzi will...

I tested the [example scenario](https://github.com/parse-community/parse-dashboard/issues/2496#issue-1811823229) described in the feature request and it worked well. I can already tell that this feature will be very helpful to many dashboard users, good...

Just one last thing, given that our filter dialog is now more complex with an additional column, do you think you could add the headings "Class, Field, Condition, Value", like...

@YBTopaz8 Sure, I just found some style issues in the other PR you've mentioned; I'll review that first.