Philipp Verpoort
Philipp Verpoort
This does sound sensible! The commands you want to be able to use in prod and dev environment are certainly different (there's certain dev commands that you don't want to...
Apologies, I never followed this up. Have you made any progress with this?
Cool, sounds good! No worries, no pressure, was just interested to see if you've had any further thoughts on this. So, I took a quick look at what Drupal Console...
Hi Michael! No, I don't think that's the problem. `libpng16.so.16` already is in the `target/` directory, and the error message tells me that it found `libpng16.so.16` but not `ZLIB_1.9`, which...
I just successfully managed to build a software project on Windows 10 using the following dependencies. ``` Python==3.7 PyInstaller==3.6 PySide2==5.15.0 ``` The only issue I ran into is that PyInstaller...
**TL;DR: I recommend closing this issue (raised by @schlegelp), as it should get resolved by PR #1909.** While `dtype='pint[nm]'` would be a preferable way of storing units in `pd.Series` or...