yuhan0
yuhan0
Thanks for the reply! I got what I needed by directly adding a namespaced key to the `attrs` map of the ubergraph - not sure what the practical difference is...
Rebased onto master to resolve conflicts
> I'd still be open to merging this if you or anyone else reported that you actually got burned by the current behavior, thinking you were manipulating attributes on an...
On macOS, the Cmd-Q and Cmd-P shortcuts can't be triggered because they're intercepted by the browser (to quit the application / print webpage respectively). I don't have an good suggestion...
Another welcome UX improvement: selecting text and typing an opening delimiter `([{"` should enclose the selected text in the respective pair instead of replacing it. This is really useful for...
I think a better comparison would be with [Coconut](http://coconut-lang.org/) or [Dogelang](http://pyos.github.io/dg/) - both also being "compile-to-Python" languages with nice landing pages. Having side-by-side syntax examples up front showcasing some of...
Yeah, it depends who the target audience is - for anyone who's not already familiar with Lisps the advantages of "homoiconicity" are notoriously hard to explain. The ones I listed...
Another bug with evaluating repeated sub-expressions in a threading macro, this one due to using `(position)` to determine context, which only takes the first matching form: 
Thanks for the replies! The problem I faced with the first bug/feature was that it was completely undocumented anywhere on the Readme, the github.io page and even the docstrings in...
I updated Lispy but the last issue with un-stringification is still reproducible on my end - I'm on Emacs 26.1, latest 0.22 version of Cider and and cider-nrepl middleware -...