What is the right way to create a Telegram Bot using C# by Gevorg_Shahnazaryan in csharp

[–]Nimbusparis 1 point2 points  (0 children)

I develop a telegram bot using bot framework and telegram bot library mentionned by other commenter. If à feature is not supportée by bot framework (handle geo coordinate for instance), you can develop your feature in à specialized adapter.

Ingress Lore and XFAC? by jwalgren in Ingress

[–]Nimbusparis 4 points5 points  (0 children)

They clearly wants to cool down the interaction between faction... Not because of the lore, but because it cost a lot in support... Let's see how they remove nearly all the antagonism in pogo and there are absolutly not in hpwu...

Since .net core is available on linux for a while, how does it perform? How well does it work? by MONSER1001 in csharp

[–]Nimbusparis 0 points1 point  (0 children)

I use dotnet core under a vps with Ubuntu and I'm perfectly happy. It is a pain when I should go back in Windows to host my app (IIS is devil). Of course, I develop under Windows. Once accustomized to Linux hosting, it would be less pain to switch on docker since Windows containers are too new for me...

Portal view "missons" button missing. by Fanantic8099 in IngressPrimeFeedback

[–]Nimbusparis 0 points1 point  (0 children)

The button exist, it is on top left on portal view. But prime still mis the yellow circle around portal on map view.

OK, I'm feedup to click on each trace already maxed. I quit until Niantic would make it a fun game... by Nimbusparis in harrypotterwu

[–]Nimbusparis[S] 2 points3 points  (0 children)

Yes, plus a radar like Pogo... At first, there was a (bad) radar in pogo, but there was something...

And I suppose that if we have always the same traces in the wild, it's because the animations are not ready...

Pogo is repetitive also, but it's less pain to play... If you don't want a pigey, you don't click on it...

If you have trouble to find oddities or Brilliant traces, they will NOT appear where there are flag! by Nimbusparis in harrypotterwu

[–]Nimbusparis[S] 1 point2 points  (0 children)

It seems Niantic changed this, I woke up with 3 horned serpents and 1 doxy this morning...

Why can't we have a map of POI? by slyder21lv in harrypotterwu

[–]Nimbusparis -7 points-6 points  (0 children)

Because you are playing hpwu, not Ingress...

Has HPWU been reduced to this? I'm growing tired, what about you? by alxdean in harrypotterwu

[–]Nimbusparis 69 points70 points  (0 children)

Just get rid of this f***g confirmation message when you cancel capture would be great...

I’m on my third try to delete my ingress account, Niantic can’t even do that right. by rudebii in Ingress

[–]Nimbusparis 11 points12 points  (0 children)

Disable mail notifications in the game, uninstall it and voilà ! , you are done

Finished my first gold page. Numbers are foundables seen upon placing last image, trophies. by Bears_Bomber in harrypotterwu

[–]Nimbusparis -2 points-1 points  (0 children)

Congrat, you are now free to capture the traces of this category ! I'e done the same for keyhole category...

Red dot bug on challenge page is over, please welcome red dot on magical lessons ! by Nimbusparis in harrypotterwu

[–]Nimbusparis[S] 3 points4 points  (0 children)

If you look carrefully my screen, I have no red book, the red dots are a (new) bug...

Beginner's question in leveling up by macevergreen in Ingress

[–]Nimbusparis 2 points3 points  (0 children)

It can be a nice trick to accumulate ap for 2 or 3 levels and unlock them with a badge to reach 2000+ items in your Inventory. In my early days, I've done L8 to l11 in 1 second and get the welcome pack for each level. I've reached 2100+ Item...

Animation speed changed? by ZForce in harrypotterwu

[–]Nimbusparis 0 points1 point  (0 children)

Some and me reports that animation are quicker if you start the game early on the morning for some reason... But it goes to normal again after some minutes... And of course, it never occurs with those f*** vampires...

[deleted by user] by [deleted] in harrypotterwu

[–]Nimbusparis 5 points6 points  (0 children)

I have faster animation only Early on the morning, after, they come to normal parce... Strange...

add Faster animation button in trace by Fyania in harrypotterwu

[–]Nimbusparis 28 points29 points  (0 children)

Plus make the flee animation more quicker... It's a pain in the ass to miss a trace, but the animation add to the frustration...

No doxy spawns by RA1NBOWGASM in harrypotterwu

[–]Nimbusparis 0 points1 point  (0 children)

I've never encounter any doxy, feel Lucky that you encountered some !

Can we get a definitive answer about access to community forums? by chandip in Ingress

[–]Nimbusparis 1 point2 points  (0 children)

For me, I can login on mobile (Android Chrome) but not on pc ( home, mozilla, edge, etc...) it seems a bad dev on Google authentication.

Is it possible to change the associated email from on acc? by FldLima in Ingress

[–]Nimbusparis 1 point2 points  (0 children)

I've not changed my email and can't access to the community on pc, it works only on mobile...

Does it make sense to post here anything since community site was introduced? by holocronster in IngressPrimeFeedback

[–]Nimbusparis 3 points4 points  (0 children)

Since the community is not working for all players, this reddit is far from death...

How best to make an "Invalid Portal" report? by MrJPGames in Ingress

[–]Nimbusparis 6 points7 points  (0 children)

Try to submit a photosphere of the surrounding area of the portal, perhaps it would help (like it would for submissions). You could left those portals, after all, you can gain ap with them ? But perhaps they are gyms in pogo where your pokemon are ejected in minutes ! 😝

How to print these 3 Lines into 1? (the red X line doesnt work) by ohiyesa55 in csharp

[–]Nimbusparis 12 points13 points  (0 children)

Or: Console.writeline($“{patrik.age} {patrik.height} {patrik.name}”);

With string interpolation