Haris

Results 98 comments of Haris

hey @Isaac-Leonard, hope everything is well :) Sounds awesome, please do, no one else is actively working on this at the moment. I'll be happy to help as you go...

Hey @XChikuX, hope things are well. I’d love help pushing this forward if you have the time. Let me know and I can give some pointers!

> Diesel CLI now includes support for generating migrations based on the difference of your schema.rs file and your local database. Check out: http://diesel.rs/news/2_1_0_release.html It's slightly different than tvallotton's `models`...

I think the idea is to create a project without the todo example (or any other examples for the rest of the plugins)

@AnthonyMichaelTDM hope things are well :) I believe the `admin-portal-updates` branch has the latest updates — this is something we definitely need to get right to have a better emailing...

Thanks for creating this -- I like the idea of using quote as it's closer to rust code, but I'm afraid it'll be harder for newcomers to come in and...

At the same time, Tera is quite heavy for something as simple as doing codegen, so I'm with you there.

Although we're using quote/syn to parse rust code, it can be confusing for newcomers, [especially the 'repetition' syntax](https://docs.rs/quote/1.0.33/quote/macro.quote.html#interpolation). I don't mind giving it a shot though! We can revert if...

Using the read() function to fetch a record with a specific primary key is a good-enough use case, so perhaps another option is to remove the paginate() fn?

Perhaps we can put them behind a feature flag and keep them in experimental/unstable state