Severin Heiniger

Results 8 comments of Severin Heiniger

> Hi, @severinh I would like to understand the background a little more, so please tell me specifically when the problem occurs when it is not a `Promise`. Is it...

> @severinh > > Thank you for your kindness. I understand that much, but what is the specific background of why I want to use `Promise`? In the current state,...

> @severinh > > First of all, regarding 1, you want to perform calculations in `request` and calculate the value of the `return type` object, right? And, on the side...

> Regarding alternatives, when extending and defining a mock definition in a test, for example, you can use the following function that automatically generates the key. Thanks for your reply!...

Thanks @soartec-lab and @AffeJonsson. Since I originally filed this ticket, #1375 went in, which made it possible to pass a function into the mock handler to produce the response object....

I'm afraid I'm facing the same issue. Our systems are currently using `python-calamine` with `.to_python(skip_empty_area=False)`. What's the use case: In one of our systems, users specified a row index in...

@PrettyWood I see that you've been working to fix this by adding a `header_row` option to Calamine: https://github.com/tafia/calamine/pull/453. Thanks again. I'd like to understand: How will that be integrated with...

@PrettyWood Thanks for taking the time to explain the plan for `fastexcel`. I think what you describe should work. Looks like in the meantime also your improvement to calamine was...