> > 1. JSON validation would be nice. > Yes, this has come up before, but we don't know how to get the validator to validate nested data structures.
> 2. Some helpers for streaming JSON to simplify render large JSON without > creating whole object in memory. (now this possible (ex. > http://pastie.org/10875893), but it is not convenient) > I don't think it is possible to make this easier in Mojo::JSON without also making a lot of sacrifices. > 3. "resolv" event in Mojo::IOLoop::Client, after resolving domains. > Are there use cases for this? Especially considering that Net::DNS::Native is optional? > 4. Make easy log rotation in prefork servers. For example passthrough some > signals (like USR1) from manager to each worker, that the workers can > reopen log files. Or may be add new event "reopen" to Mojo::Log. > This has come up before too, and we were close to adding the feature, but then nobody sent a pull request... -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
