Scott Bauer
Scott Bauer
I believe he may be referring to this tweet, @allentiak - https://twitter.com/lighttable/status/1233018553827115008?s=20
To clarify for anyone not familiar with Sublime Text, when reverting a file it reverts to the last saved state (i.e., undoes everything since then). I was only able to...
It should be possible to implement something similar to what you are describing as a plugin. The following are resources you may be interested in checking out: - https://github.com/LightTable/LightTable/blob/master/CONTRIBUTING.md#contributing -...
Thank you @1dot75cm, the patch looks like it will be useful when we take on this issue.
I've made some progress on this but am otherwise stumped mid-upgrade. Notes captured from Gitter: So, regarding the electron upgrade, I've gotten as far as fixing the listed broken changes...
I'm not aware of this difference being intentional, but I would be open to a pull request correcting both the font and capitalization. I believe the first letter should be...
You are absolutely correct. It looks like a regression was introduced in commit https://github.com/LightTable/LightTable/commit/75d65c35edab455dbca5a62250036b0f55dc51cf, which has not been in an official release yet.
I've added two `regression` issues I feel are reasonable for the milestone - I'm not familiar enough with the lag regression issue to add it.
I was able to test this out as well: Commands to start off: ``` git clone [email protected]:kenny-evitt/LightTable.git ./kenny-LightTable cd ./kenny-LightTable git checkout 0.8.0-fix-upgrading-test ./script/build.sh ./builds/lighttable-0.8.0-linux/light ``` - Immediately prompted to...
> Make sure extend-types that occur on core classes are updated - see cljs.cljs @cldwalker or @kenny-evitt, could you clarify what this means, or how I would go about making...