Thanabodee Charoenpiriyakij

Results 190 comments of Thanabodee Charoenpiriyakij

Just a little investigation. Inspecting `rest` inside decoder.ex with this diff: ```diff diff --git a/lib/protobuf/decoder.ex b/lib/protobuf/decoder.ex index 2fa107e..2febe12 100644 --- a/lib/protobuf/decoder.ex +++ b/lib/protobuf/decoder.ex @@ -42,6 +42,9 @@ defmodule Protobuf.Decoder do...

The result from linux (I try inside docker container): ![Screen Shot 2563-04-03 at 18 29 39](https://user-images.githubusercontent.com/484530/78356113-2954d580-75d9-11ea-8599-ca8c211a4932.png) And darwin: ![Screen Shot 2563-04-03 at 18 30 45](https://user-images.githubusercontent.com/484530/78356175-41c4f000-75d9-11ea-8e26-2bd3c9cd7224.png)

gathering os information from uname syscall is enough?

I’m not familiar it yet about windows os syscall but it’s sound interesting for me to try. I don’t know how to write unit test for it because it’s depend...

> There is some documentation [here](https://developers.google.com/protocol-buffers/docs/proto?hl=en#services) and [here](https://developers.google.com/protocol-buffers/docs/reference/proto3-spec#service_definition). > > > wouldn't it be easier to use elixir-grpc? > > That library is unfortunately [no longer maintained])(https://github.com/elixir-grpc/grpc/graphs/contributors), and I would...

@vladdu As I try, it always happens after I cleared those character and called format again.

I've try to match on real UI (I test it by changing the color on dogfood site): `$yellow-30`: `$yellow-20`: `$orange-40`: In my opinion, the `$yellow-30` looks greater than `$yellow-20`.The `$yellow-20`...

> If we're going with `$yellow-30` we should use the design token `$support-03` as this will ensure consistency if we ever change the underlying colour palette or if Carbon makes...

Hi, may I know what to do with this issue? I’ve some free time to work on this issue. :)

Thanks for your information. Let me catchup with those issues first. :)