David Novakovic
David Novakovic
In my local I had added more logging to mesh and the type error seems to happen during the processing for the other subgraph if that makes sense? In my...
Agreed - using the CLI is a big pain in our projects that use subpath imports
Could precedent from other similar concepts provide a guide to the interface? Not sure if it'd be compatible with weblocks though https://effect-ts.github.io/effect/effect/TReentrantLock.ts.html#treentrantlock-interface
~~sorry for the direct ping - spam comment @acao ^~~ Edit: he's onto it
> Sorry im still trying to remove the comments, account got hacked no sign of login. Sorry to hear that... Must be super stressful.
Agreed, there's places where the otel tracer assumes a parent trace is a DD trace too: https://github.com/DataDog/dd-trace-js/blob/master/packages/dd-trace/src/opentelemetry/tracer.js#L36 With `DD_TRACE_OTEL_ENABLED` this completely breaks
> I'm running into a similar issue as @dpnova where [parent](https://github.com/DataDog/dd-trace-js/blob/master/packages/dd-trace/src/opentelemetry/tracer.js#L39) is null and `parent._traceId` throws an error. FWIW I left `DD_TRACE_OTEL_ENABLED` off and manually created the connection between the...
Had a quick look in the source - I think the issue here is this currently doesnt work on the journals page.
Thanks for this @galihlprakoso - it looks like it loads on the journal page, but journals aren't included in the context, is that right?
we have this in our webhook code: ```ts import { yTextToSlateElement, slateNodesToInsertDelta } from '@slate-yjs/core' //... transformer: { fromYdoc: (doc: Y.Doc) => yTextToSlateElement( doc.get('content', Y.XmlText) as unknown as Y.XmlText, ),...