Benjamin Janssens

Results 10 comments of Benjamin Janssens

I have been having exactly the same issue on v0.15.1. This was not an issue on v0.14.0, so I downgraded to that version. EDIT: I just tried it out and...

In the meantime, manually editing the `download_url` in `node_modules/dynamodb-localhost/dynamodb/config.json` to `https://s3.us-west-2.amazonaws.com/dynamodb-local/dynamodb_local_latest.tar.gz` and the import of `http` to `https` in `node_modules/dynamodb-localhost/dynamodb/installer.js` should do the trick!

@cnuss you're in the wrong repo 😄 as soon as `dynamodb-localhost` gets a new release on npm, we can integrate the changes into `serverless-dynamodb-local`

I just encountered the same issue. I'm pretty sure this is because Backstage does not support the CSS classes that mkdocs uses for the icons.

@Rugvip @camilaibs can someone please take a look at this? 😇

This is a really frustrating issue considering this exact issue is one of the reasons we switched from TypeORM to Prisma... I get that Prisma can't support every niche feature...

@benjdlambert I'm not too familiar with EntityPresentationApi, but we definitely touch the same code. 😅 I'll see if I can look into this a little more next week.

Hi @Julien-Hery, welcome back and sorry for stealing your issue 😄 I suggest you to take a look at my PR (#24852), which is based on the changes made by...

Thanks @Julien-Hery, teamwork makes the dream work 😄