CCL Solutions Group
CCL Solutions Group
There shouldn't be a problem with backslash escaping it - it's just a string passed to a glob right? Or is this more a question of _style_? ```python s =...
I've just issued a PR which addresses the second point.
On the file extension point - I'm happy to change to something generic in light of the efforts to create a unified leapp. If you search `.ulp` then currently this...
Related to scopes: https://github.com/chromium/chromium/tree/master/components/services/storage/indexed_db/scopes See: ScopesEncoder::UndoTaskKeyPrefix
Some of this functionality is in the library's back-end now, but we're not currently doing anything with it as I'm still not sure about the best (and safest) way to...
@Zettt - the format of these files is changing with Chrome being updated; As @aman0019 suggests, the error is likely related to the script falling behind Chrome. We may revisit...
Just to add some extra context - a lot of this stuff has been moved around in the Chrome source code so a lot of the notes I have are...
Need to switch uses in `ccl_chromium_indexeddb` before doing this or it will be very noisy.
Hi, thanks for this. Let me sit with this for a couple of days because I'm wondering if this is an opportunity to fix a "problem" with this module -...
Hi there, thanks for that. I think last time I checked that module required the snappy C library installed (and was a pain to use on Windows). Do you know...