Jofkos

Results 15 issues of Jofkos

It would be nice if you could click on type/method/field names to get to their declaration.

Enhancement

![bildschirmfoto 2015-10-18 um 19 47 27](https://cloud.githubusercontent.com/assets/3756385/10586151/1dafff58-769b-11e5-8192-fd5138e5aba3.png)

![bildschirmfoto 2015-10-18 um 19 47 27 2](https://cloud.githubusercontent.com/assets/3756385/10586052/b05567e0-769a-11e5-96d0-335600ab20c7.png)

A rather primitive module cycle is not detected. Minimal working example: ``` reproduction ├── __init__.py ├── moduleA │   ├── __init__.py │   └── a_class.py └── moduleB ├── __init__.py └── b_class.py ```...

[elk.zone](https://github.com/elk-zone/elk) and [phanpy.social](https://github.com/cheeaun/phanpy) are both in-development open-source front-ends for the Fediverse, and thus for Mastodon. Good alternatives/successors for pinafore.

Include is correct in `fio.h`, so the import is just copied from there: https://github.com/MiKTeX/miktex/blob/e56735dce0796d43f9d6372f190f8599ebfb53e8/Programs/Preprocessors/pmx/source/libf2c/fio.h#L6-8 ```c #ifdef HAVE_UNISTD_H #include /* for isatty() */ #endif ```

wontfix

When compiling on macOS, PACKED has a macro definition which breaks the template. ```[ 5%] Building CXX object Libraries/3rd/harfbuzz/shared/CMakeFiles/miktex-harfbuzz.dir/__/source/src/hb-ot-cff2-table.cc.o In file included from miktex/BuildUtilities/c4p/gram.y:20: In file included from miktex/Libraries/3rd/fmt/source/include/fmt/format.h:49: miktex/Libraries/3rd/fmt/source/include/fmt/core.h:1557:16:...

wontfix

Updated the native mac hook pull request (#156) so that it works on the newest macOS version by applying the fixes that were applied to ipython for that exact reason...

CSV files may contain invalid rows (i.e., rows that have the wrong number of columns). In some cases, those are not expected and thus not loading the entire file (and...

When working with data from different sources, one may encounter a various number of different date formats. Examples include: - yyyy-MM-dd hh:mm:ss - yyyy-MM-dd hh:mm:ss.zzz - yyyy-MM-dd hh:mm:ss.zzzzzz (not even...