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

Results 75 masonite issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Sometimes, the `InputBag` class doesn't parse the inputs correctly. for example, [datatable](https://datatables.net) generates this query string for server-side processing: `get_data?draw=1&columns[0][data]=id&columns[0][name]=id&columns[0][searchable]=true&columns[0][orderable]=false&columns[0][search][value]=&columns[0][search][regex]=false&columns[1][data]=first_name&columns[1][name]=first_name&columns[1][searchable]=true&columns[1][orderable]=false&columns[1][search][value]=&columns[1][search][regex]=false&columns[2][data]=last_name&columns[2][name]=last_name&columns[2][searchable]=true&columns[2][orderable]=false&columns[2][search][value]=&columns[2][search][regex]=false&columns[3][data]=email&columns[3][name]=email&columns[3][searchable]=true&columns[3][orderable]=false&columns[3][search][value]=&columns[3][search][regex]=false&columns[4][data]=&columns[4][name]=action&columns[4][searchable]=false&columns[4][orderable]=false&columns[4][search][value]=&columns[4][search][regex]=false&start=0&length=25&search[value]=&search[regex]=false&_=1731034705534` masonite...

enhancement

### Describe the bug The framework doesn't load related config options when using custom guards for authentication. ### Expected behaviour It should return the options dict instead of the default...

bug

### Describe the bug The function `auth.attempt()` should return the user model when the parameter `once` is set to `True`, but currently, it returns `None` instead. ### Expected behaviour `auth.attempt()`...

bug

### Describe the bug this is confirm and tested. created a job with name crawl and run the single queue worker ``` python craft queue:work --queue crawl ``` . the...

bug

### Describe the bug simple post request to the controller with content-type: text/plain error: > [ERROR] Error handling request /api/test > 2024-10-24 15:32:27 Traceback (most recent call last): > 2024-10-24...

bug