vooft
vooft
The problem in node-only modules, that are not (or can not be) referenced from frontend source files. I believe that angular-cli just ignores them. Maybe migrating from electron-packager to something...
@Seankps change in src/electron.dev.js: `nodeIntegration: false` to `nodeIntegration: true`, then it will work
The problem is related to setting the span to null on the scope reset when there is no other span observation to fall back to, and how `OtelTracer` handles this....
Sorry for not being clear. The problem here in particular is due to skipping the index and not remembering which value was skipped. For example: 1. Value "test" happened to...
Yes, absolutely, thank you for the clarification! Just a thought: wouldn't it be simpler just to skip those invalid indexes and pick a next valid one? Like, in this case...
Closing this issue, as it will be handled in the spec https://github.com/FasterXML/smile-format-specification/issues/21
Thank you @cowtowncoder!