Erik Taubeneck

Results 11 issues of Erik Taubeneck

Currently, `derivative.jl` has the two following definintions ``` .jl second_derivative(f::Function) = second_derivative(f, derivative(f), :scalar, :central) hessian(f::Function) = second_derivative(f, gradient(f), :vector, :central) ``` however we discussed that by estimating the first...

The TEE version of the [Aggregation Service for the Attribution Reporting API](https://github.com/WICG/conversion-measurement-api/blob/main/AGGREGATION_SERVICE_TEE.md) proposal states that: > Decryption and aggregation of raw aggregatable report data happens within a secure and isolated...

documentation

Please include a license.

This issue is to continue the discussion on #84, specifically on fraud prevention and false positives. The proposed flow, as I understand it: 1. User clicks from `source` to `attributeon`,...

anti-fraud / auth
possible-future-enhancement

As I understand the [TURTLEDOVE](https://github.com/WICG/turtledove) flow, an ad network would receive a contextless request that only includes an interest group. The ad network would respond with bid information, as well...

Flask-WTF has a great function, `CsrfProtect` that will raise an exception whenever a non-GET request is made if the route doesn't check for a form validation. In fact, without this,...

enhancement

We've got a few PRs and issues lined up, so I figured I'd create a checklist for things we'd like for Version 1.6.3 and I can work to get them...

[Facebook Access Tokens](https://developers.facebook.com/docs/facebook-login/access-tokens/) can expire, so we should allow for the connection and login routes to update the connection data even when it already exists. Going to mull this over...

bug

Since I usually use this example for testing and working on Flask-Social as a minimal implementation, I usually find it easier to just work with an in memory SQLite DB....

Error message prints out file name of current file, not the the file name of the expected file that is not present.