Adrian Jones
Adrian Jones
This should fix it for you https://github.com/tommoor/tinycon/issues/96#issuecomment-459459158
Seems like this project is abandoned, but I am having similar issues. For me it is related to: ``` ``` If I remove this, then it works fine.
Fix is to use this PR: https://github.com/tommoor/tinycon/pull/97 but fix the typo :)
Here's a fixed minified version: https://gist.github.com/adrianbj/9b6081e0d846ecb5e8ba4d6457d9b7ad
Maybe everything should be remembered, but using sessionStorage rather than localStorage. I can imagine wanting a complex panel open with a section toggled open and positioned in an area of...
Please note that the reason this has come up is because in some server situations, I need to force Tracy to use native PHP sessions: https://github.com/adrianbj/TracyDebugger/issues/66 If I can use...
Hi @dg - unfortunately that doesn't help. If you take a look at: https://github.com/adrianbj/TracyDebugger/issues/66 there seems to be a conflict with the new file sessions and @teppokoivula 's setup. So...
@dg - not yet. Sorry for the delay - I'll try to get you access to a setup to test sooner than later.
I use this https://www.npmjs.com/package/angular-datamaps to use datamaps within Angular. Maybe that helps?
Just wanted to say thanks for this library, but note that I am also seeing this bug, even with a simple: ``` Encoding::::fixUTF8(('you’ll') ``` No issue with that when using...