David Kemp

Results 10 comments of David Kemp

@johnbillion Was wondering if there might be an opportunity to store data (or rendered data) in a transient and add it's ID as an X-QM- header. In the browser, Query...

@felixfontein My issue is that it doesn't check to see whether the plugin settings need to be be changed - so it'll work the first time, and then fail on...

@annymsMthd How far along are you with FluentNHibernate port? There's some discussion at https://github.com/jagregory/fluent-nhibernate/issues/361

Can confirm this in .Net 7 project. This is hitting hard as I'm using JsonDerivedType with source code generation, and it serializes to the wrong type. I'm having to manually...

@boonebgorges well, [SparkPost]'s engagement tracking to be exact, but I've had similar issues with other email providers... If you add a link break before the close quote, would it make...

@boonebgorges OK, I think I had a similar issue... Basically when you call `bp_register_group_extension` it checks whether the class exists. Either XCache or iconCube Loader (both are installed by hosting...

Oh, that's a shame. I'd certainly be interested in contributing if there's a few others who'd help out.

FWIW, `as_has_scheduled_action` **does** support `$args`, so you can use that to check for existing actions before scheduling a new one. So @RicherYang's example might look like this: ```php if (...

FWIW, instantiating your Strava provider like this is a work-around: ```ts Strava({ authorization: { params: { scope: "activity:read_all" } }, profile(profile) { return { id: String(profile.id), name: `${profile.firstname} ${profile.lastname}`, email:...