Jory Hogeveen

Results 131 comments of Jory Hogeveen

Found an issue that needs to be addressed: When a field returns a array from serialised stored, in this case it gets looped through in PodsForm::display() and causes the front-end...

@sc0ttkclark About the data storage. Currently it's all stored serialized under one metakey. Do you want to support multiple metakeys for the different data as well?

@sc0ttkclark Todolist stayed the same. I've added the todo's I saw in the code to the list. I think the main topic for now is a structure discussion, both in...

@jimtrue That is one of the todolist items yes.

@bwdgraphics Please see: http://www.wpallimport.com/documentation/custom-fields/serialized-fields/ Also, I think it's better to create a new ticket for topics like this. Let's keep this thread purely for development purposes.

@tiptronic Since I couldn't wait for this to be actually finished and integrated into Pods I created a plugin to work with (actually 2 plugins, the address field and the...

@sc0ttkclark See https://wordpress.org/support/topic/terrible-datetime-field-formatting-on-mobile-barely-usable/ I honestly think the 3.0 prio might be a bit late. UX is now more important than ever with WP, Woo, GF and other plugins taking big...

@sc0ttkclark See this commit: https://github.com/pods-framework/pods/commit/f63e9bbbc4b093ebf65d4a6b156112d4cc0da50a And current lines: https://github.com/pods-framework/pods/blob/2.9.1/classes/PodsAPI.php#L5455-L5457 Should this get the same fix as the one in this PR? I'd say `is_numeric` is a beter way to check...

@j-fuentes I cannot seem to access the container terminal. `docker exec node ./dist/bin/client.ts` returns error `Cannot find module` I did use docker-compose to create the container and have Portainer available...

Still having the same issue. I've disabled 2FA since that also isn't working at the moment (#407) but still not getting through the Captcha. Getting the same error as this...