Clément Oriol
Clément Oriol
Hello. First of all, thank you for your work on this library. It makes my life way easier :) I was wondering if there's any way to customize how sitemap...
## Due date: yyyy-mm-dd ## Assigned reviewers - [ ] TBD - [ ] TBD ## Description ### Context Hello ! I'm a consumer of the OpenVerse API. I've started...
Hey guys, After too many years without any updates and seeing that the library seems still in use I'm willing to put some work to update it and release something...
Hors des problème FF
Hey ! The fix for #1400 seemed easy enough (I mean who get the chance to submit a one char PR ? 😄) so here it goes. The Prisma docs...
**Description and expected behavior** **Description** Prisma does not support have first-class support for [Postgres generated columns](https://www.postgresql.org/docs/13/ddl-generated-columns.html) but they still kind of work if you : - Write the migration yourself...
**Describe the bug** I have the following tailwind config that extends the screens size to add an "xs" screen size : `tailwind.config.js` ``` /** @type {import('tailwindcss').Config} */ module.exports = {...
Fixes https://github.com/miragejs/examples/issues/10 Uses functions instead of getters in the Person Factory to make sure a new Person is generated each time. Maybe thee typings could be improved, I would love...
Hi, I was looking around in the example files to get a better understanding on how to get type-safe factories, and realized that the factory in the `react-typescript` always creates...
**Issue** On a controlled drawer (that uses the `open` prop to open/close, as its state is managed by a parent component), the `onAnimationEnd` prop function is not called after the...