Louis Pilfold

Results 281 issues of Louis Pilfold

Such that one can run `gleam new thingy; cd thingy; gleam add wisp; gleam run -m wisp/init` and have a working project with a sensible amount of bells and whistles....

later

Example projects! The more the better! What examples must we cover? I'll edit this first message so that this list contains all the suggestions from below. - [x] Testing -...

We want to provide CSRF protection so the programmer does not have to worry about how to implement this security requirement. Are CSRF tokens still required? Or are SameSite cookie...

It would be good for the programmer not to have to ctrl-c and restart the server to see their changes. How could we implement this? The Gleam build tool has...

later

Currently we use `/tmp`: Each operating system specifies directories in which programs can write temp files. Lets use these instead.

Provide a way to stop accepting new requests and allow the existing ones to finish, to avoid any requests failing when the server stops. We'll also need to consider websockets...

later

Sessions! Another common feature of web frameworks. What do we want to provide here? Depends on being able to write signed cookies: https://github.com/lpil/wisp/issues/5

later

To make deployment easier design a dockerfile for Wisp applications

later

Websockets are useful! Design an API for using them. This likely will be a wrapper around Mist's websocket API (so that in future we could be modular over different web...

later

A homepage will go a long way to making the framework look attractive to folks! Tagging our resident maker of pretty things @aslilac