Martin Sikora

Results 12 comments of Martin Sikora

This issue seems to be related to https://github.com/aheckmann/gm/issues/754.

I tried this and it seems to be fine. I haven't seen any crash after few tries: ``` // ... the rest of the code int counter = 0; KW_Widget...

Hi, I just quickly tested it in PHP 5.5: ``` php

@mandarini Hi, thanks for your reply! My goal was to be able to compile styles without compiling the Angular application (that's why I have a separate target `build-storybook`). Right now...

@mallikcheripally I know how to use `SASS_PATH`. What I'm describing happens when I create `SASS_PATH`.

Thanks! That's exactly the same as ArrayCache.

I was investigating this a little and there's something wrong with lunr.js I think. When I search for `fromeven` it searches for `"titleWords:*fromeven* fromeven"` which should find both `fromEvent()` and...

@davidwdan Can you give me write permissions to your `marbleTest` branch?

@davidwdan That test is irrelevant because now the `MockObserver` automatically subscribes only when calling `OnNextNotification:: __toString()`. It was previously used in situations where we don't want to log subscriptions. For...

I was trying to analyse this issue and I think this is not a bug (however, I don't think this particular case is mentioned in docs). I've also noticed that...