Nauris Pūķis

Results 61 comments of Nauris Pūķis

Thanks for the reminder - I'll have a look

Thanks, - I'll mark this as a feature request. Gutenberg is probably going to make this easier eventually :)

Cool, how can I help? I'm using internationalized strings everywhere throughout the plugin, and CMB2 to power the admin panel. Here is the source: https://github.com/justnorris/easy-photography-portfolio This is what was required...

Yeah, the main page is using WP_Query to just query all `phort_post` posts. And I think the permalinks needed a refresh because EPP registers a new post type, so it's...

Ran into this today as well ```ts const response = await fetch( url, { method: 'HEAD', redirect: 'manual', signal: AbortSignal.timeout( 3000 ), } ); ``` Temporary, dumb workaround: ```ts function...

Then wrap it in a try/catch as you would a real `fetch`

Yep - it doesn't stop from fetching - but at least in my situation, that was enough to allow the program move on without waiting for the resolution. However, the...

Great to see that you noticed that the Submodule looks very similar to a Module! 👍 To summarize what we talked about on the call - instead of creating a...

@thingalon seeing is believing 😅 - the guide has fallen out of fashion multiple times. So yeah, I agree - documentation should probably go in code comments.