Samuel Girardin

Results 31 issues of Samuel Girardin

Fix MasoniteFramework/masonite#663. # Specifications Available drivers are: `terminal`, `single`, `daily`, `syslog`, `slack`. Logging configuration is done in `config/logging.py` ```python CHANNELS = { "default": { "driver": "console", # those settings will...

Next Major Only

```shell masonite/input/InputBag.py:5: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 ``` Check this : - [https://peps.python.org/pep-0594/#cgi](https://peps.python.org/pep-0594/#cgi) - [https://github.com/defnull/multipart](https://github.com/defnull/multipart)

Next Major Only

When using slices without missing data it works perfectly: ```python data = dotty( { "users": [ {"first_name": "Sam", "last_name": "Gamji"}, {"first_name": "John", "last_name": "Doe"}, {"first_name": ""} ] } ) data.get("users.*.first_name")...

It's a request to add two new classifier for Masonite Framework. I am not sure that's the right process to make this request but I will try here. ## The...

new classifier request

https://docs.masoniteproject.com/v/v3.0/architectural-concepts/request-lifecycle

documentation

## Extending test response (advanced) - adding new assertions in HTTPTestResponse - adding mocking of some feature

documentation

### Describe the bug Hi, I am using Steps component in unstyled mode and I am trying to define styles. I managed to style the component, but not to style...

Component: Unstyled