Azim-Palmer

Results 5 issues of Azim-Palmer

**Describe the bug** I have Jaeger hooked up to Elasticsearch and have it running for over a month. Over time my operations count via the jaeger ui went up to...

bug
good first issue
storage/elasticsearch

I'm struggling to see how to manually set a span's parent in the JS library ``` var tracer = tracingManager.getTracer(); const appStartupSpan = tracer.startSpan("AppStartup"); appStartupSpan.addEvent("IronHide starting"); // Some time later...

### Checklist - [X] I've looked through the [README](https://github.com/react-scheduler/react-big-schedule#readme) - [X] I've verified that I am running react-big-schedule latest version. - [X] I've searched the existing issues and discussions for...

question

**Intent** - Make it easier for people less intimately familiar with the game (like me) to find the right units in the selection panel. ![image](https://github.com/user-attachments/assets/a8488717-9fac-492f-b409-d81e5661ddf0) **Notes** - code is very...

**Situation** - As I'm injecting in external dialogue at runtime, I have to maintain my own story history **Complication** As the `Choice` object doesn't expose the raw choice text, I...