Myles
Myles
As mentioned in my other issues/comments, I have a custom node that relies on a custom config value that is stored by Homie. The issue is that, I also have...
If you're looking for a way to disable specific dates, specific days (Saturday, Sunday, etc), or specific timeframes, I have a forked version you can find at the link below:...
Implemented this surrounding a Vuetify `v-list` and this causes the list to only "scroll" whenever using mouse touches, and breaks scrolling with mouse Easily duplicated on demo: https://wangdahoo.github.io/vue-scroller/#/loadMoreAndNoData Only mouse...
I'm seeing a ton of these `jq` errors in `syslog` on anything running equihash, my guess is it's not able to parse the `equihash 125,4` (the comma) causing this error...
Any suggestions/recommendations on how to handle localization and translations? I see in 5.0+ there's some JS available https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/ -- but for older versions as well, trying to figure out the...
Add iGitLab installer scripts for ubuntu and debian gitlabhq/gitlab-recipes#108 @axilleas https://github.com/gitlabhq/gitlab-recipes/pull/108
I only noticed this while browsing the code in PHPStorm and noticed the lint error so figured I would mention it here https://github.com/daggerhart/openid-connect-generic/blob/f3829b48e28eeb7e8548749a90d489d886f0af45/includes/openid-connect-generic-client-wrapper.php#L664 `$token_response` is not set anywhere in the...
Seems Google has decided to deprecate some fn's in Android 9: **Android 9 (P - API 28) - Deprecated** - `startScan` - https://developer.android.com/reference/android/net/wifi/WifiManager#startScan() https://stackoverflow.com/questions/49178307/startscan-in-wifimanager-deprecated-in-android-p So these still work for now,...
After my initial fork of this plugin, things have been constantly growing and being added, resulting in a large single file with ~2k lines of code. Need to clean up...
Already pushed to npmjs, may want to look at adding a deprecated notice for original `wifiwizard2` plugin, or just keep pushing to both repos from https://www.npmjs.com/package/wifiwizard2 to https://www.npmjs.com/package/cordova-plugin-wifiwizard2 https://stackoverflow.com/questions/28371669/renaming-a-published-npm-module Not...