Eric Rodewald
Eric Rodewald
I have scoured the documentation but I cannot find any flag that disable or hide the notifications. For example, in production, I'd like to disable these notifications. I can't simply...
By default, GitHub and its variants include an [`GITHUB_API_URL` environment variable](https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables), so the addition of `github_api_url` just increased code complexity, reduced maintainability, and actually reduced flexibility since it assumes `https://`....
Fix: #27 My bog-standard configuration used in a GHES instance to verify it: ```yaml - uses: erodewald/pr-size-labeler@master with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} xs_max_size: '10' s_max_size: '100' m_max_size: '500' l_max_size: '1000'...
I'm not sure what's going on, but I have generated several patterns and they always resolve to the SVG height being 684 with a width of 100. ```js const pattern...
**Is your feature request related to a problem? Please describe.** `util/endpoint-context.js` includes several "config value" retrieval methods, which are very handy, but they only pull out the first value in...
**Is your feature request related to a problem? Please describe.** In #23, we see a confusing behavior with varying configurations of `smartapp.permissions(perms)` and `smartapp.appId(val)`. Configuration (💪man) has unique requirements that,...
It doesn't appear that there is an options object for changing the global configuration of `Vue.$log`'s `logLevel`. I would like to make it a user-defined option which won't work without...
I've found that, in order to warm up my service, I need to access the _exact_ pathways. Creating bespoke endpoints for Mittens doesn't really help with my JVM app. Additionally,...
I am attempting to set the volume using `this.control.volume.set()`. It relies on the result of `this.settings.audio.get()`, which is failing. I've made manual calls to `/menu_native/dynamic/tv_settings/audio` and it responds with an...
I ran across an issue where the library would not work for my app which actually supports housing multiple users. My app operates in a stateless manner, with configuration values...