Stefan Hynst

Results 21 comments of Stefan Hynst

It seems to work with Angluar 14. Please update peer dependencies in `angular-resize-event/projects/angular-resize-event/package.json`

I created a pull request: https://github.com/vdolek/angular-resize-event/pull/69

@nishmeht7: I did fix it 2 years ago (works very well in production code): It seems we must not call `setBroadcast()` after the receiving thread was started, since this will...

I am having the same issue, too!

> Might also be good to have the activity history for an individual expense at the bottom of the edit expense page. > Great idea!

This looks like a great addition! Thank you! This should do for the database migration: `npx prisma migrate dev --name multiple_payers` See here for the docs on prisma: https://www.prisma.io/docs/orm/prisma-migrate/getting-started

I see. You need to manually adjust the migration file. This should do (please test!): ```sql -- CreateTable CREATE TABLE "ExpensePaidBy" ( "expenseId" TEXT NOT NULL, "participantId" TEXT NOT NULL,...

Thank you for your comment! And thank you too for providing me with your script that served me well to import my expenses from Splitwise. I updated my PR and...