Ondřej Dušek

Results 4 comments of Ondřej Dušek

Pull request https://github.com/perminder-klair/angular-soundmanager2/pull/43

I have made docker image for this awesome tool. Feel free to use or fork, whatever you want... https://gitlab.com/xduseko/subsync

You can create custom container for each test case. ``` js const IoC = require('electrolyte'); describe('myModule', function() { let container; beforeEach(function() { container = new IoC.Container(); container.use(IoC.dir('app/myContainerFolder')); myModule = container.create('myModule');...

Same problem here. It seems that DAPR is able to save state as JSON (queryable format) only using HTTP API protocol. It is also used in the demo @artursouza linked....