Ian Obermiller

Results 7 issues of Ian Obermiller

I noticed that after adding a dozen circles that collide the rendering slows down considerably. matter.js appears to be able to handle much more than this, so I don't think...

help wanted
2d

Not sure what the issue is with this specific site, but using node-phantom I cannot open https://www.google.com/offers. The same code works fine with PhantomJS-Node. I am not sure why this...

I think there is something off about how rotation and radius are computed based on the transform. I've created a [test file with two equivalent radial gradients](https://www.figma.com/file/O4JfYogIFo9PFBy5WYcyUb/Radial-Gradient-Test?node-id=0%3A1). The results look...

I have an [app that lets you create a calendar](https://obermillers.com/cal/). I want you to be able to mark a calendar as publicly visible so anyone can view, but not edit...

### Feature request Mark the exported React components as pure so that bundlers can tree-shake the exports: ```tsx export const VSCodeBadge = /* @__PURE__ */ wrap(/* @__PURE__ */ vsCodeBadge(), {...

enhancement

I like that wrapped lines are automatically indented, but it seems to break when you check the item. ![image](https://user-images.githubusercontent.com/897931/161398240-711ca0e3-4cd2-4433-a3d2-5d4a40056486.png)

bug

You mention in the "gotchas" that you could fix how "An empty tag will always be serialized in the short form ." Is it possible to detect the input form...