michael hancock

Results 3 comments of michael hancock

just to confirm, i also did not use svgo and just setting --height 500 works perfectly, i used 100 as above but complex icons still seemed a bit funky

yes it is, just give the index the same name on the fields. https://www.npmjs.com/package/sequelize-typescript#index eg. ```ts @Table export class UserObject extends Model{ @Index({ name:'UserIdObjectId', unique:true, }) @Column public userId!: number;...

I saw a similar error when I accidentally used a URL for a path env var. could be N8N_ENDPOINT_WEBHOOK_TEST should be something like "webhook-test" not a URL