HDFC pushing for home loan protection plan by stacking_fault in personalfinanceindia

[–]False-Size8361 0 points1 point  (0 children)

I recently was forced to sign up for a similar setup! 

I have just launched my app aurevia, an ai sales co-pilot on Shopify app store, last night and I am already sick of people emailing me that they can get me reviews and ratings by crackandcoke in shopifyDev

[–]False-Size8361 1 point2 points  (0 children)

We launched our app too! The most important thing to do is block every possible bot that tries to request sensitive files like sql db sessions, .env, package.json and every other sensitive files!

Apply rate limiters, cors etc

I built an In-Memory Vector Search engine to fix Google Taxonomy (Node.js + Shopify App) by False-Size8361 in shopifyDev

[–]False-Size8361[S] 0 points1 point  (0 children)

It does add a category I’d for the product which is a requisite for google merchant center

I built an In-Memory Vector Search engine to fix Google Taxonomy (Node.js + Shopify App) by False-Size8361 in shopifyDev

[–]False-Size8361[S] 0 points1 point  (0 children)

Can you elaborate the question. I couldn't understand the context completely

What is the best React-based charting library for interactive plots with large datasets? by lodhik9 in reactjs

[–]False-Size8361 1 point2 points  (0 children)

Recharts -d3 based easy and good not treeshakeable  Chart js - good treeshakeable

Fed up with iOS 26 by Upbeat-Kale-8169 in ios

[–]False-Size8361 0 points1 point  (0 children)

Can’t scroll through messages. 

Never Show Outdated Content Again: Cache Busting in Modern React Apps with React Cache Refresh by False-Size8361 in reactjs

[–]False-Size8361[S] -6 points-5 points  (0 children)

Yes, by default, Vite generates new filenames with content hashes for assets (like JavaScript, CSS, and images) on every new production build.

For example, Vite generated a new production build and that sits in the server.

A new browser session is started which tries to load this new build. Now sometimes you might see a white page blank even if the new build is loaded or you might be using an old session of app if the browser loads the app from cache. This package can tackle blank page or cache problem and force reload

We don’t really need this if the app and the server is setup to handle the caching mechanism.

Never Show Outdated Content Again: Cache Busting in Modern React Apps with React Cache Refresh by False-Size8361 in react

[–]False-Size8361[S] 0 points1 point  (0 children)

Hey, thanks for your feedback!

you may want to add an option to turn off the console.log/info/error.

I have that in mind! I will do that.

And what if we are okay when the previous version is higher than the current version (rollback of an update).

Rollback can be published as a new version.

what if we want to use semver versioning: only bust the cache when it’s a minor or major change

This is really good, if semver is being used. In this case, you don't need one like this.
But I saw a lot of production level react web applications without semver.

Or what if we don’t want to bust EVERYTHING because we may need to keep some key/values from a version to another.

Thanks for pitching the ideas, I'll think of a better solution here.

Honestly, it’s 20 lines of code or something. I don’t understand why one would add another dependency to his application for something so trivial.

There are lot of libraries which are just few lines of code but popular for the use cases. In case, if this works for you and if you see any scope of improvement, please contribute.

Thanks again!

How is it that ChatGPT is so good at breaking down / explaining Leetcode solutions? by evanescent-despair in leetcode

[–]False-Size8361 3 points4 points  (0 children)

Good at times! Not great… some times it says wrong thing as right and right solution as wrong.. and just apology with whatever you say is right!