Sean Templeton
Sean Templeton
I added the ability to set the class of the overlay background in order to create animations on it. In addition, you can use $("my_overlay").on("jquery-popup-overlay.someevent", function(){}). This allows post-creating event...
This could be fixed by making the title clipped with ellipsis. I will make a PR later tonight. 
fixes pichalite/nodebb-theme-material#18 Collapses title with ellipsis when too long for mobile screens. Responsive to any size. 
When trying to run Plugins->Single Border->Single Border, sketch crashes.
As you can below, when the node is placed above the node it's connected to, even though the port is _below_ the node, the line will go through the node....
#### What is the problem? When using the react package, if you have state changes to the props being passed to `SelectionArea`, those changes are not recognized. For example, if...
Is there a reason the styled components aren't exported? It would be nice to be able to utilize the styling already built in BigDesign for our own custom components. For...
It would be nice if the project was built on TypeScript. This could even be a gradual thing until the entire project moves to it. Would PRs be accepted for...
If you have a child prop that has a null union, `Camelize` stops trying to camelize that property. The following is a basic reproducable example: ```ts import type { Camelize...
## Bug report When rapidly updating react component state, such as when a user is updating text in an input, anything that uses the popper anchor will throw a react...