Tom Smalley
Tom Smalley
Some things about constraints are iffy: - MaxForce/MaxBias only apply to certain types of constraints, not all constraints - Getting the properties of constraints leads to immediately outdated data when...
This only occurs when TH is enabled in the module I'm trying to check. The project depends on `wai-app-static` but not `optparse-applicative`. This module does not import it. `cabal new-repl`...
There are cases which can lead to duplication of elements when we bail out of hydration. Seems like we are correctly creating and appending the new DOM, but not removing...
In v0.18, query parameters were converted with [toQueryParam](https://hackage.haskell.org/package/servant-0.19/docs/Servant-API.html#v:toQueryParam) and later encoded as part of [renderQuery](https://hackage.haskell.org/package/http-types-0.12.3/docs/Network-HTTP-Types.html#v:renderQuery). In v0.19, this was changed so that conversion and encoding of query parameters is done...
See issue #1584
I have: - [x] Based work on latest `develop` branch - [ ] Looked for lint in my changes with `hlint .` (lint found code you did not write can...
As discussed in https://github.com/obsidiansystems/obelisk/issues/368 I have: - [x] Based work on latest `develop` branch - [x] Followed the [contribution guide](https://github.com/obsidiansystems/obelisk/blob/develop/CONTRIBUTING.md#submitting-changes) - [x] Looked for lint in my changes with `hlint...
I have a migration defined with a field ```haskell field "created" timestamp notNull (defaultTo_ currentTimestamp_) ``` But the default value is not added to the column when running the migration....
This fixes build issues on 64-bit Windows. This option will be enabled by default in future versions of bindgen, it seems to be the right way to get portable bindings....