Shadoward

Results 8 comments of Shadoward

@chriskiehl , ok I found a solution for the problem. (not sure is bullet proof yet) https://github.com/chriskiehl/Gooey/blob/329b6954befcb74f0243e1282e77ab7bff8e7abf/gooey/gui/components/config.py#L150 Replacing with `hs = wx.BoxSizer(wx.VERTICAL)`. ![image](https://user-images.githubusercontent.com/15196061/150608284-5040d472-d023-490c-9296-eca4cff92a24.png)

Ok, not bullet proof, there is a big blank between the Group when using `columns': 1` on the parent...try to find how to remove that blank..

I found a solution but the column option is not working on the parent group. Do not know if this is suitable for a pull request.... ```python hs = wx.BoxSizer(wx.VERTICAL)...

I will look at this package. [datefinder](https://github.com/akoumjian/datefinder)

@giumas, I am located in Brazil and they do not use US date format (mm/dd/yyyy) but International format (dd/mm/yyyy). The raw data have that format. Not sure I have the...

@giumas in the input data.... The raw data has the international format, no US.

Hi all, Sorry but the two workarounds do not work for me. What I did find is that the `FileCreatedEvent: event_type=created` is several times depending of the number of subfolder...

@cdesilv1 , do you have try to do similar test with subfolder? Create a number of nested subfolder with a file in the last nested subfolder and them copy the...