gdbaldw

Results 21 comments of gdbaldw

@sherm1 I agree FCL is an excellent base, and have also found that its contact location and vectors are inconsistent for various shape pairs. A general contact solution is needed,...

@sherm1 - Interesting research you reference. http://real.uwaterloo.ca/~mboos/wp-content/uploads/2011/05/BoosMcPhee_imsd2010.pdf In accordance with McPhee's method, each localized contact is characterized as one vector with position. A generalized approach to this characterization, while only...

@edrumwri - Interpenetration is fundamental to McPhee's method, with each impact force "expressed in terms of the volume of interference between the undeformed geometries", independent of mass distribution and for...

@sherm1 - Excellent! One might hope that Gonthier's 2007 mathematical formulation has already been instantiated for simple analytical shapes into a library useful to FCL, which could then be validated...

I have two web components: wc-A and wc-B. They reside on their own static web pages: page-A contains wc-A, and page-B contains wc-B. These web components communicate through local storage....

www.pro-sero.com , but my fix is implemented so the component updates properly. The two components are a shopping cart, where quantity may be updated, and a widget on all other...

@daKmoR Here's a minimal reproduction: Repository: https://github.com/gdbaldw/demo-local-store Live Site: https://admiring-leavitt-c72303.netlify.app Click the button to increment its value. Click "Demo" for the next page, and click that button to increment its...

Impressive! But, on Firefox 89.0.2 (64-bit) for Ubuntu I see it as I had described. Sorry I'm not versed in github giffyness, to offer a reply gif.

Yes. Though in my case it data from markdown front matter, and the data is absolute from root. ``` --- image_url: /foo/bar.jpg --- ``` and my njk template is like...

So, I tried what you may be hinting, using `src` as attribute name. ```javascript ``` Similar result, but now also have reference errors. ```javascript ``` ``` Error: ❌ Found 2...