Sem Keijsper

Results 7 comments of Sem Keijsper

+1 for button and include subtitle support for chromecast

As soon as I add a `reviewers` or `assignees` field in my config, my pipeline throws: "##[error]Cannot read properties of undefined (reading 'length')". this is my pipeline: ```yml trigger: none...

@ahmed-ben10 Thanks for your reply. How did you discover/find who your build service user is? And in what menu was that screenshot taken, Project settings, Organization settings, and which submenu?...

@sambouchard-newforma Unfortunately none of the users listed in the Pipeline dropdown can be found in the Permissions > Users tab... thanks for the reply though :)

I got it to work using the following `tsconfig.json`: ```json { "extends": "../.nuxt/tsconfig.server.json", "include": [ "../.nuxt/types/nitro.d.ts", "../.nuxt/types/auth.d.ts", "../server/**/*" ] } ```

@Sen-real it works great! thank you so much. If it's not too much to ask, could you please integrate 3 more UI functions? We use them frequently in our project...

Small problem. I have tried adding user-defined documentation: ![image](https://user-images.githubusercontent.com/78076164/225589100-394c6367-52c4-4f3f-ad2b-1b02dfc7c935.png) However, because the function is now marked blue, you cannot hover it with user-generated documentation: ![Code_c7U9GIpvCa](https://user-images.githubusercontent.com/78076164/225591064-e9532c14-6fa0-4ac9-8cf7-a33772d63648.gif) It does work however with...