ole
ole
I could not figure out the hass_url and client_id plus the refresh_token arguments given in the HomeAssistantController class. Can someone explain me how to achieve this?
Being lazy to browse first into the task app is there any chance to edit tasks from the dashboard?
https://github.com/carbon-design-system/carbon-components-vue/blob/31791f5e60747c971b3e598db2f842591cad749e/packages/core/src/components/cv-aspect-ratio/cv-aspect-ratio.vue#L27 **Error** ``` error in ./node_modules/@carbon/vue/src/components/cv-aspect-ratio/cv-aspect-ratio.vue Module build failed: TypeError: this.getOptions is not a function at Object.loader (...\node_modules\sass-loader\dist\index.js:25:24) @ ./node_modules/vue-style-loader!./node_modules/css-loader?{"sourceMap":true}!./node_modules/vue-loader/lib/style-compiler?{"vue":true,"id":"data-v-6ceb2e75","scoped":false,"hasInlineConfig":false}!./node_modules/sass-loader/dist/cjs.js?{"sourceMap":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./node_modules/@carbon/vue/src/components/cv-aspect-ratio/cv-aspect-ratio.vue 4:14-365 13:3-17:5 14:22-373 @ ./node_modules/@carbon/vue/src/components/cv-aspect-ratio/cv-aspect-ratio.vue @ ./node_modules/@carbon/vue/src/components/cv-aspect-ratio/index.js @ ./node_modules/@carbon/vue/src/index.js @...
When comparing the [readme.pdf from version 0.12](https://github.com/ole1986/pdf-php/blob/master/readme.pdf) with version 0.13 I noticed there is an issue with the table of content and page counter See experimental pdf output here: https://github.com/ole1986/pdf-php/blob/experimental/readme.pdf
Hi, I am searching for an anonymous poll concept only allowing the votes for a number of participants being invited (through mail, messenger, etc...) So my goal is to develop...
Hi there, Are there any guidelines or examples on how to customize the context menu from other apps? Thank you in advance
Does there exist any intermediate option to resolve the variables by the given parameters brefore the final result? For Example I have ``` var parsedAmount = interpreter.Parse("x * y +...
This PR added a new configuration property "views_path" allow to define a different views directory to customize the `authentication.ejs` as well as the `consent.ejs` templates. ```ts Configuration.init({ crypto_auth_token_secret_key_32: '[...]', project_api_key:...
### Problem description Received Error: `The first byte of the proxy settings binary was '60' but should have been 0x46.` But DefaultConnectionSettings and SavedLegacySettings is a completely fresh entry ...
I haven't worked yet with packages in Laravel. Is there any proper instruction on how to set up this package locally for development. Any hints highly appreciated. Thank you