Hi, has anybody used `clj-python/libpython-clj` with Clerk and encountered problems with the analyzer failing to parse Python source files? It appears to me that those files are pulled in as transitive dependencies and obviously cannot be parsed by rewrite-clj.
Can you please file a step by step repro as a Github issue? I can take a look on Monday
Certainly, thanks!
this came up before, see https://github.com/nextjournal/clerk/issues/531
the solution we implemented was to turn off analysis when you set {:nextjournal.clerk/no-cache true} on the ns metadata
Thanks, I used the same workaround: disabling the cache and hence the analysis.