Miguel de Benito Delgado

Results 61 comments of Miguel de Benito Delgado

The issue is due to the clj-kondo hook [used in penpot](https://github.com/penpot/penpot/blob/063c6e777116386a0e43a061bad7e69731f1d5ae/.clj-kondo/hooks/export.clj#L16). It uses a local atom as symbol registry to detect duplicates. This is fine when clj-kondo passes only once...