smthpickboy

Results 14 comments of smthpickboy

I'm having the same issue after update to ```shell fish, version 3.3.1 tide, version 5.0.1 ``` Reinstalling tide by insert `fisher update IlanCosman/tide` into config.fish fixed the problem.

> @smthpickboy What's the difference by putting `fisher update ilanCosman/tide` instead of doing it manually? > > I updated to 5.0.1 manually, the issue still persists. No difference. But when...

I installed `tide` using `fisher`, another plugin manager, as described in `tide`'s README. Seems the issue is caused by plugin manager conflict?

I think it's a common need to introspect class annotations, so I feel a little surprised this feature is left unsupported for such a long time. I'm using springfox to...

I think Parent Span ID is very useful for rebuilding structure of traces/spans from logs when traces are not sampled. Span Name further adds useful info to the rebuilded results.

@rghetia Because whether a trace will be sampled is determined at the time when the trace/span is created, but that's not where logging happens. When later the program decides to...

Always-sampling would be a waste of resources apparently. But when error happens, it would be nice to recover/rebuild more information as much as possible. Of course we can't recover the...

This is caused by OSX's new feature: System Integrity Protection. Workaround: Manually edit config.mak in build directory, change bindir=/usr/bin libdir=/usr/lib to bindir=/usr/local/bin libdir=/usr/local/lib