Rizo

Results 33 issues of Rizo

Hey! :) Just came across the BARE format (thanks to your project!) and was surprised by how similar it is to a custom format I created for my company's product....

Exposes the internal Swagger schema in the public interface of the library. This is useful for use cases when the Swagger schema needs to be generated programatically by, for example,...

In addition to the record field getters generate field setters.

What is the current status of the project? I found the design of this programming language very well-thought and elegantly architected. Did you stop the development? And if yes, why?

In a large project with many lwt-based dependencies it is common to find code that uses `Lwt.fail exn` for rejecting promises and singling errors. Using `Lwt.fail` is of course very...

I think the [Stream](https://github.com/ocaml-multicore/eio/blob/2aadabf4249a0fb14f0f70a06542103fc07ff08f/lib_eio/stream.mli) module in Eio is not a stream in a traditional functional sense. In particular, it looks more similar to abstractions provided by some other libraries/runtimes under...

api

**esy version:** 0.3.4 **Operating System:** Ubuntu 18.10 **Issue:** Custom system environment variables used to locate system libraries are not included in the esy sandbox. This means that the `conf-*` style...

enhancement
discussion

```reason type no_data_state = [ | `ok | `no_data | `keep_state | `alerting ]; let no_data_state_to_yojson = (alert) => switch (alert) { | `ok => `String("ok") | `no_data => `String("no_data")...

What is the current status of the project? Do you have any plans to finish the protocol implementation? I might be interested in contributing.