Christian Buhtz

Results 328 issues of Christian Buhtz

As discussed in #135 - The `index` now is an explicit argument in `to_excel()` with default `False` (differing from pandas default). This is to make it clear to the user...

I run into a problem while refactoring the first lines of `styleframe.StyleFrame.to_excel()`: https://github.com/DeepSpace2/StyleFrame/blob/c70243dc2add192b81d5fd0581e7566cbe135efd/styleframe/style_frame.py#L385-L390 The comment indicates that you do set the pandas default values here. Please take a look at...

Different from `pandas.to_excel()` it seems to me that `StyelFrame.to_excel()` does explicit set the width of each column based on its values. I am not sure here it is just a...

bug
dont mark as stale

While creating a minimal working example to illustrate a problem I run into this error: ``` Traceback (most recent call last): File "C:\Users\buhtzch\Desktop\x.py", line 25, in sf.to_excel(file_path).save() File "C:\Users\buhtzch\AppData\Roaming\Python\Python39\site-packages\styleframe\style_frame.py", line...

bug
dont mark as stale

I am aware that currently only `openpyxl` is supported. But for the FOSS community it would be great to have an open and more free format supported also. This would...

featue request

Because of #62 I am aware that `StyleFrame` currently not support `pandas.MultiIndex` . Would be great to have this in the future because multi indexes are a part of formatting...

featue request
dont mark as stale

The scroll state of the Live Preview doesn't fit to the current selected code line. When I add new code, the Live Preview re-rendering all stuff and jump back to...

This code isn't rendered correct ``` ========= ===== ======= snapshot2 ----------------------- path inode counter ========= ===== ======= ``fileA`` 1 2 ``fileB`` 6 1 ``fileD`` 5 2 ========= ===== ======= ```...

I am new to bumpversion. When I understand it right, it is only possbile to search for complete version strings, right? Isn't it possible to handle code like this? ```...

My current environment: `Green 3.4.0, Coverage 6.2, Python 3.9.4` on Windows10 I run a test by naming it explicit: ``` C:\Users\buhtzch\tab-cloud\_transfer\greenbug>py -3 -m green tests.test_my Ran 0 tests in 0.316s...