Denis TRUFFAUT

Results 23 comments of Denis TRUFFAUT

Plus the pipe trick looks really cheap. Why not a srcset attribute ?

Might be related in source code to https://stackoverflow.com/questions/42036349/uncaught-typeerror-intermediate-value-is-not-a-function ?

"node-webcrypto-ossl": "^2.1.0" node v14.0.0 Windows 10 64 bits ![ossl](https://user-images.githubusercontent.com/381852/81503346-6e101280-92e3-11ea-8f6b-d3eca050c682.png)

Same error with "@peculiar/webcrypto": "^1.1.1"

Or, alternative suggestion, indicate percentage of total DPS this skill is providing. So player knows that skill A does 89% of the total DPS in this build. Because DPS number...

Somehow linked to https://github.com/d07RiV/d3planner/issues/430

I confirme the bug. Currently if you check "Full Essence" (which is the default), then Razeth's volition increase your damage by 35%. Expected : Full Essence Checked : Nothing happens....

It already exists. In companions options, select as class "Necromancer" select Brittle Touch add 20 stacks There you have your 100% critical chance, provided by a companion.

It works. Scroll down and look after the section called "Item Effects" You have to manually distribute stacks. ... But I agree it should be 10 stacks by default.

I like it. It mimics the KISS paradigm of : ```javascript e.classList.add('...') ``` ... which I love to use. ----- In webcomponents, I probably would like to do : ```javascript...