Rômulo Penido

Results 15 comments of Rômulo Penido

> @rpenido I was just about to merge this, but there are some conflicts with the "permissions" PR that I just merged. Could you please fix them? Working on it....

This is ready for review and merge @bradenmacdonald. It also includes the changes from your PR: - https://github.com/openedx/edx-platform/pull/34534#pullrequestreview-2007408802 It may have impacted your PR @yusuf-musleh.

@carvalhoviniciusluiz ~~Se criar o PR sobre essa questão, você teria disponibilidade para avaliar e publicar?~~ Vi aqui que as dependências já foram atualizadas. Podemos ajudar em algo para que uma...

The code in README of this repo, for example: mongoose: `6.8.2` mongoose-lean-id: `0.3.0` ``` const schema = new mongoose.Schema({ name: String }); schema.plugin(mongooseLeanId); const Model = mongoose.model('Test', schema); return Model.create({...