John Sangwon Suh
John Sangwon Suh
Seeing the same error.
Can you add this in the README? Because it seems like the loader still is required for projects using ESM. May be related to https://github.com/DataDog/dd-trace-js/issues/4037 but very hard to trace...
Actually, doesn't work. --loader dd-trace/loader-hook.mjs crashes the application for express 4.18 on node 18.
Have a fix in allauth here https://github.com/pennersr/django-allauth/pull/3278 please comment like and subscribe
https://github.com/DataDog/dd-trace-js/issues/3595
I've done the following: 1. Download the raw zip https://github.com/GantMan/nsfw_model/releases/tag/1.1.0 2. Copy and paste the contents of web_model_quantized in my own s3 directory. 3. Try to use that link Results...
much needed feature
@juan-fernandez @rochdev @tlhunter @simon-id Please merge this or fix the cyclical dependency in the codebase
Specifically it's this code ``` exec(compile(container.full_code, filename, 'exec', dont_inherit=True), mod.__dict__) ``` In _compiler.py that seems to keep its reference.
@radove @fantamiracle This is the fix for key in list(sys.modules.keys()): # you might want to adjust the string in `startswith` # to match the dynamic modules in your case if...