Alexandre BODIN

Results 28 issues of Alexandre BODIN

### What does it do? Describe the technical changes you did. ### Why is it needed? Describe the issue you are solving. ### How to test it? Provide information about...

source: tooling
pr: chore

### What does it do? Describe the technical changes you did. ### Why is it needed? Describe the issue you are solving. ### How to test it? Provide information about...

# Environment Knex version: 1.0.7 Database + version: sqlite3 OS: mac # Feature discussion / request I would love to get the sqlite dialect to run a query to add...

## 🚀 Feature request When using this package with one of the providers you will always get peerDependencies warnings because you won't be using all possible providers at once. With...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug
status: needs more information

### What does it do? Fix core router not working within plugin context ### Why is it needed? Describe the issue you are solving. ### How to test it? Provide...

source: core:strapi
pr: fix

### What does it do? · Allow ordering direction config on relation populate ```js const r = await strapi.db.query('uid').load(entry, 'relation', { ordering: 'desc' }); ``` ### Why is it needed?...

source: core:database
pr: chore

### What does it do? This is a working PR to introduce and use transactions within Strapi. They can be used as follows ```js strapi.db.transaction(async () => { // they...

### What does it do? Fix https://github.com/strapi/strapi/pull/13175 ### Why is it needed? Describe the issue you are solving. ### How to test it? Provide information about the environment and the...

- Experimenting with webpack chunks ### What does it do? Describe the technical changes you did. ### Why is it needed? Describe the issue you are solving. ### How to...