Peter Stein

Results 8 issues of Peter Stein

Hello, when the wiki table contains a citation (e.g. ```[2]``` ), the generated csv will interpret it as pure text. This is probably not desired. Example: https://de.wikipedia.org/wiki/Liste_traditioneller_Radikale#Tabelle_der_Radikale ![citation](https://user-images.githubusercontent.com/28670760/90187492-2608fc00-ddba-11ea-9fbb-696f28cb0056.png) Output: ```csv...

Hello, I used your website and ran into a rather unexpected behavior. I tried to parse the table at https://de.wikipedia.org/wiki/Liste_traditioneller_Radikale, which, for the most part, resulted in a great csv...

The Layout and URL of the Free Daily Page has changed. New URL: https://www.blinkist.com/en/content/daily The locator attribute values for BeautifulSoup have to be updated accordingly. Previous values are no longer...

bug

In particular, when running the unit tests, deepl.com sometimes returns an ```Error 429: Too many requests```. Structured testing should be done to determine when this error occurs and what time...

enhancement

Currently, if one wants to translate text via the command line, either the parameter ```-t``` for text or ```-f``` for file must be provided. The general case is probably that...

enhancement
help wanted

Hello, first of all thank your for this django package. I am in the process of replacing my own Category models with this package. I was trying to write a...

Hello! Let's assume the following state machine: [![](https://mermaid.ink/img/eyJjb2RlIjoic3RhdGVEaWFncmFtLXYyXG4gICAgWypdIC0tPiBBXG4gICAgQSAtLT4gQjogZXZlbnRfMlxuICAgIEEgLS0-IEM6IGV2ZW50XzNcbiAgICBCIC0tPiBBOiBldmVudF8xXG4gICAgQiAtLT4gQzogZXZlbnRfNFxuICAgIEMgLS0-IEQ6IGV2ZW50XzRcbiAgICBEIC0tPiBBOiBldmVudF8xXG4iLCJtZXJtYWlkIjp7InRoZW1lIjoiZGVmYXVsdCJ9LCJ1cGRhdGVFZGl0b3IiOmZhbHNlLCJhdXRvU3luYyI6dHJ1ZSwidXBkYXRlRGlhZ3JhbSI6ZmFsc2V9)](https://mermaid.live/edit#eyJjb2RlIjoic3RhdGVEaWFncmFtLXYyXG4gICAgWypdIC0tPiBBXG4gICAgQSAtLT4gQjogZXZlbnRfMlxuICAgIEEgLS0-IEM6IGV2ZW50XzNcbiAgICBCIC0tPiBBOiBldmVudF8xXG4gICAgQiAtLT4gQzogZXZlbnRfNFxuICAgIEMgLS0-IEQ6IGV2ZW50XzRcbiAgICBEIC0tPiBBOiBldmVudF8xXG4iLCJtZXJtYWlkIjoie1xuICBcInRoZW1lXCI6IFwiZGVmYXVsdFwiXG59IiwidXBkYXRlRWRpdG9yIjpmYWxzZSwiYXV0b1N5bmMiOnRydWUsInVwZGF0ZURpYWdyYW0iOmZhbHNlfQ) ```mermaid stateDiagram-v2 [*] --> A A --> B: event_2 A --> C: event_3 B --> A: event_1 B --> C: event_4 C...

enhancement

Just a minor (visual) improvement in the README