Skip to content

Shareable URL Limit Reached #9

@ronelm2000

Description

@ronelm2000

I reached it when I had 135 characters to sort (which resulted in over 700 sorts).

Seems that with enough "comparisons" [Had many instances where it came to shove it looped; Also I added a boolean and an integer in the mix], it does come to a point where the characters outputted by LZString reach the 2048 character limit set by browsers.

I wonder if it's possible to switch to UTF16 rather than just use ASCII.

EDIT:
On closer inspection it seems that it's the lzstring generating a newline on the result string when it shouldn't. I should probably either check if the libary is up-to-date, or bring it up with them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions