Mark Szabo

Results 29 comments of Mark Szabo

I've recently moved to Tokyo and using Docomo Cycle ever since. The website has limited information (only an embedded Google Maps with the stations and no information on the available...

This is what I got sofar: https://repl.it/repls/AllEssentialBrackets The output can be copied into an HTML file to draw the stations to a map: https://jsfiddle.net/r1pxda2m/ (Files are also attached for later...

Hm, the location should be the middle of the circle (at least based on the coordinates I got from the site). Here is the same map with smaller circles: https://jsfiddle.net/c039nrLt/...

Oh, that's interesting. Btw I have grabbed some extra info on the gray and red dots: https://markszabo.github.io/grays.html and https://markszabo.github.io/reds.html Most of them seem to be points where passes are sold...

We came up with this workaround: tag the pages manually that need to be deleted, then run this script. This calls the API to list the tagged pages (also filter...

I'm also using it with an on-prem Confluence and running into the same issue (can't use PAT, only password). Would you accept a PR adding support for PAT? I'd be...

For me disabling selinux with ``` setenforce 0 ``` on the adb root shell solved this issue.

I had some time and I think a simple change to the policies could make this possible. For example for [allowedrepos](https://github.com/open-policy-agent/gatekeeper-library/blob/master/library/general/allowedrepos/template.yaml): ```rego package k8sallowedrepos containers[c] { input.review.object.kind == "Pod" c...

@ritazh thanks for sharing the document. I think it captures all of our use-cases (and also made me realize how complicated this problem is). Do you have a timeline on...

Hm, weird, I was not aware of iOS interpreting beacon packets differently. Could it be because the phone was connected to a 5 GHz wifi network? Sometimes that makes detecting...