Cẩm Huỳnh

Results 21 comments of Cẩm Huỳnh

I think we can follow this documentation by `telemetry_metrics`. https://hexdocs.pm/telemetry_metrics/writing_reporters.html Unfortunately, we currently do not have time to work on this. Any help or PRs will be very welcomed. Thanks!

Hi @realsarm I gave this a thought. I'd like to keep 3llo being interactive since that was the intention from the beginning. There are non-interactive alternatives like https://github.com/mheap/trello-cli, have you...

This is a very cool idea! 👍 Anyway the implementation would be a little tricky since we don't have all the `keyup`, `keydown` events on terminal. But I will give...

I think we can support an option like `ignore_whitespaces: true` in `SimpleForm.parse_string`. That would be helpful in this case. The option should default to `false` though to keep original behavior...

I have to admit I have been thinking about this since the start but couldn't really find an appropriate API. I have previously made a [StackParser](https://github.com/qcam/fiet/blob/master/lib/fiet/stack_parser.ex) which would give more...

I think the idea behind the `:stop | :halt | :ok` is to give the users control of the parsing flow of the XML document being parsed. It was not...

Could I propose starting with `:stop` to you for now, since I'd prefer to keep the handler API simple. But let's leave this discussion open to see if more people...

At the current state, Saxy only expects UTF-8 encoding, the parser will stop when the XML document explicitly says it's not UTF-8 encoded. Saxy very likely would not support other...

Hey @ryanzidago, I could help to take a look if you would be able to come up with a working repo to reproduce your observation.

:+1: vim-slim also doesn't work for my Vundle