πŸ‡ΊπŸ‡ΈUnited States @SiliconValet

Account created on 17 March 2010, over 14 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

Modified patch to include correct variable on submit handler

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

Here's a patch for the api settings form to allow provider selection. The patch also adds a conditional client based on the service provider.

That said, I'm not working with a typical Azure OpenAI implementation and don't know if this will work for everyone.

If you have any trouble with this patch, share your issues here and maybe I can help.

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

New patch for 2.0.x based on #9.

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

Patch to address "Call to a member function isAuthenticated() on null"

- if ($node->getOwner()->isAuthenticated()) {
+ if ($node->getOwner() && $node->getOwner()->isAuthenticated()) {

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

Old issue but same source. Patch can be found here:
https://www.drupal.org/project/calendar_link/issues/3392784#comment-1530... πŸ› calendar_link() fails silently if date is string but can't be parsed Active

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

Fixed missing closing bracket and formatting.

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

Patch attached of #18 solution

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

#11 worked for me!

"For web distributions, you can choose whether you want CloudFront to forward query strings to your origin and, if so, whether to cache your content based on all parameters or on selected parameters. By default, Cloudfront does not forward query strings, to improve the cache hit rate."

https://stackoverflow.com/questions/54965779/how-to-configure-query-para...

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

#5 Patch wasn't applying for me on 3.0.0-alpha2. Re-rolled patch based on merge request provided by @mmbk.

πŸ‡ΊπŸ‡ΈUnited States SiliconValet

I've attached a patch that will exclude the boost config from UI as well as remove boost from properties on the mapping config.

Production build 0.69.0 2024