acicali
acicali
My opinion is that this is not what Markdown was created for. You should use a templating engine for this... something like Mustache.
Just to elaborate a little, I see issue https://github.com/vlucas/bulletphp/issues/36 which seems to tackle the same issue but with a redirect. I can _almost_ achieve the desired results with the code...
I was just perusing Bullet/App to see how such a feature would be implemented, but I'm not sure if I have enough experience to even make a good suggestion here...
It seems the existing $response->send() method should probably do this. Would that cause too much breakage?
I'm not ultra educated on the HTTP protocol. Reading the spec, I see that clients MUST be prepared to handle one or more 1xx status codes, but isn't that the...
Correction, Changing echo to die() _only_ achieves the desired behavior when send() is followed by: ``` php echo $app->run(null); exit; ```
Just wanted to add my 2 cents here... Why not just add CSS classes instead of inline styles? Then not only could this be accomplished in CSS, but changing colors...
I know this is an old post, but it's true. This becomes especially apparent when switching back and forth between a chart with a single series and a chart with...
After reading this (rather old) post, I knew I had to contribute. I've spent many hours working on reducing the file size of vapor.js and I'm happy to say... success!...
This is a routing library, not a framework. What is it that you want a routing library to cache?