andrew0
andrew0
The scrolling in Lion brings rubber band scrolling, similar to the iPhone. When this happens in the OpenGL view, it flickers a lot.
CSNode
After looking into the source of [SpaceManager](http://code.google.com/p/chipmunk-spacemanager/), it has an example of how to do something like we want to do with cocoshop, where you could subclass something and still...
I don't know why, but even though I have set the autoresize parameters to not do this, whenever the window is resized, the sidebar doesn't stay at the top, it...
Maybe this can be a milestone for v1.0, but having Sparkle updates would be nice for users so they can easily update cocoshop. It's free and licensed with the MIT...
This is something that shouldn't be too difficult - and it's actual one of the main reasons why I made cocoshop instead of using CocosBuilder. I wanted it so I...
CSSprite already supports it, we just need to set it up in the sprite info panel. It will lock a sprite so it can't accidentally be dragged, resized, etc.
I'm trying to use earl with [uvu](https://github.com/lukeed/uvu) for its snapshot capabilities, but it seems like the `setTestRunnerIntegration` is not exported from the package entrypoint, so I have to require `earljs/dist/testRunnerCtx`...
## Description Updates `useErrorHandler` to include errors from incremental execution results. Fixes #2112 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [x] 1. The issue provides a [minimal reproduction](https://en.wikipedia.org/wiki/Minimal_reproducible_example) available on [Stackblitz](https://stackblitz.com/fork/node). - _Please install the latest...