Myles

Results 141 comments of Myles

Related #226

Actually i'm wrong I tracked it down to here: https://github.com/minershive/hiveos-linux/blob/master/hive/sbin/avg_khs#L106-L193 Which seems to be using `/run/hive/last_stat.json` which does have the `equihash125/4`: ```json { "method": "stats", "params": { "v": 2, "rig_id":...

As reference for anybody looking at this, I found this doc online that may be useful: https://v-bind.com/wordpress-javascript-translations-with-vue-js/

```php public function plugin_page() { echo ''; wp_localize_script( 'baseplugin-admin', 'wpApAdminSettings', array( 'root' => esc_url_raw( rest_url() ), 'nonce' => wp_create_nonce( 'wp_rest_vue_admin_app_or_whatever' ) ) ); } ``` @zombiefredrik just place the code...

I can confirm that i'm having this issue as well

Heya long time no see, eh? I saw the pkgr.io site pretty neat, is this still something that is of intrest to have updated? Been a while since I worked...

Good idea, I went ahead and updated the script for 6-9-stable, will have to do some testing tomorrow on it: https://github.com/tripflex/igitlab/blob/master/igitlab I'll look at the conf file here soon after...

If that's the case, need to update the wiki too which specifically references `credentials`: https://github.com/mcollina/mosca/wiki/Authentication-&-Authorization

@cloudsurfers-it thanks for submitting this, can anybody else validate if they have tested this at all?

Yeah sorry guys, things have been crazy busy for me lately, and i'm no longer working on the project that I was using this library for. I have absolutely no...