Noah Levitt

Results 11 issues of Noah Levitt

`QMYND:MYSQL-UNSUPPORTED-AUTHENTICATION` attempting to load data from mysql 8.0.4-rc. I found that mysql's `default_authentication_plugin` changed in this version: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_authentication_plugin That looked promising, but I got the same error after setting it...

Sponsor needed
Contribution
Good First Issue

There's so much more I want to know about the GIL. :) Like which threads and functions are holding the GIL and for how long, and which ones are waiting...

enhancement

`pywb.utils.loaders.HttpLoader.load()` sets the value of `headers['Cookie']` which is used in the call `self.session.get(url, headers=headers, stream=True)`. When cookies are set this way, if the url redirects, the cookies are not sent...

exposes https://github.com/webrecorder/warcio/issues/74

In brozzler, browser fetches service worker scripts, but it seems to happen in a special context, and it doesn't get the same devtools treatment as regular urls. In particular `Network.setExtraHTTPHeaders`...

We occasionally find brozzler workers frozen such that `kill -QUIT` (https://github.com/internetarchive/brozzler/blob/506ab0c/brozzler/cli.py#L363) doesn't work, usually at shutdown. To debug this issue I'm running brozzler with python configured with `--pydebug` (using the...

IndexWorker spins forever on (one particular) flv record with incorrect content-type text/html.

Some more documentation around libhdfs3 would be helpful. It's difficult to figure out which of these is most canonical, and how they relate to each other. https://github.com/Pivotal-Data-Attic/pivotalrd-libhdfs3 https://github.com/apache/incubator-hawq/tree/master/depends/libhdfs3 https://github.com/martindurant/libhdfs3-downstream https://github.com/ContinuumIO/libhdfs3-downstream...