snail-cli icon indicating copy to clipboard operation
snail-cli copied to clipboard

a CLI for Glitch

Results 13 snail-cli issues
Sort by recently updated
recently updated
newest added

the current node.js version that they use in the container software, v10, will be deprecated soon: https://help.glitch.com/hc/en-us/articles/16287495688845-What-version-of-Node-can-I-use-and-how-do-I-change-update-upgrade-it feels like glitch will update their container software to at least 12. if...

https://support.glitch.com/t/help-center-migration-on-5-5-also-an-opportunity-to-try-out-a-new-custom-domain-workflow/62006?u=wh0 details not yet known. supposedly it hasn't even been working for a while

![image](https://user-images.githubusercontent.com/382796/128651407-d1b80f88-895f-4c3b-be59-425448e3e0c5.png) They've added a recaptcha widget to the magic code form. I tried going through the flow just now with Snail, but it was still working. But it may be...

falling behind

in particular the higher level operations like pipe and ssh build upon lower level exec and terminal. should see if there's a nice way to extract some of this low...

Node 10 is no longer maintained, and I'll be looking to start using features that it doesn't have, in this project. I think we'll wait a while to see if...

``` $ snail auth anon Error: Glitch users anon response 500 not ok ``` and trying it in the browser shows it posting a new `recaptcha` field in the body...

I'm going to try using this issue to collect feedback for the (as of now still upcoming) "practice" tutorial. In order to keep this compact, use reactions on the comments...

documentation

due to state partitioning, it gets remixed as an anonymous user, which creates one of those projects that'll expire after a few days

bug
documentation

should we just write our own less featureful implementation? I've studied the http module. node-fetch and form-data pull in tr46 and mime-db, which are pretty big. socket.io also uses some...

enhancement

some of this code I'd like to reuse in projects that run in the browser. see about making a certain part of the code isomorphic. things that interact with the...

enhancement