dpcreator icon indicating copy to clipboard operation
dpcreator copied to clipboard

Web application to demonstrate differential privacy using the OpenDP Core library

Results 101 dpcreator issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies
javascript

I made some changes to fix the local build. For the the npm install errors, I rebuilt package-lock.json to use the npmjs registry (https://registry.npmjs.org/). I removed the '^' from package.json,...

Running the local docker compose, logging in with admin credentials: there was a ~6 second pause between hitting the button and starting to load the my-data page: Long enough for...

When I first load the site, the disabled "Login in" and "Create account" buttons are floating at the bottom on the window, with no indication of how to enable them....

The package-lock.json has several entries that use the npm registry https://registry.npm.taobao.org. This registry is no longer functional. Need to update package-lock.json to use https://registry.npmjs.org.

Hi! I have troubles with running the client-side. When I run the program with Docker and access localhost:8080 - I encounter this error message (first photo of website) that it...

The UI checks that the epsilon does not exceed the remaining budget, but it does not prevent 0 or a negative number from being entered. The 400 response does describe...

After an analysis I receive an email that reads in part: > The differentially private (DP) statistics you have requested are now ready. > > They may be seen by:...

- possible related feature issue: #565 Clicking on the lock in a row the "Create Statistics" page caused this error on demo.dpcreator.org: ``` Vue Runtime Error: this.steps[t] is undefined Stack...