traBpUkciP

Results 29 comments of traBpUkciP

I had the same problem and was able to fix it by modifying - **project_dir/_includes/JB/comments_providers/disqus** line 10 from ` dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';` to ` dsq.src =...

Just noticing this now, sorry. Glad I was able to help someone :)

Yes, I believe a ["comment macro"](https://github.com/Duroktar/Wolf#comment-macros) is what you're looking for. ie: `?` as the first character in the comment on the same line. Example: ``` py hi() #? 'hi...

I suppose it is possible.. However I did try to emulate the UX of another [similar plugin](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) (but for Javascript) and I don't believe that's a feature for them either....

Update: To be included in the 0.4.4 Minor Release! Details: - `ctrl+shift+9` Will toggle Wolf sessions on/off. (default)

I shall add Python 3.7 to the test matrix and see if it reproduces. Thanks for sticking to it :100:

Sheesh.. I just realized I don't even have a test case for exception handling :yanks_tie: