Vicente Merlo

Results 11 comments of Vicente Merlo

Updating to `0.29` fixed the issue for me.

Just to add more context to the issue, here is a snippet generating typespecs for a message having both `proto3_optional?: true` and `proto3_optional?: false`: ```elixir iex> message_props = %MessageProps{ field_props:...

@JerzyDziala Since we can't have a `optional(:field)` typespec for a structure, I am not sure what the typespec should be for the optional fields. According to [Elixir docs](https://hexdocs.pm/elixir/1.13/typespecs.html#literals), having a...

@whatyouhide sure thing! I will give it a try this week. Thank you for the support!

@anubis-ii sorry I may be missing context, but why is this change necessary?

@fuelen @andyl I tried using Rustler + getch but couldn't get it to work. I think it is due to BEAM blocking the stdin port ([here](https://github.com/erlang/otp/blob/e8f26bba73949dc0eb8a49516a7191ffebfd6487/lib/kernel/src/user_drv.erl#L125)). So I came with...

@denysdovhan when you get some spare time, can you please review this one and add the proper labels? 🙏 It is pretty similar to #864

I have the same question. I couldn't find the documentation about setting up glow to use my self-hosted charm instead of charm.sh's one. For reference: https://github.com/charmbracelet/charm

@ericmj I sure am! I will try to push a fix this week. 😁

@whatyouhide oops, my apologies for the delay - life got a bit more busy these past months. We can close this issue since @vshev4enko already handled it in https://github.com/elixir-mint/castore/pull/71. Thank...