baerbock
baerbock
Binary?
What should I do with the output of `cargo build --release`? I only get a libfont_rs.rlib
I would like to extract the infobox of the [Bulgarian Railway Line No. 1](https://bg.wikipedia.org/wiki/%D0%96%D0%B5%D0%BB%D0%B5%D0%B7%D0%BE%D0%BF%D1%8A%D1%82%D0%BD%D0%B0_%D0%BB%D0%B8%D0%BD%D0%B8%D1%8F_1_(%D0%91%D1%8A%D0%BB%D0%B3%D0%B0%D1%80%D0%B8%D1%8F)) article. ``` import wptools page = wptools.page('Железопътна линия 1 (България)', lang='bg') page.get_parse() page.data['ЖП линия'] ``` which...
`make DESTDIR="${pkgdir}" install` is ignored, the files are always getting installed to /usr/local
The Cython-generated `pycrfsuite/_pycrfsuite.cpp` file includes ``` #include "../crfsuite/include/crfsuite.h" #include "../crfsuite/include/crfsuite_api.hpp" ``` which leads to compilation failure: `pycrfsuite/_pycrfsuite.cpp:586:10: fatal error: ../crfsuite/include/crfsuite.h: No such file or directory` How can I change this...
Dear nayuki, why have you not included an "install" option for the Makefile https://github.com/nayuki/QR-Code-generator/blob/master/cpp/Makefile ?
Do I still need MACCS 5.1.5 or may I use the newer [MAJA](https://github.com/olivierhagolle/Start_maja)?
While building this occurred. Distro is ArchLinux: ``` Test suite failure for package cannon-0.31.0 cannon-tests: exited with: ExitFailure 1 [.. full log ..] benchmarking Cannon.Dict/slices 1 time 31.03 ms (20.21...
I've just been trying an old script of mine which imports python-census: `from census.origin_destination_db import OriginDestinationDB` But now it fails: `ModuleNotFoundError: No module named 'census.origin_destination_db'` Have you changed something here?
I'm building with gcc 9.1.0 at Ubuntu. All ROCm present. The paths were shortened. This is from RCP_Build.log: ``` g++ -o ./rcp/src/Common/Src/AMDTActivityLogger/AMDTActivityLogger.os -c -fPIC -Wall -Werror -Wextra -g -fmessage-length=0 -Wno-unknown-pragmas...
Dear CovMat, long time ago (2011) I have been using a GUI called [iGMT](http://geodynamics.usc.edu/~becker/igmt/main_IGMT.html), which is obsolete by now. So I would like to assist in translating GMT-mini-GUI into English....