Results 18 comments of Victor Kolb

Looks like you shouldn't use the `combinedReducer` Maybe something like this: ``` export const store = configureStore({ reducer: { App: appReducer, ThemeSwitcher: themeSwitcherReducer, Auth: authReducer, [articleApi.reducerPath]: articleApi.reducer, }, }); export...

This was helped to me: https://github.com/ResourcesCo/snippets/blob/master/docs/codemirror-with-next.md

You can. Maybe you need to add ` "type": "module"` to your package.json.

@crucialfelix amazing! It is what I need. I'll try to figure it out. Thanks!

@crucialfelix so, apparently Node js can't streaming audio from sound cart to api. Do I understand correctly that I can't without Icecast and Darkice? Let's say I want to stream...

@crucialfelix hm.I think it's become clearer. Thank you!

@crucialfelix no one scsynth server is running. Same code in SC IDE will write file correct.

@crucialfelix thank for answer! I'll try to do something with this)

@crucialfelix hello again! After few attempt I not finding in documentation info about messaging system :( Or you mean is "need to create it"?