jeremy bepoix
jeremy bepoix
**Describe the bug** When i switch to `active` a workflow with FileTrigger n8n can't execute it and crash. **To Reproduce** 1. Select FileTrigger 2. Set trigger like this  **Expected...
I can't find a simple way to use the package name to create a path. In order to use it as an asset. here is a part 'prepare' of .releaserc.yml...
Hi, I've got some trouble to export _16bit png_ from _16bit PSD_: What i try to do : ```python from psd_tools import PSDImage psd = PSDImage.open(sel_local_psd_file) bbox = (0, 0,...
Hi, I install package with community package on n8n via : https://www.npmjs.com/package/n8n-nodes-python i set up creadential like this : (i don"t know if the right way)  Then if i...
Hi, I've just copy/paste the code bloc of readme and i'v got error : `AttributeError: 'OpenProject' object has no attribute 'get_user_services'` Some module changed ? is really hard to follow...