John Hennig
John Hennig
I don't think this issue is relevant to you. This right here *is* a Git repo of a Flake8 plugin that is self-tested.
Hi. I think that's fine. It can be added if someone wants to put the work in. Personally, I never saw a use case for querying the variables. Unlike for...
Feature request it is...
I don't think this PR has anything to do with the reported Mypy errors, unless I'm missing something. (I only ran `pytest` before submitting.)
Hi. Good catch. I think this can be safely replaced, given that we don't support Comsol versions older than 5.5 anyway. Do you want to create the PR? Other than...
Hi. According to your notes, that involves quite a bit of manual setup by the user, fiddling with environment variables etc. Which is not what MPh tries to do. We...
Setting the environment variables for shared libraries from within our own Python process does nothing on macOS or Linux, as explained in #8. That *is* the main platform difference, compared...
> Does this mean I should always use the `utf-8-sig` encoding when reading files, everywhere, in all my Python programs? Yes, that's what it generally means. Though I am flummoxed...
Sorry for the late reply, but I caught the flu or something. > I was going to ask what this means exactly, but I suppose it's simply: Python can import...
Hi. That's great that there's now a Rust implementation. 🚀 As for the additional tests... I'm not sure I see the point of that. We already have 100% code coverage....