retif
retif
This issue is about the website, not the Python code. I didn't find a better way to report it, so I've put it here. In the [RSS feed](https://pbpython.com/feeds/all.atom.xml) the very...
If I convert a StarDict dictionary to AppleDict format and set `--remove-html=script` to remove `` tags, so like this: ``` sh $ pyglossary ./original.ifo ./output \ --read-format=Stardict --write-format=AppleDict \ --remove-html=script...
#### Problem description When I build and install PROJ (*with CMake*), its `INSTALLATION-PATH/lib/cmake/proj/proj-targets.cmake` gets absolute paths for the dependencies: ``` cmake #... set_target_properties(PROJ::proj PROPERTIES INTERFACE_COMPILE_DEFINITIONS "PROJ_DLL=" INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" INTERFACE_LINK_LIBRARIES "D:/temp/deps/sqlite/lib/SQLite3.lib;\$;D:/temp/deps/tiff/lib/tiff.lib;..."...
List of current transfers: ``` http://IP-ADDRESS:PORT/core/stats { ... "transferring": [ { "bytes": 212856832, "eta": 93, "group": "job/95180", "name": "2019-09-26-raspbian-buster-lite.zip", "percentage": 46, "size": 454279954, "speed": 2750878.5798009364, "speedAvg": 2595620.440967448 }, { "bytes":...
As [suggested](https://forum.rclone.org/t/yet-another-web-gui-for-rclone-rcd/15812/3) on the forum, it would be much more user-friendly to implement support for the `--rc-web-fetch-url` option, so `rclone` itself could fetch and run the latest version.
### Even when uBlock is disabled, it prevents a page from loading Some pages doesn't load properly even when uBlock is disabled. Only turning it off in Safari settings on...
Even though one can use standard browser search functionality for searching files and folders by name, it would be more convenient, especially on mobile devices, to have a search input...
This problem can be reproduced after #77 is fixed. There is some error in [wrap_characterization_of_flares()](https://github.com/ekaterinailin/AltaiPony/blob/00ecaacd2c0dcc1be6c08f7db77824e7310f2f13/altaipony/injrecanalysis.py#L9) function on the line `fl = fl.merge(flcc)`: ``` TypeError: unhashable type: 'MaskedNDArray' ``` Full error...
There is an uncaught exception in [multiindex_into_df_with_nans()](https://github.com/ekaterinailin/AltaiPony/blob/aa6ba8d202566d1b69d8b7744eba39617056bbb7/altaipony/injrecanalysis.py#L213) function on the line `return df.loc[(x[i1], x[i2]), i3]`: ``` pandas.errors.InvalidIndexError: (MaskedNDArray(0.00629842), 0.004086749358975794) ``` Full error output, just in case ``` sh Detrending fake...
This might be a duplicate of #76. There is a problem in [detrend_savgol()](https://github.com/ekaterinailin/AltaiPony/blob/aa6ba8d202566d1b69d8b7744eba39617056bbb7/altaipony/altai.py#L215C5-L215C19) function on the line `wl = max(wl, 5)`. Or at least I think it is a problem,...