Jochen Kühner

Results 242 issues of Jochen Kühner

See my sample: I've realized this here: https://node-projects.github.io/web-component-designer-demo/index.html But this does not work correctly, as I only position the absolute at the 100% position, now if you need to scroll,...

enhancement

**Describe the bug** if you setSelected of an node, every node is rerendered. Is this expected? **To Reproduce** Look at the sample **Expected behavior** Only the selected (or none) should...

bug
need-triage

I've a mixin like this type Constructor = { new (...args: any[]): T }; function VisuElement(base: B) { return class extends base { constructor(...args: any[]) { super(); this._ve = true;...

at the moment many people are logging data like this: adapter.log.debug('blabla ' + JSON.stringify(obj)) wich is inefficient, cause the JSONS to string conversation is also done, even if loglevel is...

enhancement :arrow_up:
adapter related :nut_and_bolt:

We are looking to rework the example to a more feature rich designer, but will take a while. We've already converted it to typescript and polymer 3. At the moment...

It would be good to also return the mouse button wich was pressed to close the dropper. So you could click right mouse Button to set a second color (for...

Check if usage of RoslynPad Assemblies provide better Completition when they are released for net6 https://github.com/roslynpad/roslynpad

could you add a webcompoent manifest (https://github.com/webcomponents/custom-elements-manifest) to your component? (and your others?) I'm workin on a designer wich could use webcomponents, but only shows propertys/attributes with a correct manifest:...

Is it possible to use the version from package.json? so I don't need to keep them in sync?