Martin Sikora

Results 25 issues of Martin Sikora

https://stackoverflow.com/questions/59028303/rxjs-delaying-incoming-observables

feature

Hey, I was thinking if there's a way to make the `parse()` function tolerate non well-formated XML which is very common when parsing HTML. For example: ``` html Lorem ipsum...

enhancement

## Current Behavior When I have the [following project configuration for an Angular Storybook target](https://github.com/martinsik/test-nx14/blob/master/apps/myapp/project.json#L116), `storybook.scss` will be correctly compiled and saved to `dist/storybook/myapp/main.css`. However, none of the other style...

type: bug

I'm playing with the example implementation [here](https://olivernn.github.io/moonwalkers/) and I'd expect that when I enter `name:john^1000000 body:john` it will prioritize results where the word `"john"` is in its title. But that's...

I was looking for something similar to Doctrine's [ArrayCache](https://github.com/doctrine/cache/blob/master/lib/Doctrine/Common/Cache/ArrayCache.php) and I stumbled upon [BlackHole](https://github.com/tedious/Stash/blob/master/src/Stash/Driver/BlackHole.php) driver which does more or less what I need. It's not the same as ArrayCache because...

## Bug Report **Current Behavior** When I go to https://rxjs.dev/ and use the search field in the top right corner to search for "fromEvent" it's suggesting wrong/incomplete results. ![rxjs-frome](https://user-images.githubusercontent.com/238765/123928498-4029d980-d98e-11eb-9ce7-996aa882b943.png) ![rxjs-fromev](https://user-images.githubusercontent.com/238765/123928499-40c27000-d98e-11eb-9723-4150c04d9958.png)...

Documentation for using SASS at https://create-react-app.dev/docs/adding-a-sass-stylesheet mentions that I can create `.env` file with `SASS_PATH` option so when importing files in SCSS I don't need to use relative paths and...

needs triage
issue: bug report