Timothy Stephenson

Results 5 issues of Timothy Stephenson

https://github.com/openwpm/OpenWPM/blob/abf10d745a42f6781a1b6116976a613900f73977/docs/Configuration.md?plain=1#L162-L174 The statement: ``` - `collection_fingerprinting` is the default if `js_instrument` is `True`. ``` Is false, as it is no longer the default. I found this a bit confusing while...

documentation
good-first-bug

Feature: `import igraph` faster. Important for startup time critical applications. Currently, on my system, `igraph` import takes about a second. This should have no effect on matplotlib functionality.

stale

[window.navigator.webdriver](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/webdriver) exposes if a client is "controlled by automation". Potentially sites could treat a crawler differently based on the if the `window.navigator.webdriver` is true, leading to a crawl less representative...

### Description When calling `pip download --only-binary ":all:"` with a platform specifier (`--platform`), it does not properly follow `sys_platform` specifiers defined in the dependencies. The example I am trying to...

type: bug
S: needs triage

Adding `json_encode` to the root expression & series namespace. This maps a column of any polars type (besides the object type) into a string column with it's corresponding JSON encoding....

python
rust
enhancement