Incomplete

Results 18 comments of Incomplete

Now we have [grpc-web](https://github.com/grpc/grpc-web), will this help?

> so so things like unset vs default fields and default enum values are slightly more vague there I'm looking for proto2 support because the way proto3 treats defaults, i.e.,...

I am currently using this, the problem with the so called well known types (well known for what? amending a bad design?) is that they are not well supported, I...

The other side is OCaml, and the compiler is ocaml-protoc (it's a standalone compiler, not a plugin to the `protoc` binary).

I thought list is homogeneous. The root cause of this particular issue is that records are not comparable, but I think the upper limit is too small, regardless of this...

Seems like it, [brax](https://github.com/google/brax/blob/263151c72768ab8fd7e05c3d4869ce4833c8e360/brax/training/es.py#L228) does the same.

@codedmart I'm using neovim v0.2.2 and able to get rid of this problem with autocmd FileType haskell :setlocal nosmartindent don't know whether or not this will introduce other problems though.

I'm not sure, the [original comment](https://github.com/seanmonstar/warp/pull/954/commits/6f6464cd9f3653fe01c1d2f358f0996e19aa9025#diff-f9c2a8c37b690ffe48b65bc57bd72784eb946d600d3b00cd5073259a7e32f001R118) says the sealed exists to allow new implementations, though the name "sealed" suggests otherwise, maybe I'm missing a design pattern here.

I'm currently using this: Create an empty `templates` directory, then use a relative path: ``` #[derive(Template)] #[template(path = "../src/some/thing.yml")] struct Some { foo: String } ``` Downside is that you...

是 Linux,我用的是 Arch,但是其它面向桌面的 Linux 应该也可。