Patrick Delaney

Results 160 issues of Patrick Delaney

Veryfing code using this library in Particle Build fails with this error: ``` AssetTracker/AssetTracker.h:431:32: error: redeclaration of 'LIS3DH_RANGE_4_G' LIS3DH_RANGE_4_G = 0b01, // /- 4g ^ ```

Veryfing code using this library in Particle Build fails with this error: ``` AssetTracker/AssetTracker.h:430:32: error: redeclaration of 'LIS3DH_RANGE_8_G' LIS3DH_RANGE_8_G = 0b10, // /- 8g ^ ```

Veryfing code using this library in Particle Build fails with this error: ``` AssetTracker/AssetTracker.h:429:31: error: redeclaration of 'LIS3DH_RANGE_16_G' LIS3DH_RANGE_16_G = 0b11, // /- 16g ^ ```

We should allow the following dashboard for an admin only. ![Image](https://github.com/openpredictionmarkets/socialpredict/assets/13304149/b49fef5c-9607-44ab-85fa-857d0e0daeab) This should also allow setting a Display Name, and a randomly selected Emoji. * We already have a list...

I believe this occurred on either /profile or /user/{username} or both: ``` chunk-MZ6XKLY2.js?v=5f5ab81d:519 Warning: validateDOMNesting(...): Text nodes cannot appear as a child of . at tr at td at div...

Something along the lines of: ``` echo "Setting up backend..." cd backend chmod +x builddockerfile ./builddockerfile # Frontend setup echo "Setting up frontend..." cd ../frontend chmod +x builddockerfile ./builddockerfile #...

**General High Level Specification:** * One user key per user, if a user clicks, "renew key," it deletes the old key, they get a new one, you can't have more...