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

### Package version 6.9.0 ### Describe the bug Hello 👋🏻 When adding a package with `node ace add`, it throw an error and crashes when using yarn berry (yarn v2,...

Type: Question

### Package version 6.2.2 ### Describe the bug When I want to create new models or controllers (and probably other things), the name formatter behaves wrongly in some cases. For...

Type: Enhancement
Priority: Low
Status: On Hold

### Package version 6.9.1 ### Describe the bug When running HTTP tests, despite the OpenAPI Schema endpoints matching, as well as controllers, tests, route setups, JAPA defaults to `GET http://localhost:3333/`...

### Package version [email protected] ### Describe the bug Error happens when executing next command (with output) ```shell node ace add @adonisjs/ally --providers=google --providers=facebook --providers=apple [ info ] Installing the package...

### 🔗 Linked issue This enables what's described in https://github.com/adonisjs/ace/issues/163 However, I cannot think of a way to actually test this, since `@antfu/install-pkg` doesn't provide a way to not actually...

Status: On Hold

The generator system will be used to create types for various things. It includes - Scanning Inertia pages and creating a types file for them. This action should run anytime...

Since the next VineJS version will be standard-schema-compatible, we should be able to make the core agnostic of Vine. Any place where a validation schema is expected should work with...

Hey there! 👋🏻 This PR brings the `MessageVerifier` class to the core module instead of being defined inside the Encryption package. It will be used by the HttpServer in order...