core icon indicating copy to clipboard operation
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.

Results 18 core issues
Sort by recently updated
recently updated
newest added

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...

Type: Feature Request
Status: Abandoned

## Video example ![simplescreenrecorder-2022-07-15_01 48 46](https://user-images.githubusercontent.com/13500086/179097384-800eec19-6b96-46c8-b3b8-d2dcd0586bdf.gif) 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...

Status: Abandoned

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...

Pinned

**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....

Status: On Hold