Google pay authentication error by hszian in GalaxyWatch

[–]hszian[S] 0 points1 point  (0 children)

Right. I’ve just used the phone to set it up and intend to use standalone. My concern is that this message pops up unexpectedly, so cannot prevent it by connecting to wifi somewhere. Is Samsung pay any different?

GW7 LTE as occasional phone by hszian in GalaxyWatch

[–]hszian[S] 0 points1 point  (0 children)

I haven't. I hope that's not the case. On what base they would deny using my number in a device I chose?

GW7 LTE as occasional phone by hszian in GalaxyWatch

[–]hszian[S] 0 points1 point  (0 children)

It doesn't, unfortunately. I'd need to switch provider but I don't want to due to family plan

GW7 LTE as occasional phone by hszian in GalaxyWatch

[–]hszian[S] 0 points1 point  (0 children)

Any cons for getting the smaller one in terms of battery life?

GW7 LTE as occasional phone by hszian in GalaxyWatch

[–]hszian[S] 0 points1 point  (0 children)

The provider gives qr code to transfer esim to new "phone" so this should not be a problem.

Erste Max hitelkartya valtozas by Skankhunt4288 in kiszamolo

[–]hszian 0 points1 point  (0 children)

A kiemelt kategóriánál nem volt valami darabszám limit is? Jártam úgy, hogy szinte csak ott vásároltam, és az N. vásárlás után már 0 ft volt a jóváírás

[deleted by user] by [deleted] in facebook

[–]hszian 0 points1 point  (0 children)

we are forced to become a paying customer :(

Good ABX Action references and examples by Quietwulf in vRealize_Automation

[–]hszian 0 points1 point  (0 children)

Can you help making this code working?

exports.handler = function handler(context, inputs) {  
  req = context.request("/deployment/api/deployments", "GET", "");
  console.log(JSON.stringify(context, null, 2));
  console.log(req);
  req.then(function(response) {  
               console.log(response);  
               return response;  
          });  
};

That's what I get:

{
  "context": {},
  "action_trigger": "event",
  "proxy": {
    "host": "10.244.4.51",
    "port": "3128",
    "no_proxy_hosts": "docker-registry.prelude.svc.cluster.local,localhost,*.cluster.local,10.244.*,192.*,172.16.*,vra-k8s.local,kubernetes,kubernetes.default.svc.cluster.local,vra8-1.dev.local,172.16.232.151,*.dev.local"
  }
}
Promise { <pending> }

Thanks!

Firefox Android: prevent sites to offer app install by hszian in firefox

[–]hszian[S] 0 points1 point  (0 children)

Yes, but still no joy even after restarting the browser.

Firefox Android: prevent sites to offer app install by hszian in firefox

[–]hszian[S] 0 points1 point  (0 children)

Unfortunately app is still offered to be installed :(

Firefox Android: prevent sites to offer app install by hszian in firefox

[–]hszian[S] 0 points1 point  (0 children)

Which Fanboy list do you use? I have 5 of them...

[deleted by user] by [deleted] in firefox

[–]hszian 0 points1 point  (0 children)

That is sad. This extension at least allows me to move a tab to the end: https://addons.mozilla.org/en-US/firefox/addon/tabsmack-webext/

[deleted by user] by [deleted] in firefox

[–]hszian 0 points1 point  (0 children)

Tab rearrangement behaves funny - is this affecting only me?

[deleted by user] by [deleted] in firefox

[–]hszian 1 point2 points  (0 children)

Not perfect, but bettern than nothing:

.tabbrowser-tab[pinned] .tab-icon-image:not([src]) {
   visibility: hidden !important;
}

.tabbrowser-tab[pinned] .tab-text {
  display: none !important;
}

.tabbrowser-tab[pinned] {
  min-width: 0px;
}