Kay McCormick

Results 4 comments of Kay McCormick

Here is my copyTree function in typescript. paths are relative to ast-nodes/script and it relies on immutable-js. It takes a different approach, I like the simplicity of yours. They are...

When I do this, the resulting object has all of the text content duplicated, and all of the children duplicated, I think. This results in an object that consumes more...

I've been working on my own Python-to-typescript compiler since I have been unable to get Transcrypt to work, and it seemed like less work to do it on my own...

According to [https://docs.python.org/3/library/ssl.html](https://docs.python.org/3/library/ssl.html): > Changed in version 3.5: The default ssl_version is changed from PROTOCOL_SSLv3 to PROTOCOL_TLS for maximum compatibility with modern servers. I was able to fix it with...