You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ambiguity in OSI trace file format documentation, document saying *.txt is Plain - text trace file(Readable format) but it storing multiple serialized OSI messages(non readable format) in one trace file. There is some contradiction. Is .txt readable? #70
I want to do ... in my application, but what I am actually getting is....
Here is a screenshot that illustrates the problem:
image.png
Describe what you have already tried
This is the most simplified version of my code that I have been able to get, which still produces the problem I described above.
// my code
...
Basically, what the code is doing is....
Changing ... does not work because it gives the following error:
Some error
Describe your research
[The documentation here] mentioned ... but did not provide a clear example of how that is done.
[This Stack Overflow question] describes a similar problem, but mine is different because....
Ask your question
So my basic question is, how do I...?
Additional context
Add any other context or screenshots about the question here.