Chris Dourisdigitalcreations.hashnode.dev·May 19, 2024Day 93/100 100 Days of CodeI worked on fixing some very strange issues with strings. Similar to the TTF_OpenFont command, using miniApplication.location changed it, which resulted in using the wrong directory path. This is very strange behaviour. To fix it, I created a new con...100 Days of CodeC
Ritesh Mishraritmish.hashnode.dev·Jun 25, 2023Segmentation fault (core dumped) error while using bref LaravelTL;DR If you are using Elasticsearch then remove the method bulk() from your code and use a normal HTTP request (you can guzzle for this) to invoke the _bulk API of ES to update your documents instead of using Elasticsearch official Laravel library. ...228 readssegmentfault