Results 248 issues of evandrocoan

You say it need a little work, what is this work exactly? > We do own the rights to the Moray modeller, which was formerly commercial, but it needs a...

support

These python special methods are missing from my documentation now I used this project. They are showed as with missing documentation. I got to revert back to the standard doxygen...

### Not working on Sublime Text 3126 I just installed it, and run the command and nothing changed, and this popped up on the console. ``` Traceback (most recent call...

**Describe the bug** ```js // The 200 (OK) response from the registrar contains a list of Contact // fields enumerating all current bindings. The UA compares each // contact address...

Going at the GitHub index I can find them: ![image](https://user-images.githubusercontent.com/5332158/119370912-3c6aaf00-bc8c-11eb-8848-aac2445208c8.png) But why they are not on the page itself? https://github.com/onsip/SIP.js/blob/master/docs/api/sip.js.registererregisteroptions.md ![image](https://user-images.githubusercontent.com/5332158/119370872-2f4dc000-bc8c-11eb-8e19-f64e34121d67.png) Why split the documentation over so many small pages...

``` IF "%COVERAGE%"=="py36" (coverage report -m) Name Stmts Miss Cover Missing ------------------------------------------------------------------------------- all\debug_tools\__init__.py 2 0 100% all\debug_tools\dynamic_iteration.py 187 187 0% 38-498 all\debug_tools\estimated_time_left\__init__.py 92 92 0% 1-112 all\debug_tools\estimated_time_left\examples.py 37 37 0%...

I had imported another test file, in one (main) test file like this: ```python from .text_extraction_unit_tests import PrefixStrippingViewUnitTests wrap_plus_module = sys.modules["Wrap Plus.wrap_plus"] def run_unit_tests(unit_tests_to_run=[]): runner = unittest.TextTestRunner() classes = \...

May be this is what is helping https://github.com/SublimeText/UnitTesting/issues/159 (travis.sh and run_tests.py reported success when it a was failure) to exists? https://github.com/SublimeText/UnitTesting/blob/d94dcb0dd1e209490acf1657c716becb71f5006c/.travis.yml#L33-L35 On the headers of the files, it is already...

Here you can see everything passing for the others, including Sublime Text on Mac OS: 1. https://travis-ci.org/evandrocoan/DebugTools/builds/440899598 1. ![image](https://user-images.githubusercontent.com/5332158/46900939-e6e98700-ce80-11e8-8f7d-0a1b1e01a7ce.png) I had added `echo "first6 ls"; ls "/home/travis/.config/sublime-text-3/Packages"` on .travis.yml, and...

This is a build result without specifying the `include` setting with `.coveragerc`: 1. https://ci.appveyor.com/project/evandrocoan/pythondebugtools/build/job/sv5bkd8110pbx86o This is a build where I specified the `include` setting: 1. https://ci.appveyor.com/project/evandrocoan/pythondebugtools/builds/19475948/job/l7n8b10ucl1mwgr6 Took me several hours...