Peter Valentovič

Results 5 issues of Peter Valentovič

## Expected Behavior Properties that have default values should be optional. ## Current Behavior I'm migrating a project from 2.5 to 3.6 and having a problem to transpile TypesScript code...

type: bug
type: types

Similar to Chrome or Firefox Bookmarks Toolbar. It keeps initial position of item during dragging, showing a line at the position when item is potentially dropped.

feature

I am using ViewEngineHooks for TS enums. aurelia-template-lint gives error when such an enum is used in Aurelia view. > ERROR: cannot find 'someEnum' in type 'someViewModel' Is there any...

I would expect every sub-request runs in its own scope. So sub-request gets new instance for scoped services. As a workaround I tried to define custom BatchMiddlewareEvents class and it...

I have parent component and its child component, both subscribed on same event through EA. When event is published, callback in child component is called before parent callback. I would...