Patrick Delaney

Results 160 issues of Patrick Delaney

> mrktws — One thing I can recommend from prema: Use a double-entry accounting journal-style model for money. That means do not store who has how much money, but store...

enhancement

Writing and explanation on keeping track and using integers for Prediction Markets: https://money.dpldocs.info/v3.0.2/money.html From package: https://code.dlang.org/packages/money ``` Handling amounts of money safely and efficiently. An amount of money is a...

enhancement

Turn market extraction portion of MarketDetailsHandler(w http.ResponseWriter, r *http.Request) into a function, find other locations in codebase where this is being used and enforce usage. Ensure we're constructing a public...

enhancement

In calculating dbpm outcome, we should hypothetically use the dbpm outcome calculator and if the outcome is either YES or NO, we should resolve R to 1 or 0 rather...

bug
enhancement

``` const [errorMessage, setErrorMessage] = useState(null); ```

question

When creating this object, need to make sure we don't unintentionally inherit fields from the user creator. Double check!

question

Example: https://brierfoxforecast.ngrok.app/markets/9

bug