Dobatymo

Results 39 issues of Dobatymo

**Is your feature request related to a problem? Please describe.** Right now the *Re-Prioritize duplicates* dialog only lets you manually select leaf folders and certain options for the filename prioritization....

enhancement

**Describe the bug** `%%html` at the start of a cell can be used to output raw html. flake8-nb fails with `E999 SyntaxError: invalid syntax`. **To Reproduce** Have a cell like...

bug

Fix warning `\lib\site-packages\setuptools\dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead`

## Overview A UnicodeDecodeError is raised when opening some files. ## Expected behavior It should not fail. ## Actual behavior Traceback: ``` Traceback (most recent call last): File "asd.py", line...

enhancement

**I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Describe the bug. What is the...

bug
reproducer: missing
help wanted

**I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] question about the decisions made in the repository **Describe the bug. What is the...

bug
hacktoberfest-accepted
reproducer: present
help wanted

Added exception handling to `HiddenMarkovModel.log_probability` so Python exceptions can be caught and are not just logged and ignored. This problem is mentioned here https://github.com/jmschrei/pomegranate/issues/549 or https://github.com/jmschrei/pomegranate/issues/937 I am not sure...

In some cases the server closes the connection after the file was fully uploaded without sending a response. See my comment here https://github.com/jjjake/internetarchive/issues/341#issuecomment-689891649 This doesn't fix the issue of OP,...

This addresses https://github.com/jjjake/internetarchive/issues/253 and https://github.com/jjjake/internetarchive/issues/288 Counts all files (even those which might be skipped). This is consistent with the newly added behavior for file-level metadata. BUG: if the last file...

The python operators "is" and "in" are not documented explicitly and lead to unintuitive results. ``` >>> numexpr.evaluate("what is that") array(False) ``` This is especially strange when other boolean operators...