Sergey Fetiskin

Results 26 issues of Sergey Fetiskin

I tried to use on Angular CLI project and it pickups only 1 file to display

Еще одно достаточно часто встречающееся слово в разработке софта. Раньше мне оно попадалось в значении как каких-то дефолтных данных для работы системы. Но [ангуларовская документация](https://angular.io/docs/ts/latest/guide/testing.html#!#simple-component-test) использует его в значении близком...

**Describe the bug** After `valuesChanges.unsubscribe()` watched queries stay in the memory and run right after the other watched query is done. **To Reproduce** Here's the code to reproduce. There's a...

bug

Holla! `.mutate()` method of apollo-angular uses `FetchResult` for the return type, which internally uses `ExecutionResult` from graphql module itself. The `data` property in `ExecutionResult` defined as optional and nullable. This...

enhancement

Hello, What's the relation between the site from this repo http://rxjsdocs.com and the once specified in an official rxjs repo rxjs-dev.firebaseapp.com ?

I have an stats.json file from fresh and empty Angular CLI 6.2.3 project. I generated it with `ng build --stats-json` When I try to upload it I get an error...

There's a problem when you change a display name for a node. The hole data-file become corrupted. In attached example is a screenshot from git diff after that happened. ![Capture](https://user-images.githubusercontent.com/577042/56870603-15404580-6a12-11e9-8754-e3d2f96b751d.PNG)

bug

# 🐞 bug report ### Affected Package @angular/localize ### Is this a regression? Yes, it's a regression from v8 ### Description In v8 was a very handy solution to load...

needs: investigation
area: devkit/build-angular
devkit/build-angular: i18n

What do you about the idea to have an API interface in addition to CLI? A bit of context, we're currently using `openapi-generator-cli` for our internal tools and call it...

I execute this command ``` npx loadtest -t 5 -c 25 http://localhost:8080/public-api/xxx ``` and `loadtest` reports to me about 359 completed requests, but in reality when I check my server...