jeremy bepoix

Results 5 issues of 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 ![image](https://user-images.githubusercontent.com/72266507/177101489-11b78ec7-046c-4d47-b0c2-32b6baf3836a.png) **Expected...

node/issue

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) ![image](https://user-images.githubusercontent.com/72266507/209309475-92da745a-d327-47b4-b16f-1c84ab4a2d7d.png) 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...