Kodi Arfer
Kodi Arfer
Hy also does this, since https://github.com/hylang/hy/pull/1999. astor might as well do it internally.
You'll want tests and a changelog entry. [My PRs](https://github.com/berkerpeksag/astor/pulls?q=is%3Apr+author%3AKodiologist) can serve as examples. But it does seem like this addition may be premature, anyway.
I'm just some guy passing through with little knowledge of the format, but perhaps dBase uses the operating system's native lock functions. You can use these in Python with the...
Looks like that won't happen soon. > One option that would solve my use case would be to have an option that returns the latest release by date. This is...
I've noticed this, but haven't looked into it closely. It seems that order to get that last bit of speed, we need to delay importing various parts of Hy until...
PyInstaller is not supported (yet?).
Yes, that's what I just said.
(This comment was a reply to a deleted comment.) Sure, but it's a lot of work, and it may quickly go out of date unless you retranslate all the changes...
I took a survey of Lisps to see if there was a standard approach to this issue, and it looks like there isn't a great deal of consensus. Emacs and...
I think that our code for rendering quoted forms (`render_quoted_form`) is not quite clever enough, because it doesn't give backticks sufficiently special treatment. The [Common Lisp HyperSpec](http://www.lispworks.com/documentation/lw70/CLHS/Body/02_df.htm) says > If...