Takeru Ohta
Takeru Ohta
The CI failures could fix if you run `$ rebar3 efmt -w` to format the source code.
I came up with an idea that it might be possible to implement this feature without modifying the `jsone_decode` module at all. The following code shows the ideas. ```erlang %%...
Thank you for sharing the benchmark result! It's interesting. > The case where I'm not sure is when the input is a number split between the digits. In this case,...
This is also just an idea, but it might be possible to retry the number decoding as the following: ```erlang %% in jsone.erl file (the logic could be complicated, so...
Thank you for reporting this issue. However, it's difficult to find out the cause of this error only from the above error messages. Could you share an example code to...
It's interesting, but it seems difficult because I don't have time to develop it for a while.
Thanks for your useful suggestion. It sounds good, but probably requires breaking interface changes (maybe). Therefore, I would like to revisit this feature when actual users need it.
Thank you for your question and proporsal. > it seems like rustracing_jaeger is a client which requires a jaeger-agent to be running on the same machine Yes, your understanding is...
Thank you for you proposal. It seems nice feature. Let me label this issue as a `help wanted` because I don't have enough time to implement it.
Thanks for creating this issue. > maybe this should be an issue in https://github.com/sile/rustracing instead? Maybe. Actually, I have created a PR https://github.com/sile/rustracing/pull/9 that seems to relate to this issue....