Severin Heiniger
Severin Heiniger
This is a feature request, not a bug. ## What are the steps to reproduce this issue? #1186 made it possible to override response objects in MSW handlers. Thank you...
## Status **READY** ## Description Fix #1389. In MSW, a mock handler can access the response resolver info. For example, it can access the request body to change the response...
## What are the steps to reproduce this issue? In MSW, a mock handler can access the response resolver info. For example, it can access the request body to change...
## What are the steps to reproduce this issue? I don't have a minimally reproducible example, but here's what happens in our project: 1. Generate the `*.schema.ts` output of type...
## What are the steps to reproduce this issue? 1. Have an Orval project with `client: 'react-query'`, and using Orval 0.30.X+ 2. Have a POST method that should be output...
## How to reproduce Suppose you have an Excel file with the following mixed-type data: | Header | |--------| | `=DATE(2024, 7, 1)` | | `=DATE(2024, 7, 2)` | |...
## Steps to reproduce See the Excel file [decimal-numbers.xlsx](https://github.com/user-attachments/files/17162995/decimal-numbers.xlsx). It contains a column with two decimals: | Decimals | |--------| | 28.14 | | 29.02 | Read the Excel file...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...