Patrick de Klein
Patrick de Klein
The online demo does not allow tags with space to be created, although the option is shown http://i-like-robots.github.io/react-tags/ ## Expected behaviour If it should be possible to create a tag...
Hi, Great library. I am glad I ran into your library, since the SVG options in animate are severely limited. I would love the export selected library items. But I...
I installed the new PIXI 2.0 plugin. Great work btw!! but I don't know where to find it. Looked in the extensions and under custom type but nothing. I have...
Hi, really nice tool you got here, we have the first diagrams in our repositories to explain our codebase. I really like to have a large overview of components which...
Problem: the AABB-colider retains old position when object is moved. It manifest also in the official example. [https://supermedium.com/superframe/components/aabb-collider/examples/basic/](https://supermedium.com/superframe/components/aabb-collider/examples/basic/). It seems the aabb colider component only remembers the old position of...
Hi, great plugin, thanks for the effort. ## Current Behavior I tried to type 'this.$store' with this [tutorial](https://next.vuex.vuejs.org/guide/typescript-support.html) Included the shim in both the nx project folder and apps/vue project...
Breakpoints on vue typescript code stay unbound When VSCode is connected to a browser I can set breakpoints in other lib folders from the same project But when in a...
The constructor in lit web-component, wen used in storybook is called twice. test-constructor.ts ```ts @customElement('test-constructor') class TestConstructorComponent extends LitElement { constructor() { super(); console.count(); } render() { return html` constructor...
When exporting line icons, the cap and the join are in the export from AnimateCC, but are not processed in the SnapSVGAnimator. ``` shape.attr({ stroke: colStr, strokeWidth: resourcePath.strokeWidth, strokeLinejoin: resourcePath.strokeLinejoin,...
I had some weird issues with library items which didn't show up in the linkage. The corresponding library items were in the JSON file, but were not processed by SnapSVGAnimator....