masonite
masonite copied to clipboard
The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
### Describe the bug Currently when installing it with pip it does not produce any type of error, but I consider that it is not good practice to define it...
### Describe the bug inside get() method, there is a call to forget() method within "with open(....) as f:". however, in forget() method the same file refered by "f" may...
### Describe the bug I refer to the examples mentioned in Masonite V4.0 document, Rate Limiting section. there are two questions to ask: 1. no ThrottleRequestsMiddleware exception raised after max...
### Is your feature request related to a problem? I would like to have login, logout, password reset, etc functionality, but ability to remove registration for sites that I don't...
### Describe the bug It appears that the masoniteproject.com and related subdomains are no longer responding. This includes https://docs.masoniteproject.com/ and https://orm.masoniteproject.com/ I mentioned this on the discord server, but also...
### Describe the bug In trying to upgrade a project from Masonite 3 to 4, I noticed a change in behavior. When the Route.group has an overall name attribute, all...
### Is your feature request related to a problem? It is nice that mailables can build the html content of the email using`view()` but you cannot use a view (template)...
### Describe the bug In Masonite 3, the validation decorators were [documented](https://docs.masoniteproject.com/v/v3.0/advanced/validation#using-the-decorator). However, I don't see them in the documentation for v4.0. Was this intentional? It looks like the decorator...
### Describe the bug While trying to upgrade a project from Masonite v3 to v4 I noticed that the "old" helper no longer has the default value option. This makes...
### Describe the bug Vim creates swapfiles when editing a file. They take the filename format `.filename.swp`. If migrations are run with swapfiles present, the migrations attempt to execute them,...