Konstantin A. Olkhovskiy

Results 72 issues of Konstantin A. Olkhovskiy

For backends like Golang arity tests in runtime are going to be troublesome to implement, and are very likely to be inefficient. I wonder if it's possible to statically check...

This PR tries to fix issue #40.

Large amount of npm packages are targetting NodeJS, would be awesome to include usable bindings for NodeJS along with those for ES20xx and Dom. They don't need to be OCaml-idiomatic,...

enhancement
jsoo

It seems that there is support in place for passing custom Funcs to the template, but when using temple build, there is no way to pass custom functions. Is it...

For validation handling I needed to do some transformations on protobuf OCaml type tree (`pb_codegen_ocaml_type`) - currently that includes a pass that adds suffixes to all types, and another pass...

Since both Mutex and RWLock can be used to get mutable reference, is it possible to extend `ARef` to support getting mutable references as well?

It's not clear how to use this tool to update already existing `vendor` dir, wether it was created by `cargo vendor` or by `cargo vendor-filterer` - in both cases `vendor-filterer`...

Looks like I'm hitting the same issue, as discussed in #609. Cross-posting my comments from that closed issue: > Looks like there are stil issues with operators with `/` inside....

Hello! What's the best way to introduce batched request handlers to the Twirp IDL? The request can just be an additional message that wraps other request(s) in a repeated field...

When running opam-dune-lint on a dune-project and confirming updates, the comments that were originally in dune-project file will be removed. Also some (unnecessary) quotations of atoms gets removed, which creates...