Thomas B
Thomas B
IIRC Clone bound is sometimes necessary around boxed expressions and/or joins within Diesel. (If I added it it's surely because my own project didn't compile without and it was present...
> adding a feature flag I was thinking adding an attribute rather, since this is pretty edge-casey. It allows the thing, just makes it slightly more verbose. (But not sure...
That does seem like a legit use-case. I think the best solution is to: - Add attribute to DbEnum to not generate clone impl - Add clone derive to default...
> Is it better to add DbEnum attribute instead of feature flag? I think so, for the reason that features generally should generally be additive (enabling a feature should not...
Here's a build that works for me: https://github.com/Ten0/RFIDtools/tree/61bba2c39ee47c54e87b41c5a3aa2743041bc6a2 If you're trusting enough here's an `apk`: https://mega.nz/file/vBNyGZxb#umfWvKM2YChf8sRZS7t8zEZBYerLZE09euvNpihkWCc
> This can be closed since I moved to a workaround with termux and building the client from source Interesting! How do you get termux access to the plugged proxmark?...
Aha [this](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/termux_notes.md)... ok that was so much simpler. Thanks!
> The version of microG stated on the first post is old, maybe it already works on the latest version. Could you all please retry with it? @ale5000-git I've got...
> i think it can provide support enums to mysql Isn't there some form of support for this via https://crates.io/crates/diesel-derive-enum ?
Side note: if we implement OID checking, we *may* still want to allow hacks where we put wrong types in the schema for types that can reasonably get coalesced: https://github.com/diesel-rs/diesel/pull/3973#discussion_r1544786827...