Satoru Kawahara
Satoru Kawahara
> It should be possible to add your own logging in a modular way at the transport layer. Yes, I'm for the statement too, but the both should be done....
I tried to use this PR branch with dynamodb-local and got an SSL error. How about switching `http` or `https` in `Endpoints.url_of`?
After saying it I found out only `Endpoints.endpoint_of "dynamodb" "local"` returns `"localhost"` (and maybe it is for [dynamodb-local](https://hub.docker.com/r/amazon/dynamodb-local)). But dynamodb-local only accepts http request, not https. So I opened #121...
> I'm not sure I understand why we want to test 3 different versions of OCaml in nix in the actions as opposed to just testing the latest. Httpaf accepts...
The path where some distros points to `env` is `/usr/bin` and others point to is`/bin`. So I'm ambivalent about either `#!/usr/bin/env` or `#!/bin/env`. Are there any ideas?
It's a little troublesome so I don't think to rewrite. But you read opeth in Lua like this: ``` $ moonc target.moon $ cat target.lua ``` or ``` $ moonc...
> Is it possible to (hopefully automatically) convert OPAM repo https://github.com/na4zagin3/satyrographos-repo to a Nix repo (or something like that) so that Nix users can automatically use packages there (including past...
I found out that camlpdf can't build on Nix immediately due to lack of `which` command.
I've just created a plugin to do. https://github.com/Nymphium/nyaovim-dynfont
@smimram Sorry for too late response, and thank you!