Michael Lehenbauer

Results 107 comments of Michael Lehenbauer
trafficstars

Yeah, sorry neither of these tools is great for handling large amounts of data. If you need a full backup restore or similar, your best bet may be to reach...

Can you elaborate on what you'd like to see? This sounds interesting, but I'm not 100% sure what sort of behavior you're looking for. Would the entire JSON file be...

Yeah, I guess it would verify that the entire file you're importing is an array (i.e. starts with `[` and ends with `]`) and then replace all the array indexes...

Yeah. Putting it behind a flag makes sense. Out of curiosity, can you elaborate on why this would be useful to people migrating from Parse? I would have assumed that...

Yeah, the advantages of push IDs are that they're auto-generated for you, they're guaranteed unique, and if you order them lexicographically they'll usually be in roughly chronological order by when...

cc/ @zach-karat @Progyan1997 who have been active in developing the monaco support and may be able to help find a fix to the underlying issue.

I see. At a high-level I would have hoped that your content would still be consistently synced between firepad instances, but you might end up with a mix of `\r\n`...

FWIW, I wonder if this line is contributing to the problem: https://github.com/FirebaseExtended/firepad/blob/master/lib/monaco-adapter.js#L367 I guess it's assuming a uniform EOL character on every line in the file, which isn't actually the...

That sounds great, but I don't think clipboardData is widely supported (it might be IE-only?). In general, I believe browsers make it difficult to access the clipboard directly, due to...