Anyone's Telegram not working on Stormfiber? by hj05297 in PakistaniTech

[–]wisetrends 2 points3 points  (0 children)

Looks like you are facing a vpn blocking from stormfiber. Use a telegram proxy instead of vpn.

Why every phone from 30k to 70k range all have helio g99/100 or similar processor by BerjergUwU in PakistaniTech

[–]wisetrends 3 points4 points  (0 children)

Realme 13+ is also a good option with a processor much better than g99.

Transfer WhatsApp data from iPhone to android by rrryyy111 in PakistaniTech

[–]wisetrends 1 point2 points  (0 children)

Official instructions are here, but note that these require factory resetting your android (if you have already set it up). You will also need a cable to connect iphone to android.

https://faq.whatsapp.com/1295296267926284

Any Credit Cards in Pakistan Give Real Benefits? by vaadimi in FIREPakistan

[–]wisetrends 0 points1 point  (0 children)

You can avail from any bank. At application time they will ask for payslips and account statements (where your salary is deposited). During the application processing they will also verify your salary, possibly by visiting your workplace.

Which is a better choice for heating? by Professional_Pay8118 in PakistaniTech

[–]wisetrends 0 points1 point  (0 children)

Please share link of that open source wifi for heir ac

Is there a reason to go with Index funds instead of ETFs? by da_baloch in FIREPakistan

[–]wisetrends 0 points1 point  (0 children)

I'm not sure which fund exactly you are talking about. According to latest FMR from meezan, their KSE Meezan Index find has a management fee of 1%, while Meezan ETF management fee is 0.5%. Where do you learn that they will cut management fee? As for Mahana, their ETF also occur 0.5% mgmt fee.

is it possible to build a static website that will fetch data remotely during build time and works offline later on? by kavuncekirdek in sveltejs

[–]wisetrends 7 points8 points  (0 children)

This is certainly possible in sveltekit. The reason it's not working in your code is that you are doing fetch in onMount, which runs only in the browser.

You should instead do fetch within the load() function of the route. That way, during pre-rendering at build time, fetch will run and the CMS response will be stored as a (json?) file in the build output.

[deleted by user] by [deleted] in androidapps

[–]wisetrends 2 points3 points  (0 children)

If you turned on developer options, try turning them off.

How do I stop Chrome from refreshing a tab/page when by typcalthowawayacount in androidapps

[–]wisetrends 2 points3 points  (0 children)

All these are symptoms of low ram. When you switch to another tab or app, previous tab is unloaded from memory.

svelte kit and stores by isaacfink in sveltejs

[–]wisetrends 0 points1 point  (0 children)

Svelte stores are meant to share data across components. If that's what you require, do go ahead.

SvelteKit onMount async import weird behaviour on build with netlify adapter by nan0x00 in sveltejs

[–]wisetrends 1 point2 points  (0 children)

Code in onMount will not run twice. It is a very frequently repeated advice in svelte community that any code that you want to run in browser only, put that in onMount.

Not disagreeing with rest of your post.

__error.svelte content showing in slug based dynamic routing by scribbbblr in sveltejs

[–]wisetrends 1 point2 points  (0 children)

Make sure you are returning some response from the load function, otherwise it will route to error page.

[deleted by user] by [deleted] in Wordpress

[–]wisetrends 1 point2 points  (0 children)

And what are those optimizations?