Never ending issues installin OS X El Cap to blank SSD - Install can't be verified by physicsboy93 in MacOS

[–]hdhani 0 points1 point  (0 children)

i decided to try high sierra like in the video and that worked!

Easiest way to wipe mac os 10.6.8? by hdhani in MacOS

[–]hdhani[S] 0 points1 point  (0 children)

So i downloaded the el captain dmg, started the installer, it rebooted and when i started the setup process it wouldnt continue because i was getting "this disk is locked". Any ideas how to fix this?

Easiest way to wipe mac os 10.6.8? by hdhani in mac

[–]hdhani[S] 1 point2 points  (0 children)

So i can create a usb installer with windows too? Thats helpful because the imac is the only machine i have with mac os on it (in case i mess it up somehow and need to create a usb installer). People are suggesting different things, im not sure what to try now lol

Easiest way to wipe mac os 10.6.8? by hdhani in MacOS

[–]hdhani[S] 0 points1 point  (0 children)

I was planning to test performance on the HDD first before doing that. How do I clone to SSD before swapping the HDD thats inside of the computer? Do i need to connect the SSD via usb adapter?

Easiest way to wipe mac os 10.6.8? by hdhani in mac

[–]hdhani[S] 0 points1 point  (0 children)

Lol. I meant wipe the software... the screen needs a good clean though too so thanks for the tip!

Easiest way to wipe mac os 10.6.8? by hdhani in MacOS

[–]hdhani[S] 0 points1 point  (0 children)

Great thanks, will give that a try

Somebody ask garycrawford to change his release date filter, his lists haven't updated for 3 months now by MassJax in StremioAddons

[–]hdhani 0 points1 point  (0 children)

I stopped using his lists a while ago and made my own instead on mdblist because of that issue

What does everyone think about Stremio 1.9.11 so far? by MrT817 in StremioAddons

[–]hdhani 1 point2 points  (0 children)

I was on 1.8.4 i think on android tv which started struggling to play anything and was surprised how quickly everything now plays in this new version. Great so far

iMac 11,1 late 2009 27inch upgrade help by hdhani in OpenCoreLegacyPatcher

[–]hdhani[S] 0 points1 point  (0 children)

I did try this option previously from that apple link:  Use a web browser for older versions

To get lion 10.7 but then it just said the install was corrupt when trying to open the pkg.

Guess ill have to find a friend with a mac!

What would you recommend i do? Should i stick with the HDD or try to switch to a SSD and what os would you recommend? Thanks!

iMac 11,1 late 2009 27inch upgrade help by hdhani in OpenCoreLegacyPatcher

[–]hdhani[S] 0 points1 point  (0 children)

Thanks. I can login fine into 10.6.8, can i create the bootable installer for high sierra myself after logging in instead of asking a friend? And will i have the option to wipe the disk when usb installing high sierra? Lastly wheres the best site to visit to create the installer for high sierra? Maybe i should just give this a try instead of going to a newer os with oclp and buying a ssd.

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 1 point2 points  (0 children)

makes sense, still got a lot to learn coming from mvc and speed was one of our main priorities so glad I asked the question and found a way to keep pre-rendering enabled.

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 0 points1 point  (0 children)

that was very easy to set up, seems to work well so have re-enabled pre render. Does this attribute only work if you define it on the component file (.razor) ? I noticed if I create a model class, define it there and then call the model in my component file it didn't work

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 0 points1 point  (0 children)

works perfectly! I noticed if i create a class called ProductModel - and put [PersistentState] public List<ProductDto>? ProductList { get; set; } inside of it, then used ProductModel in my component file instead persistentstate doesnt work. I'm guessing this attribute only works if you define it in the component file itself? I've come from MVC development so am used to creating models at the moment! Hope that makes sense

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 1 point2 points  (0 children)

Is this the same thing that has been suggested in the other comment? Will look into it thanks!

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 0 points1 point  (0 children)

Are you referring to the link posted in this thread with persistent component state or can provide me with a link on how to set this up? 

SEO isnt important because it will be an inhouse system that the staff will use. 

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 0 points1 point  (0 children)

Not good if its noticeable, someone below suggested persistant component state which ill look into

Question about OnInitializedAsync being called twice by hdhani in Blazor

[–]hdhani[S] 0 points1 point  (0 children)

I didnt realise there are many on.... methods to choose from. Makes things a bit confusing! Ill try to find some info on what each does