Problems with Vue in production

Problems with Vue in production
We are experiencing an issue in the production environment.Changes were made to the app.js files, located at the following paths:siif-web\resources\assets\js siif-web\public\jsWe have tried restoring ...
0 Read More

Image capture from a video

In this post, method/s to obtain image samples from a video are demonstrated. Often times for AI model fine-tuning, like fine-tuning with mobilenet, it is important to obtain images from a video. ...
0 Read More

Multi-Highlighting in PDF.js

Multi-Highlighting in PDF.js
For a current project (document management), we were given a seemingly simple task: Implement a PDF preview where I can see all full-text search results highlighted. Searching for a single value is ea...
0 Read More

JavaScript: Linked Objects

Recently, I've been working to understand JavaScript better with the goal of evolving how I write code, communicate ideas, and build stuff. I've often heard something to the effect of, "JavaScript has...
0 Read More

Bizarre bfcache Behavior

For anyone who doesn't know, bfcache is the Back/Forward cache in browsers. I recently fixed an unusual issue in a page that I host that was caused by this.For multiple years, this site ran fine until...
0 Read More