mandarinets icon indicating copy to clipboard operation
mandarinets copied to clipboard

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Component...

Results 13 mandarinets issues
Sort by recently updated
recently updated
newest added

**[Details]** When running the hello world from the [documentation](https://www.mandarinets.org/docs/master/mandarine/hello-world) provided in the site with the command `deno run -c tsconfig.json --allow-net --allow-read app.ts` an error is thrown **[Stacktrace]** `Uncaught SyntaxError:...

Greetings! Below I share a **little proposal to improve the framework**, since the authentication system has not allowed me to continue developing a project that I am doing. **[Context]** I...

**[Details]** Starting a very basic project created with the Mandarine CLI doesn't work. **[Stacktrace]** ![image](https://user-images.githubusercontent.com/20150243/139836198-d599762d-4851-4c5f-893d-ef55b392f567.png) **[Scenario]** Steps to reproduce the behavior: 1) Run `deno upgrade` 2) Install latest Mandarine CLI...

It would be a more clean project name, if there isn't a `.TS` at the end. See other popular web frameworks like Django (Python), Spring (Java), Laravel (PHP). Those are...

- [x] All tests are passing - [x] All the new functionalities are exposed in `mod.ts` - [ ] All documentation has been updated (including `README.md`) - [ ] New...

documentation

This regular expression seems to cause long processing times. https://github.com/mandarineorg/mandarinets/blob/4e132a43877db0b073ecda417cdc1a3790bbf042/main-core/utils/decoratorFinder.ts#L23 It seems unoptimized. If someone would care to explain what it should be doing then I could write better expression...

**[Details]** Mandarine seems to ignore view path setting when configured for denjucks. **[Stacktrace]** ``` error: Uncaught MandarineException: The template ./src/main/resources/templates/index.html could not be initialized. This may be caused because the...

Hello Community, Today, I am writing this issue to inform a bit about the next steps in order for Mandarine to be production ready. MandarineTS framework has grown over the...

documentation

The build system of Mandarine is almost magical, we want to avoid this, we want to have call-based loaders instead of module-based loaders.

enhancement
core

Ref https://github.com/mandarineorg/mandarine-cli/issues/7

enhancement