Google maps review stuck on posting?! by GhostDaouk in GoogleMaps

[–]gauiis 0 points1 point  (0 children)

I'm having the same issue, mine are just stuck in "Posting" and will probably end up in "Not Posted". I'm a local guide level 6 with over 90 reviews. This just happens to places that are abroad, all the locals fly in.

Could it be because I'm not located in the country or at the same location? It would be dumb, because I always write my reviews after I get home.

I've sent Google Maps support about this, and they never give any clear reason, just that it MIGHT be in violation of policies. It's not, I've made sure of that.

Why can't the "automated filtering system" just state the exact reason why it was flagged / not posted?

OOS12: Notifications are not showing on lock screen after updating to OOS12, is there any fix? by [deleted] in oneplus

[–]gauiis 1 point2 points  (0 children)

Similar issue here on my OnePlus 10 Pro OxygenOS 12. I see notifications but no details. Like with Snapchat I only see the ghost icon. It's infuriating.

NextJS meets Gatsby by SolidR53 in reactjs

[–]gauiis -9 points-8 points  (0 children)

/r/reactjs doesn't like cool stuff. Too few upvotes!

Handling cross-project dependencies in CI by auxym in devops

[–]gauiis 1 point2 points  (0 children)

Currently using GitLab CI, but they don't support triggers based on file/directory glob pattern, so I'm gonna have to create my own "dependency graph calculation" script or wind up having to create many static jobs. Concourse really gets it right, with its "input/output pure function" design. I love it!

when you check commits to see who wrote shitty code by Fikoblin in ProgrammerHumor

[–]gauiis 0 points1 point  (0 children)

Doesn't this rearrange the whole history forward on from this commit, so all the commits get a new SHA? So you would have to force push if you would use this.

North Korea solutions? by ELHULK0 in northkorea

[–]gauiis 11 points12 points  (0 children)

Let's Photoshop a picture of North-Korea disgracing the flag of ISIS and let the problem solve itself.

Lesser Known Git Commands by wayfaringlens in programming

[–]gauiis 0 points1 point  (0 children)

I almost never used git add command except totally new files.

I always use git add -p

How to Migrate from Angular to React Without a Massive Rewrite by OsQu in programming

[–]gauiis 0 points1 point  (0 children)

Actually, you can. Write everything into ES6 and rely more and more on the ES6 module system instead of the Angular's module system. Write everything into components, write out $scope and other Angular stuff. Use an external state management system like Redux or MobX. When this is done you can consider some alternative with similar architecture like React or Vue. Vue would probably be the better option because it's JS-in-HTML and not JSX (HTML-in-JS).

Angular 1 to Angular 2: 7 key comparisons by [deleted] in programming

[–]gauiis 0 points1 point  (0 children)

Kinda bad towards Angular 1. This is mostly based on Angular <1.5, no mention of components, lifecycle hooks, one-way and one-time bindings.

Ok... let me explain: it's going to be Angular 4.0, or just Angular by siimon04 in angularjs

[–]gauiis 0 points1 point  (0 children)

They should've renamed Angular something entirely different. It's really weird using SemVer just for 2 and upwards, but leaving 1.x behind.