Sam J

Results 23 comments of Sam J

+1 for coco's implementation. I felt like CS 1's chaining was a long overdue victory for the language; but this would be even better.

All ya gotta do is: - Install the extension https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh - Have somewhere to SSH to - From VSCode, use SSH: Remote to that ssh target

Been using this in production for a few weeks now and I'm not seeing any problems, but, a test suite would be pretty nice.

Seems a developers has gone awol again. First coffeekup, now this? I'd be happy to code in the changes myself though it's a little awkward putting time into a issue-accumulating...

For anyone still wishing for this, ECT http://ectjs.com/ is still rather actively developed, and open to feature suggestions. Wrote a ST2/TM .tmLanguage for it too. Has multiline capabilities, and is...

Figured out a work around: ![image](https://user-images.githubusercontent.com/2108452/178707207-b0817bf4-f0c6-4afe-90af-373da8713ff7.png) ```tsx const $Text = styled((p: PropsOf) => ( ))( () => css` flex-grow: 1; margin-top: 1em; ` ) ``` Highlighting remains good

Should be a new repo, acting as not just a demo but a boilerplate project one can `clone`

@xaviergonz do you think it's feasible to create a compatibility layer for an existing MST tree, so that one model at a time can be converted to keystone?