Brennan Kastner
Brennan Kastner
I haven't looked into how to fix this within the library itself but the manual workaround working locally for me (for a related field called `events`) is to replace this:...
@samosaboy I was able to work around this issue by extending `Document` & overriding the `observerRef` methods like so: ```typescript class DisabledDocument extends Document { addObserverRef(): number { return 0;...
just tested this on a local fork and it worked perfectly. can we please get this merged? @long2ice
I ended up building it from source to see if c4343c8 would fix my issue. Here's all you need to do if you already have Go on your system: ```sh...