Marko Pukari

Results 7 comments of Marko Pukari

As far as I know this library has not been finished. I poked around with this library for 9 months ago and could not get it running. It had something...

I would like to test this with our KTOR application. Easier said than done because everything has changed and the changes are really major and only very thing documentation exists....

Any news on this cookieStore functionality?

So what is happening with your application is that when you start the application and it starts the given koin context. You also create the koin context inside the test...

Here's some data how you can reproduce this problem: ``` {someArray : [{item:{some:"data"}}, {item:{some:"data"}}]} ``` converts to: ``` data data ``` but: ``` {someArray : {item: [{some:"data"}, {some:"data"}]}} ``` converts...

I think I figured this one out and why there are the indexes. ``` {someArray : [{item:{some:"data"}}, {item:{some:"data"}}]} ``` someArray is the root object someArray has been stated as array...

Cheers that it made sense. Years back the team I was working with used Fabric for the audio management but that was years and years back. Now that I activated...