Valery Ivanov

Results 5 issues of Valery Ivanov

Is it possible to add support for wildcard chars for proxy sources. Say I have requests i want to capture ends with '.do' then source will be like '/*.do'. Thanks...

Just downloaded this project and when opening app on localhost:3000 this error shows up. Here are the logs ``` C:\IntelliJ_workspace\NG6-starter>gulp [15:56:29] Requiring external module babel-core/register [15:56:31] Using gulpfile C:\IntelliJ_workspace\NG6-starter\gulpfile.babel.js [15:56:31]...

I have to create a fallback response for some endpoints and I currently use body option for that. But those responses are quite long (SOAP responses) and it is quite...

So I have set up a generic response like so ``` < @status 302 < @header Location: http://localhost:3000/mock_data/#{id}/user.do ``` and in mock_data folder I have folder with customer id for...

I am trying to import with jspm/systemjs this lib, but this error pops up. This is how it looks in my js file. ``` import 'jquery'; import 'bootstrap'; import 'bootstrap-wizard';...