Felix Zumstein
Felix Zumstein
Is there a reason though why you need to build it yourself? The wheel has been uploaded to PyPI and if you need a workaround for now, just do `python...
Could you please add a test?
actually, I take this back, not a makefile please but GitHub Actions.
That's not available. You can either fix things manually after you get the diff back or make a pull request that adds this feature.
`mid` stands for `Machine ID` and was used in [Freebase](https://en.wikipedia.org/wiki/Freebase_(database)), see: https://research.google.com/pubs/archive/44818.pdf
This would indeed be my biggest UX issue. Instead of your suggested split, you could also think of leaving the current layout but to either split the window using a...
Hi @mhammond, thanks for looking into this! While we wait for @panda-34's answer, I can offer you to test your suggested changes. Feel free to point me to a branch...
Thanks for the hint! I've tried it but could only make it work properly by also doing the same for `str`, `int` and `iter`: ```python class CoClassBaseClass: def __init__(self, oobj=None):...
I think you'll need to use the `value2` property, that unfortunately hasn't been implemented natively yet (see https://github.com/xlwings/xlwings/issues/1238). So for now just juse `myrange.api.Value2`. This gives you the unformatted value...