Tom McLaughlin

Results 100 issues of Tom McLaughlin

Heard there was a major release cycle coming :). This would resolve #491. Note: I used an `unsafeCoerce` to implement these. I think it's fine and the tests pass, but...

When I try to store and retrieve a `UTCTime` representing the year `1`, I get a decoding error. ```haskell time = UTCTime (fromGregorian 1 0 0) (secondsToDiffTime 0) ``` The...

bug

I noticed that a query like `values_ []` (against Postgres) produces invalid SQL like this: ``` SELECT "t0"."res0" as "res0", ... FROM (VALUES ) AS "t0"("res0",...) ``` The empty `VALUES`...

bug
breaking change

As requested on #532

breaking change

I think I'm running into a problem because `genericSerial` is defined in terms of `Int`: https://github.com/haskell-beam/beam/blob/0d9f6d8db8115f756a5e8175adf7fc1c95328019/beam-migrate/Database/Beam/Migrate/SQL/BeamExtensions.hs#L34 I'm trying to write my functions generically against backends, and using `genericSerial` requires me...

I'm finding that Sqlite migrations that use the `defaultTo_` function don't work. I think it's because they try to use a wildcard to insert the default value. I made a...

bug

The [requestBodySourceIO](https://hackage.haskell.org/package/http-conduit-2.3.7.3/docs/Network-HTTP-Conduit.html#v:requestBodySourceIO) function uses the [RequestBodyStream](https://hackage.haskell.org/package/http-client-0.7.2.1/docs/Network-HTTP-Client-Internal.html#t:RequestBody) constructor (see [here](https://hackage.haskell.org/package/http-conduit-2.3.7.3/docs/src/Network.HTTP.Client.Conduit.html#requestBodySource)), but doesn't satisfy the required contract ("you must ensure that the `GivesPopper` can be called multiple times"). As a result, if...

* Re-record Slack video with better zoom * Add video of webdriver * ~~Add note about Windows support~~ * Add doc page about normal hooks * ~~Move demos to their...