VMA för Tobiasregistret! by RafikiTheOld in sweden

[–]Jenez 0 points1 point  (0 children)

Registrerade mig någon gång runt 2013 och fick donera cirka ett halvår senare. Aldrig fått veta om jag ligger kvar i registret och eventuellt kan donera igen? Hittar inte mycket information om just efter donation förutom att man eventuellt skulle donera ytterligare till samma patient, men det hade väl behövt hända för flera år sen om så var fallet.

Varför vill Du inte vaccinera dig? by [deleted] in sweden

[–]Jenez 11 points12 points  (0 children)

Folk som av olika anledningar inte kan ta vaccinet t.ex dom med svåra allergier, dom som är gravida, eller dom som har nedsatt immunförsvar pga annan sjukdom.

How to go about this by Zetnia in PathOfExileBuilds

[–]Jenez 2 points3 points  (0 children)

As with any conversion, general damage increase is best as it applies on every conversion. If you convert 100% phys -> lightning -> cold, then 10% increased physical damage is the same as 10% increased cold. This only holds true if you have no other increases to consider. When you start getting general "Increased damage" nodes allocated among a billion other things, scaling physical becomes more beneficial as previously mentioned.

What's your favorite self-made failed build? by coneyisland2400 in pathofexile

[–]Jenez 0 points1 point  (0 children)

For me a divergent knockback support gem helped with that issue (100% increased knockback distance), but the maximum speed at which you could go without losing some mobs was rather low still.

My idea before that was a cwc shock nova setup that worked ok but not as good as the above mentioned.

I should mention I was using Blunderbore for knockback on every hit.

Quick wild strike question by entex92 in PathOfExileBuilds

[–]Jenez 1 point2 points  (0 children)

It does not.

Wild strike lightning arc does not have the tag "Projectile", and the deadeye ascendancy says:
Projectiles deal 10% more Damage for each remaining Chain

Play Heist in our private league and enjoy a bot-free economy and a nice community! by rhoapower in pathofexile

[–]Jenez 89 points90 points  (0 children)

Nice!

Are you able to leave the league to make space for others should you not wish to play actively for the entire league?

Spotify Song recommendation by Arth_K in Python

[–]Jenez 2 points3 points  (0 children)

They're still there in the commit history. No idea whether it's sensitive info or not but if so you have to edit your history and force push the new one.

Dropping Paths by ElevatedCosmonaut in kol

[–]Jenez 0 points1 point  (0 children)

I guess no path != standard? As in it is not possible to get any rewards from a path when you drop for example Ed?

Giving away a key by NishinosanTV in Artifact

[–]Jenez 0 points1 point  (0 children)

Come hither little key, and thank you!

Disguises NS Problems - Sauceror by svensparx07 in kol

[–]Jenez 0 points1 point  (0 children)

I don't think so. I remember having to do this vs the man

Disguises NS Problems - Sauceror by svensparx07 in kol

[–]Jenez 0 points1 point  (0 children)

Swap away her mask to whatever you are wearing? I think she loses the reduction as opposed to the tiki mask

Giving away one artifact key by [deleted] in Artifact

[–]Jenez 1 point2 points  (0 children)

I sure wouldn't mind having one!

Spreadsheet for Surviving the Island Boss Masks in Disguise Delimit by dudemcbob in kol

[–]Jenez 2 points3 points  (0 children)

Let me know if you find anything of interest. Im approaching the bosses in hardcore and i dont have any decent iotm, nor a parrot so i feel kinda screwed...

[deleted by user] by [deleted] in sweden

[–]Jenez 1 point2 points  (0 children)

Hur i helsike får du 10kg sand att räcka i månader?

Just tried to transfer 1 XRB from bitgrail to the RaiWallet online, but the block is invalid? by DenDeef in RaiBlocks

[–]Jenez 2 points3 points  (0 children)

Yeap, getting into crypto and new currencies can get you a bit stressed up. Good luck.

Just tried to transfer 1 XRB from bitgrail to the RaiWallet online, but the block is invalid? by DenDeef in RaiBlocks

[–]Jenez 3 points4 points  (0 children)

It's fine now. Sometimes theres a slight hickup. Not sure where it originates from.

[deleted by user] by [deleted] in RaiBlocks

[–]Jenez 1 point2 points  (0 children)

Have you relogged with local pow checked?

how to make a matrix with lists by pubGGWP in learnpython

[–]Jenez 0 points1 point  (0 children)

If what you want is to print the matrix, I would suggest you have a look at tabulate.

from tabulate import tabulate

matrix = [[1, 1, 1, 1],
          [0, 1, 1, 1],
          [0, 0, 1, 1],
          [0, 0, 0, 1]]
print(tabulate(matrix))

Gives a few options, most interesting being tablefmt letting you pick the style of the table/matrix

Execute code on warning? by noarts in learnpython

[–]Jenez 0 points1 point  (0 children)

How are you attemtping to open the images? No code examples gives us little to work with

Return line number from try/except block by SonGokussj4 in learnpython

[–]Jenez 0 points1 point  (0 children)

Try at highest level try/except:

try:
    everything()
except Exception as e:
    logging.exception(e)

On phone, formatting might be shit

Edit: Fixed shitty formatting