Tiago Neves

Results 8 comments of Tiago Neves

Probably a bit late, but `sessionStorage` per definition can't be shared across tabs. That is not an issue with the hook. More info [here](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage).

I got `node-fetch` to send the traceid and spanid headers. Code: ``` import * as opentelemetry from '@opentelemetry/sdk-node' import {getNodeAutoInstrumentations} from '@opentelemetry/auto-instrumentations-node' const sdk = new opentelemetry.NodeSDK({ traceExporter: new opentelemetry.tracing.ConsoleSpanExporter(),...

@syalioune when you say > The vulnerabilities listed in the VEX must already be associated with project/component ==> A VEX import does not add new vulnerabilities. It is an update...

This blocks apps that use react-rte to migrate to React 18

Hi @eddeee888, Tried it out but unfortunately the issue persists.

According to https://github.com/redis-stack/redis-stack: > We will stop releasing maintainance releases of Redis Stack (6.2, 7.2, and 7.4) on December 2025. This means `redis-om-node` will be considered a deprecated package in...

I think this issue should be reopened as `NO_UPDATE_CHECK` is not mentioned anywhere other than the source code

@jerelmiller I'm already using your first workaround in my test setup file, thank you. I just wanted to report the issue as I'm sure this will happen to more users...