Michael Krog

Results 21 comments of Michael Krog

This may be a dumb question, but it is still not clear to me how I can create a test that injects one of my own typescript classes? Take the...

Ahh ok.. Got it now. I can inject a mocked service like this: ``` let authenticationServiceString = getInjectableName(AuthenticationService); beforeEach( angular.mock.module( TestModule, ($provide) => { $provide.value(authenticationServiceString, new MockAuthenticationService()); })); ``` That...

Thx for the quick reply. 👍 So a good first step for me would be to create a ConversionListener that can add the validation rules as comments. The developer can...

This would be awesome. If a proxy could be registered as a custom element for each of the selectors in the configuration (with the selector as the tag name) -...

I second that a more clear info about license would be nice. 👍

I second that. Issue seems to be here: https://github.com/vdurmont/semver4j/blob/master/src/main/java/com/vdurmont/semver4j/Semver.java#L360 If version being checked against does not have patch (fx. 1.0 instead of 1.0.0) then the result is always true.

- Product:Previsto (planning tool) - Company or Organization: Previsto - Link: https://previsto.com

+1 Edit images(and other objects like video, audio etc) would be great if editable via a simple click on them.

Hi. I managed to make a danish translation years back. I am not sure if the api has changed since then (I am still using an old version). This is...

> due to a bug you'd have to build the admin db from the planet right now, at least if you value navigation. @nilsnolde Which bug is that? And was...