core
core copied to clipboard
AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
I try to upload a file to s3. But is uploading an empty file. When I try streaming the file manually it also says that my file does not have...
## The problem Uploading files following the instructions of the official documentation works except for when uploading very small files it seems. I have an audio file thats 7kb and...
## Package version 5.8.0 ## Node.js and npm version Node: v18.6.0, NPM: 8.13.2 ## Sample Code (to reproduce the issue) ```ts // config/app.ts export const http = { // other...
It would be nice if AdonisJS would have something out of the box that allows to log the request and responses received. After doing some investigation, it looks like there...
## Video example  Sorry for low quality, its best I could do ## Package version ``` "@adonisjs/core": "^5.8.4", "@adonisjs/repl": "^3.1.11", "@adonisjs/view": "^6.1.6", "@symfony/webpack-encore": "^3.0.0", ``` ## Node.js...
Thank you :)
I wanted to thank you @thetutlage, @RomainLanz and team for the amazing work you've poured into this framework. **It's certainly a piece of art!** and I really enjoy coding on...
**PR is targetting #4412 and depends on https://github.com/adonisjs/assembler/pull/74** --- Two things : - add a `getTsMorphProject()` method on `Codemods` class. so that users can make their own codemods as explained...
**PR needs https://github.com/adonisjs/assembler/pull/73** Add both methods to the `Codemods` class
### Package version 5.9.0 ### Describe the bug ### I'm running some tests with isolation in Postgres I create a transaction with the isolation type repeatable read ``` const firstTransaction...
Hey! 👋🏻 This PR moves any reference to the encryption to the new driver-based system. We still have to update related packages like `@adonisjs/http-server`, and the configuration of any starters....