Satoru Kawahara
Satoru Kawahara
This PR enables to develop in Nix environment and make free from opam command manipulations. This Nix environment is reproducable and manages depexts of opam packages. But currently `dune build...
Now cohttp debug log is so unstructured that it is hard to see in for example datadog. I think it is preferred to use `Logs.Tag` for several information, url, http...
This PR adds Nix for easy-to-setup and reproducable build and develop environment. [](https://github.com/Nymphium/httpaf/actions/workflows/test.yml)
The sort of a request / response body is based on `protocol` in a service description file. For example, the field in DynamoDB description file is "json" and each body...
[DynamoDB local](https://hub.docker.com/r/amazon/dynamodb-local) can only communicate HTTP. This PR depends on #125.
This pr splits broad file `aws.ml` into pieces, especially for #121 .
esy version: 0.6.7 Operating System: ArchLinux (on WSL2) Issue: Esy fails to build several versions of OCaml (for example 4.08). Package.json: ``` { "dependencies": { "ocaml": "4.8.1000" } } ```...
```lua local f = function(a) return a + a end local g = function(b) return (f(b)) * (f(b)) end local h = function(c) return g(c) end print(h(3)) ``` Opeth returns...