Thomas Willheim

Results 66 issues of Thomas Willheim

Hey there @insin , I have a fairly easy to reproduce issue that is confusing me. I'm using nwb in two different repos, openVectorEditor (https://github.com/TeselaGen/openVectorEditor) and ve-sequence-utils (https://github.com/TeselaGen/ve-sequence-utils). ve-sequence-utils are...

Hey there @insin I'm just wondering, I noticed that the `main.css` file is no longer in the UMD build at v0.23.0 (not sure when this was introduced but sometime after...

This package is NOT safe for use on the front end. The method being used to generate a unique id is VERY prone to collisions. This caused all kinds of...

Hey there @souhe and @sizeight @tgreen7, Using the built-in `el.scrollIntoView()` function doesn't play nice with this module. Do you have a recommended way to scroll to an arbitrary element within...

Hey @NicholasBoll I am not sure if this is possible, but I'd love to be able to do something like ```js retryCmdChain(()=>{ cy.get(".list-elements-item") .eq(5) .trigger("contextmenu") }) ``` Is there any...

It is a quite unclear how to correctly pass showPassed=false. After digging I found this in a gitter conversation: ![image](https://user-images.githubusercontent.com/2730609/94704105-6aae0f80-02f4-11eb-8dc5-74c818c16e2f.png) > FYI, I got it to work by using --no-showPassed...

bug

Hey @bokuweb thanks again for this awesome component! I'm using react-rnd 10.1.10 My **browser** is: chrome ### Reproduced project This can be reproduced within the storybook. ### Description I think...

Hey there, I want to make a dialog that sizes to the elements within it but am having trouble doing that AND getting the dialog to be centered on the...

enhancement

Hey @andreaferretti, I think it would be really nice if users could define a circular arc with a slightly simplified api: `.arcCircular(xCenter, yCenter, r, sAngle, eAngle, counterclockwise)` This api mirrors...

Hello there, I'm hitting the following error while trying to run a cypress test. ![image](https://user-images.githubusercontent.com/2730609/49273006-624eca00-f428-11e8-8c89-b355df0ac09c.png) I don't really understand why this error is being hit or why it has no...