nbehrnd

Results 385 comments of nbehrnd

@RegRob26 Not attempted by myself so far, but it seems to be possible because a) there was a similar post in the previous month [link](https://github.com/automeris-io/WebPlotDigitizer/issues/323), and b) the GUI (right...

@ankitrohatgi [Avogadro](https://two.avogadro.cc/) manages translations with instances on [weblate](https://hosted.weblate.org). (Because of the size of the project, it is organized in separate sub folders, hence there is [avogadroapp](https://hosted.weblate.org/projects/avogadro/avogadroapp/) about the core GUI,...

@ankitrohatgi Maybe - Thonny's notes about [how to translate](https://github.com/thonny/thonny/blob/master/docs/translate.md), and - Avogadro's [notes](https://two.avogadro.cc/contrib/translate.html) then can provide a source of inspiration how to attract contributors for this task with a brief...

@aivarannamaa I came here for the same observation reported by @Libelldrian which is about Thonny (version 4.0.1 in Debian 13/trixie with Python 3.11.9 and Tk 8.6.14) in simultaneous presence of...

If I run the command ```shell git config --list ``` I obtain one line reading, for example ``` init.defaultbranch=main ``` though it could be `master`, or `any_name_you_like`. As tested in...

@RochaStratovan Can you update/request an update to MDL 0.13.0, released in October 2023? With this version in hand, both your `README.md` file as well as a toy test file (cf....

@RochaStratovan I was able to replicate your findings. ## the background of the story: The cause is [character encoding](https://en.wikipedia.org/wiki/Character_encoding) and what the operating system/the editor uses as [code page](https://en.wikipedia.org/wiki/Code_page). Originally,...

It is true that I didn't test how various editors react if they i) usually are used to use one code page (e.g., ISO 8895-1) and now get an input...

Tangential: a conceptually similar structure2structure implementation relying on openbabel is provided by cheminfo.org https://www.cheminfo.org/Chemistry/Cheminformatics/FormatConverter/index.html There is no note which version of obabel is used (e.g., export to .png dysfunctional, to...

Because there already is a section [statistical computing with Python](https://learnxinyminutes.com/docs/pythonstatcomp/), I think your suggestion would be an additional useful 101 the project could offer. Could resources like [free-science-books](https://github.com/EbookFoundation/free-science-books) and [free-programming-books](https://github.com/EbookFoundation/free-programming-books)...