scriptpup

Results 12 comments of scriptpup
trafficstars

Hi! I have the same issue, from client->server with version 0.0.5. The receive.success event is being fired 4 times every time I upload a file (which in turn means my...

Actually, it looks like the receive.success is running twice, and the send.success is running twice PER receive.

Sure, here's my code. **Server:** ``` io.on('connection',function(socket){ // File upload begin var delivery = dl.listen(socket); delivery.on('receive.success',function(file){ var params = file.params; console.log(file.name); // File upload end }); .... ``` **Client:** ```...

I have the same issue, Windows 10 Hyper 2.0.0. When I run `hyperlayout` all I get is `hyperlayout config]:{"config":{"entry":"tab","layout":[["echo 'Hello'","echo 'World'"]]},"cwd":"C:\\Users\\ScriptPup"}` My .hyperlayout file is very simple ``` [ [...

Was a solution or workaround for this ever implemented? I just tried building from source in case it was only in the dev build, but I'm still unable to use...

+1 on this issue. My WSL is isolated from the rest of our network by IT policy so I simply cannot use VSCode in WSL because of this :(

Was there ever any resolution to this? I have the same issue. I get: ``` [11:50] info: Connecting to irc-ws.chat.twitch.tv on port 443.. [11:50] info: Sending authentication to server.. [11:50]...

I got it working for myself, but holy heck was it a pain to figure out... Essentially after hours and hours of troubleshooting and trying different things it boiled down...

Correction to this, a little... After using a little more extensively, it looks like each cell isn't just outputting but RUNNING the previous command. This is kind of conjecture, as...