sihl icon indicating copy to clipboard operation
sihl copied to clipboard

A modular functional web framework

Results 43 sihl issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Deriving `eq` and `show` makes it possible for users to easily derive `eq` and `show` for their own types that depend on Sihl types. Sihl already depends on [`ppx_deriving`](https://github.com/ocaml-ppx/ppx_deriving), but...

When storing the email templates **with** the additional `language` argument, it's possible to get an error when using the `EmailTemplate.get_by_label` function (**without** passing the `language` argument). It allows e.g. creating...

- ~Mention that the default `__Host` prefix [only works with HTTPS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie), so testing on `HTTP localhost` with production won't work~ - ~Change `` to `` [here](https://oxidizing.github.io/sihl/sihl/index.html#csrf-protection)~ - [ ] Fix...

good first issue

Various functions in `web_session.ml` can only be used for either `Response.t` or `Request.t`, for example `val find : ... -> Request.t -> string option`. For symmetry purposes, extend the API...

Is there a version of this setup that can run without `inotifywait` which I believe is `linux` only? I am on a mac and would like to run it without...