package.elm-lang.org icon indicating copy to clipboard operation
package.elm-lang.org copied to clipboard

Limit for docs.json too low

Open synalysis opened this issue 3 years ago • 1 comments
trafficstars

As described in https://github.com/matheus23/elm-default-tailwind-modules/issues/6 it's not possible for the package to support Tailwind 3 because of the docs.json size limit.

I don't know how often the limit prevented someone from adding a docs.json file that should be smaller but in this case it's preventing new functionality.

synalysis avatar Oct 17 '22 03:10 synalysis

I've just encountered this issue.

 "Failure uploading your package:\n - Your docs.json is too
    big. Must be less than 768kb.\nLet us know if this limit is too low!"

My docs.json is ~963k and that's after I stripped out a lot of documentation.

What needs to happen for the limit to be increased a bit?

nunntom avatar Mar 24 '23 10:03 nunntom