Marek Hrabe
Marek Hrabe
Hi, the app is using Chrome 41. I may try to update to new atom-shell, but from the changelog, it doesn't seem to address any similar issue and I'm just...
Are there any particular steps that would help me to reproduce this state? I couldn't reproduce it at all and I'm using the app all the time from the release.
Thanks for the contribution. I will think about way to integrate this, it seems useful. I won't merge "as-is", because of latest changes to code base, but I'll cherry pick...
Thanks a lot for your research, guys. I will try to add web support to my project this week. I'm just wondering if the solution is to create webpack target...
I got it working in my app last summer, by making a custom webpack config for a web build. My specific solution, provided as-is (you definitely need to alter this...
Any update on this? :)
I was trying to achieve this and it seems like the app is already loading the security values from the `localStorage`. Calling `localStorage.TryIt_securitySchemeValues = JSON.stringify({'Token': 'test123'})` before the documentation is...
I wonder if `isBlob` just needs to be a bit looser, so it doesn't stop new environments from working. I have just discovered it doesn't play well with the Cloudflare...
I'm running my app on an older webpack and likely missing some config, and it has helped me to point directly to the file I needed to import instead of...