richban

Results 10 comments of richban

How did you try to solve this issue?

@RevolutionTech yeah I understand that. However, I have registered my models in the admin. My content type field has 3 options: 1. is '-------' string - default value 2. other...

> Thank you for your time! > > I made sure to update my `mach-nix` copy via `nix flake update` and I had the same output. I tried to run...

@vladas-v thanks for this "feature" I am having the same issue and your change really helped!

thanks @yasserf your fork works like a charm

@nikithauc in my case using `v1.0` version: ```js const appRoleAssignments = await client .api(`/servicePrincipals/${SERVICE_PRINCIPAL_ID}/appRoleAssignedTo`) .select("id") .select("principalId") .select("principalDisplayName") .select("principalType") .select("resourceId") .select("resourceDisplayName") .select("appRoleId") .get() return appRoleAssignments as AppRoleAssignment ``` I don't receive...

Alright I just noticed what's my actual response is :) ```js const client = getAuthenticatedClient(accessToken) const response = await client .api(`/servicePrincipals/${SERVICE_PRINCIPAL_ID}/appRoleAssignedTo`) .select("id") .select("principalId") .select("principalDisplayName") .select("principalType") .select("resourceId") .select("resourceDisplayName") .select("appRoleId") .get() const...

Bit out of topic but how can I remove the `@data` props from each response? ![ss](https://user-images.githubusercontent.com/6967088/123068382-229ac400-d412-11eb-8ea3-2f5db7eee009.png)

I have a similar [issue](https://github.com/rst-tu-dortmund/teb_local_planner_tutorials/issues/13) however I am not loading any conversion plugin.

Can't recall but I believe the issue was regarding wrong version or distribution installed