kenny-evitt
kenny-evitt
Copied from the original comment on LightTable/LightTable#1673: > it's not continous between two executions.especially when I execute win32 COM operation,it will show me that "CoInitialize"haven't called,though I have called it...
Copied [and formatted] from several comments on LightTable/LightTable#1673: > it's often execute all codes even if I press ctrl+enter at the first line. Example code: > ``` > import win32com.client...
Copied from the original comment on LightTable/LightTable#1641: > Hi there, > Evaluating python [on mac osx] has erratic (on my machine at least). It works sometimes (http://pastebin.com/Yzd2xFvy) while it does...
See LightTable/LightTable#548 for the original issue. The original comment: > So currently, if I configure LT to insert spaces rather than tabs, what happens when I try to delete the...
This covers LightTable/LightTable#760; the original comment from that issue: > When using Python to evaluate code inline, Light Table seams to evaluate the whole file upon connect. This causes the...
This covers LightTable/LightTable#712. The original comment [bold added by me for the relevant portions]: > Couple things on python's console output: > - I get a lot of "execing" "execed"...
This was originally reported as LightTable/LightTable#2173: > The LightTable doc talks about select Workspace from the View menu to visit our first folder, and shows tabs for "Folder" and "Recent"....
The app I'm maintaining references the `OpenIDConnect.Worker` directly in the app supervisor. Recently, I was working on the app while my internet was down. I was very surprised that my...
The ["How do I store private data in git for Ansible?" section](http://ansiblecookbook.com/html/en.html#how-do-i-store-private-data-in-git-for-ansible) covers using GPG to encrypt a file with the Ansible Vault password and creating a shell alias to...
You've published this with an MIT license so I understand I can just copy the code but it would also be nice if I could just include your code in...