kenny-evitt
kenny-evitt
@smason Thanks for the PR. @hayd @UnknownProgrammer Would you mind reviewing this change?
@smason If you can help me test your changes, or I can find others to do so, I'll gladly merge PRs to "do the proper things". Let me know how...
This seems to be related to #24. @UnknownProgrammer – how 'bout this: ``` try: return s.encode('utf8', 'ignore') except: return str(s) ```
@hayd I have no idea what that code does; I just know that it currently calls `encode` so I'm at least a little skeptical that it should be changed to...
@lyndsysimon Does #26 help?
@cldwalker I could really use 'wrap'. Let me know when you could go over this with me; at least a push in the right direction.
@cldwalker No worries. I'll put working on this plugin onto the 'maybe' list then. I'm not sure what's responsible for the feature, but I can wrap a selection if I...
Before we shutdown the subdomain, we need to first change [the 'intro' page](https://github.com/LightTable/LightTable/blob/53a90bee4c2c6758e4b5dffdffbc32256a05e00d/src/lt/objs/intro.cljs) in LT to [not point to this URL](https://github.com/LightTable/LightTable/blob/53a90bee4c2c6758e4b5dffdffbc32256a05e00d/src/lt/objs/docs.cljs). I think the best thing would be to just...
[Alive](https://comealive.io/) is certainly pretty cool – thanks for the link! But without some of the UI features that Alive includes – like the slider for changing the current loop index...
Previously reported as LightTable/LightTable#2146.