Jordan Marr

Results 192 comments of Jordan Marr

Hmm... it looks like ReactiveElmish.Avalonia v1.3.0 is already including the most recent ReactiveElmish v1.4.0 core library: ![image](https://github.com/user-attachments/assets/ff7fca41-50b5-45ee-b0e9-824d781fdfd3) So maybe it's a different bug?

Ahh, I see what you are saying. ReactiveElmish.Avalonia v1.3.0 last release was 4/1/2024 and so it doesn't include the 4/13/2024 update to the core ReactiveElmish v1.4.0. A new v1.4.0 is...

`selectAsync` and `selectTask` allow you to implicitly pass in an `openContext` function or an existing "Shared" context. F# now allows implicit conversion but you have to opt in by disabling...

No, that is not in the docs.

I haven't actually written any code yet. (Still in the research phase.) Each provider has its own separate folder with the files it needs. So, I think a separate migration...

Just me thinking out loud: My original intention for SqlHydra was to have the Docker scripts auto-run to create the sample AdventureWorks database for each provider (used by the test...

With EvolveDb, if a script changes after it's been applied, then I have to run a "repair" command which just overwrites the checksum column. I guess it's good because it...

Are you suggesting a change to the library itself, or is this more of a change to the docs on how to consume the library?

You should probably use `*` when selecting for `g`, as in: `SELECT g.*, u.ColA, u.ColB`. That way, all columns for that table will be present. Generally, the `HydraReader` expects the...

Yes, but the HydraReader is designed to be used in conjunction with the query expressions where the selected columns always match up with the generated types. When you have custom...