-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dr16issues, starting to solve several issues that arose with Dragon 16 #70
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a0ad16f
was lost in the flow, reentered from natlinkcore repository
quintijn cf994d4
entered getUnimacroGrammarsDirectory, and a lot of tidying up
quintijn eb6845c
multiple changes in natlinkstatus.py and natlinkconfigfunctions.py, l…
quintijn 74f2554
add 2 tests execscriptest.py is ok, buttonclicktest.py fails. The cau…
quintijn 3cfc5ce
the buttonclicktest.py shows the bug when natlink.playEvents is called.
quintijn 2bf1f67
also enter dragonfly (dragonfly2) in the config procedure, including …
quintijn 9b21667
add a few changes to nsformat.py (a\\determiner and I\\pronoun
quintijn 10de328
small change in nsformat.py (formatPassword)
quintijn 4cf7806
use pythong logging module to report output of pip etc.
dougransom 15f8045
command line uses logging.
dougransom c53e016
logging to cli.
dougransom 9932390
Merge branch 'dr16issues' of https://github.com/dougransom/natlinkcor…
dougransom 761393e
tweak.
dougransom 981733c
a few documentation details...
quintijn 99b196a
try to catch an error when unloading a grammar, when it is not (corre…
quintijn c94dfe0
adapt load_or_reload_module function with force_load, so it works fro…
quintijn 46d3213
Merge branch 'dr16issues' of github.com:dougransom/natlinkcore into d…
quintijn a82ff71
Merge branch 'main' into dr16issues
quintijn adecae7
Merge branch 'dictation-toolbox:main' into dr16issues
quintijn 9636078
trying to get documentation (sphinx) up and running (not successful)
quintijn 34420ca
tidying up a few messages natlinktimer.py
quintijn 76cc9dd
small fix in natlinkstatus.py
quintijn 32c1184
make a small test at bottom (buttonClick should be caught in __init__…
quintijn 9a7d525
setting default port for settings.debugadapterprotocol to 7474...
quintijn 433f59e
effort to fix a test error with test_natlinktimer.py failed.
quintijn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi guys. This is an error, just FYI. Dragonfly is always imported with
import dragonfly
. dragonfly2 is one of the two package names, used only when installing via pip. Sorry for the confusion!