Bob

Results 13 comments of Bob

@Pravez Any chance you could answer this?

Same problem here with HACS. HASS is installed in VM on unraid.

Same thing happens to me in my gitlab pipeline. It works perfectly well when running local using `npx danger pr` but not in my pipelines using `npx danger ci -f`....

If the author can provide any information known to be related to this problem people can create a PR to help out. Any input on this? Please help us out.

> This works!!! > The trick is to make both columns to have the same height automatically. what you do is make both divs/columns very tall by adding a padding-bottom:...

You can cancel the transitions by overriding these CSS rules: ```scss .vue-grid-item { -webkit-transition: unset !important; transition: unset !important; -webkit-transition-property: unset !important; transition-property: unset !important; } ```

I get the same error. The output of the query mentioned by @2fd here is this: ``` { "data": { "__schema": { "queryType": { "name": "Query", "description": null, "kind": "OBJECT"...

I managed to resolve this by editing `main_shared/maps/mp/gametypes/_callbacksetup.gsx`, there in the bottom of the file the function `CodeCallback_ScriptCommand` was missing for some reason. After copying it from this repository, the...

I'm a bit late to the party, but @naroga your path is incorrect. You're missing a hop backwards from the APPLICATION_PATH. It should be like this: ``` pluginPaths.Bisna\Application\Resource\ = APPLICATION_PATH...

Well, better late than never, right?