Mathieu Chateau
Mathieu Chateau
Hello, When using tool to make backup, we generally want something like: -1 backup per day (let's say 7 for 1 week) -1 backup per month (first or last day...
DtypeWarning: Columns (0,1) have mixed types. Specify dtype option on import or set low_memory=False
Hello, I am quite new on the topic, sorry if it's a false issue. When loading with **BertDataBunch**, I got this warning: ``` lib/python3.9/site-packages/fast_bert/data_cls.py:231: DtypeWarning: Columns (0,1) have mixed types....
Hello, Thanks for writing this module. Using wordCloud module, words don't overlap one with the others. On your example, we can see "Wikipedia" word overlap others. Do you plan to...
I had issue with WINDNS_TIME, as our AD Servers are in French, date format is French. I replaced with this grok pattern : %{MONTHDAY}/%{MONTHNUM}/%{YEAR} %{HOUR}:%{MINUTE}:%{SECOND} It's not useful but then...
When adding PDF to knowledge base, collecting text can end wrong, like this: `Q U E L Q U E S A P P L I C A T I...
Hello, Can you strong name your assembly ? I can't get it working without :'( ``` System.IO.FileLoadException: Could not load file or assembly 'NLog.Targets.GraylogHttp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of...
Hello, Using Gelf http Async, with DoAppend. Even if it's meant to be async, submitting 50K loggingeventdata through doappend is quite slow, around 10 minutes. I tried to play with...