Daniel Wentsch

Results 10 comments of Daniel Wentsch

I've never built an Uylsses workflow before, so bare with me. Can you kindly (or someone else) tell me how I would compile an `.alfredworkflow` bundle from your fork, @andymatuschak?...

I had the same issue today, but not only in VS Code but in every Electron app: Evernote, Slack, Reflect. Restarting Rectangle helped (restarting the Electron apps wasn't even necessary).

This was exactly THE feature I was hoping to find right after I installed omnibar. It's already a really useful add-on, but with configureable shortcuts it would be awesome and...

I was a bit stupid when trying to combine these two modules.I got it working now and I'll attach a patch. If pages have a Metadata tag called `Placing: [int]`...

Sorry, I'm a little confused. Doesn't work yet.

I'm having the same problem and would be very grateful if the extension could be used with a custom prefix.

I'm getting a similar error on test mode: ``` BEAR_TEST=true \ ➜ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/cglacet/bear/master/install.sh)" That's the first time you run this script. Retreiving source from Github (https://github.com/cglacet/bear)....

@cglacet running `python -c "nb_links_inserted=3; print(f'Inserted {nb_links_inserted} new links to your notes.')"` returns the expected result: ``` Inserted 3 new links to your notes. ``` `python --version` returns: `Python 3.7.6`...

If I remove the alias that link `python` to python 3 I get: ``` ➜ python --version Python 2.7.16 ~ ➜ which python /usr/bin/python ➜ BEAR_TEST=true \ /bin/bash -c "$(curl...

@cglacet Awesome, this was the problem, my system Python got called. Pyenv solved it, thanks for recommending it. Should have done this long time ago, Python versioning is so confusing....