valichek
valichek
Any progress here? Could be `channel.NotifyConsumeOk()` handler to get this auto-generated tag from `basic.consume-ok`
osx, got no error, but conversion frozen at 0%, mp4 downloaded to /Downloads, also when running `yum build` it goes to webpack watch mode, no finish
@isobit yes, this does the job
@isobit also I have updated it to the latest lib from `node-nats` with some minor changes to get it working. so please check this https://github.com/isobit/websocket-nats/compare/master...valichek:update-to-0.7.24 and if everything is ok,...
@antonioaguilar hi, note that if you use https://github.com/valichek/websocket-nats/tree/update-to-0.7.24 you will get this error, because I didn't update `dist` scripts, only sources
@antonioaguilar do you mean that creating `dist` from my fork doesn't help?
@jods4 trying to use `layoutView` in `routes` tried ``` { route: 'some', moduleId: PLATFORM.moduleName('./pages/empty'), layoutView: PLATFORM.moduleName('./pages/_resources/layout-main.html')} ``` and ``` { route: 'some', moduleId: PLATFORM.moduleName('./pages/empty'), layoutView: './pages/_resources/layout-main.html'} ``` no difference, still...
So I fixed it with `PLATFORM.moduleName('pages/_resources/layout-main.html')`, is it bug?
@jods4 sure, another thing is that I got the example of including modules from webpack skeleton. So it's better to fix this in skeleton too https://github.com/aurelia/skeleton-navigation/blob/master/skeleton-esnext-webpack/src/app.js#L7-L9 @niieani, please, check it
@bryanrsmith Looks like it is a good replacement for router.reset()?