Christoffer Olofsson
Christoffer Olofsson
Anyone that knows a workaround?
@eriwen Have you seen pull request #171?
Have there been any progress on this? Would it also be possible to obfuscate them separately? I have separate roots in my project. It is functional to merge the files,...
I saw this from @eriwen: https://stackoverflow.com/a/34187137 Have this been implemented yet, or do I still need to create a local version? I will experiment with this later.
Yes. I think I needed to do some changes to make it work for my project, but yes. I think it was remove ".min" and put in a directory instead.
>so to unwrap it you'd need to copy all the data out of it and into a host map. Any plans to do so? 🙃 It was a while ago...
I solved my issue by making an internal wrapper for the external function, so it calls `JSON.stringify` before and then the external hook calls `JSON.parse` to get the intended value....
_Two years later._ I just had this problem as well, but I'm not working with a pull request. This solved it for me: ```YAML uses: actions/checkout@v3 with: ref: ${{ github.ref_name...
Could be solved with use of [Window.localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) in [index.html](https://github.com/cmdr2/stable-diffusion-ui/blob/main/ui/index.html).
Agree! _(Actually I ment IndexedDB. 😋)_