Chris Kanich

Results 9 comments of Chris Kanich

A maintainer of the `rxvt` project remarked that `rxvt` is a "legacy" project [here](https://sourceforge.net/p/rxvt/bugs/90/#bb85). It also doesn't seem to have had a release in 14 years. I believe it would...

> We have mitigated what we think is the issue in Chrome incognito in recent versions of the SDK, but only for popup. Support for redirect flows is still a...

#201 is the likely culprit for this performance degradation, or at least a large chunk of it. @davies, can you see whether py4j built from master improves the performance you...

This is a change on the Python side (by "built from master" I meant "zip up the library from master" - sorry for being unclear).

I'll defer to the Spark committers, they know far more about how it is used than I do.

In case it's helpful for anyone else, I made a bandwidth gauge with the 1.2TB Comcast cap in mind. Note that this does not solve the issue from #389, but...

I believe I'm having a similar / the same issue (with local photos, icloud turned off) - I was able to get the app built locally and tested with a...

I didn't end up finding much but I believe I found the underlying issue - I was using a free tier cloudflare tunnel, and uploads larger than 100mb fail without...

As of Vite 4 (maybe earlier I haven't checked), you can use the `vite-plugin-node-polyfills` plugin to solve this problem: ``` npm install --save vite-plugin-node-polyfills ``` and then add it to...