Andreas Dewes

Results 92 comments of Andreas Dewes

No I think the problem is that the FileBackend does not yet support having a different name (`_id`) for the primary key field. I will write some unit tests for...

Good point @njurgens , this is on the roadmap for v2.0!

@Arsca are you executing this in the root directory of the repository? Seems like the `src/js` directory does not exist. Have you been able to solve the issue?

Unfortunately this is not supported by BlitzDB, so if you want to retain the order of your keys you should store the items in the document instead and convert it...

Thanks for the heads-up @puredistortion , I changed the subdomain on RTD to http://blitzdb.readthedocs.org so that it's in line with the name of the package on PyPi, I guess I...

Hi @pascal-zarrad and @TheOneAndOnlyGarcia, thanks for opening this issue and sorry it take me a while to reply, next week I'm fully back and will start documenting the process of...

Hi @futurewebEubling! You can enforce the opening of the modal using ``` // using the default config klaro.show(undefined, {modal: true}) // using a specific config klaro.show(config, {modal: true}) ``` We...

Good points @futureweb! Do you think `showNotice()` and `showModal()` functions would be better?

Good idea @yach17, we'll implement this in one of the next versions!

Hey everyone, this finally made it into the new release (0.7.6), here's the tutorial: https://kiprotect.com/docs/klaro/tutorials/contextual_consent Let me know what you think!