David Bieber
David Bieber
One (poor :() workaround for the moment is to surround your argument with quotes... twice... `python run.py --x '"20180217_064501"'` The outer quotes get stripped by your shell, leaving just the...
Good catch. As a workaround for the moment, put quotes around "is". ``` python example.py --hello '[this,"is",nice]' ['this', 'is', 'nice'] ```
The upcoming release v0.6.0 will be the last release to support Python 2. After that, we'll drop support for Python 2. We can easily drop the dependency on mock at...
v0.6.0 we put out today. I don't have an estimate for the follow-up yet unfortunately.
To set it up for email, set NOTE_TAKING_SYSTEM = 'email' in the secure_settings.py file, and configure EMAIL, EMAIL_USER, EMAIL_PASSWORD, and EMAIL_SERVER. You can see how these settings get used at...
Thanks for sharing this. I would definitely like to use Opus instead of Speex eventually.
Would love to have support for Obsidian! I don't use Obsidian myself so don't anticipate adding it soon.
Hey, I realize you posted that almost a year ago. That said, if you were able to resolve your issue (whether with this project or in some other way) do...
Thanks for your impressively prompt turn around fixing this! 🙏
Hmm, even after updating to a6730e2fc9fc4cdd4ff304b5e1f7bf97ccbd33ae I still get the same error. ``` > pip freeze | grep aw aw-client @ file:///Users/dbieber/.virtualenvs/aw/src/aw-client aw-core @ file:///Users/dbieber/.virtualenvs/aw/src/aw-core aw-qt==0.1.0 aw-server==0.9 aw-watcher-afk @ file:///Users/dbieber/.virtualenvs/aw/src/aw-watcher-afk...