Haris

Results 98 comments of Haris

Ah, neat! I like that you're using `PostId` instead of `i32`. I wanted to add column type overrides in the generation config for cases like this. Could I ask why...

hey @dessalines, sorry I dropped the ball here -- it's been a busy few weeks. Do you mind creating a PR for this? I think trait-based generation is a good...

hey @longsleep, not sure if you're still working with rust (I see some Go in your recent activity), but I wanted to ask for your help in maintaining this repo....

> (For example I have no clue about create-rust-app) @longsleep -- if it's just that, then I'm not worried :) `dsync` was initially built for create-rust-app, but it's actually for...

Good catch @jjangga0214! @hasezoey is right, we often include `extern crate diesel` or a use statement in our entry points. I think we can safely remove the `crate::` prefix :)

hey @hasezoey thanks for investigating and thinking of solutions. Again, sorry for the late reply, I've been in the middle of a move! Let's go with `diesel::`, it's copy-pastable and...

hey @hasezoey, thanks for making this list :) We don't need to group changes like this as long as we're following semenatic versioning. I prefer pushing out things as they're...

Ah, understood! Sure, I don't mind starting 0.X.0.

#111 should make things more stable