puschie286

Results 37 issues of puschie286

In [layout-manager.ts:272](https://github.com/golden-layout/golden-layout/blob/master/src/ts/layout-manager.ts#L272C31-L272C31) popout is checked for component - when popoutWholeStack is enabled, this always fails because element is stack **Current behavior** crash: popout root have to be component **Expected behavior:**...

Create subwindows directly on the specified position to prevent delayed movement and size correction in case of different screen sizes (multi monitor scenario). note: in newer chrome version, you need...

loadLayout of layout-manager doesnt create or close popout windows. in [loadLayout](https://github.com/golden-layout/golden-layout/blob/95af36d1e4c596696483c5353d32ae71886b999c/src/ts/layout-manager.ts#L323) createSubWindows is called before the config is applied - so if the config contain openPopouts, nothing is created workaround:...

**Is your feature request related to a problem? Please describe.** Currently you have to manually create database migrations. because of the custom itermediate output path, you have to set a...

enhancement
needs-triage

Hi, do you plan to add RTU over TCP support ? its the last thing we need to replace other packages with fluentmodbus ( [some informations about it](https://github.com/NModbus/NModbus/issues/5) )

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Dtos with generic parameter failed to generate correct proxy dto. we have...

bug

## Current Behavior every execution of an run-command with argument use the argument from the first execution and ignores input. ## Expected Behavior execute exactly the command that has been...

type: bug

i get an error on some timepicker when there are more than 4 on a page: ``` Uncaught TypeError: Cannot read property 'length' of undefined TimePicker.setTime (anonymous function) each each...

Hi, when you remove an entry by collection.remove - the subscription is not triggered ( of the caller ) all other clients are correctly updated after remove, dataCollection.count() shows the...

Hi, on high dpi display you might get a very blurry result ( based on the actual size of your image ). this can be fixed, by scaling the canvas...