Tailwind__css- live server not working properlly - prettier

This is my first time in here so at first I want to say Hello to everyone!
I just start using tailwindcss , I've watch few tutorials on YT and I've done exaclly everything as in video.The issue I got with live server extension, I have to press couple times ctr+s to see changes on my web, same situation with prettier.If anyone had same problem pls write down how to solve it.

I can't get exactly what you are asking for, but i faced a similar problem like this.
When adding tailwind classes to html element and saving the file while live server(vs code) is running, but the browser don't show the changes unless I reload it.
For fixing this issue,
Go to live server extension -> extension settings -> scroll down until you find
Liver Server -> clik on the ⚙️ -> extension settings-> Full Reload -> enable it.
Then restart the live server, there we go you fixed the issue.
It works for me, happy day!!!

Related

youtube-dl freezing whenever the folder is loading(?)

My youtube-dl keeps freezing/ stopping its download whenever my folders are loading(? not sure if that is the correct phrase for this), as shown here.
Every time this happens, I will need to restart my computer in order to fix this, is there anyway to solve this problem permanently.
I had tried going to properties of my Downloads folder, then go to customise and ticked the Also apply this template to all subfolders. And it seemed to have work currently, will be updated if the issues keep appearing.

Codelite page gone blank

I have been writing code in codelite for c++ since past 20 days, today morning while writing code, by mistake i clicked somewhere and the top menu of options and side menu of projects vanished. I tried many things but i couldnt get them back. I am not a technical person and learning c++ from a tutorial. Now my codelite page is blank and i am stuck. I have unistalled and installed again but when i opened it, it still shows the blank page . I dont know what to do. Is there any history i need to delete from my laptop(for reinstallation) or need to do something in codelite , to get back default codelite page which comes when newly installed.Please help.
might be a little late here but I think I had your problem, if someone encounters similar
Double check what "perspective" you are on
Ctrl + M key can minimize several open views such as the "workspace view" and the "debugger view"
It's pretty simple, this happened to me too. It happens just because you are on full screen mode, and because you are currently in the workspace folder in which your source code is. Just follow these:
press Alt+M to you exit full screen mode. You should now be
able to view the top menu.
now go to view in the top menu and click on the Workspace pane.
After the Workspace pane appears, you will notice that you are now
in the workspace folder rather than on the source code file. Now, to go
to the file, click on the workspace on which your file is, click on
the project name under which your source code is, click on src,
then click on the file, e.g. main.cpp
Post your doubts if you still have any

Intellij show intention actions [Alt + Enter] doesn't work

The problem occurred after I had added Groovy Unit Testing .jar to my project (it is sole activity I suppose which could 'damage' my Intellij but it is quite likely that the reason is something else because the problem is global - it appears in all projects).
For example I get message like this:
but after I press Alt+Enter nothing happen.
If I append another keyboard shortcut for "show intention actions" it doesn't work either. However if I append Alt+Enter with another action then that another action works properly using this shortcut.
It is also interesting that shortcut Alt+Enter is reserved not only for action "show intention actions", but if I remove another associations it still doesn't work.
Every intentions in Intellij are enabled and power save mode is disabled.
I have read
IntelliJ, Alt+Enter doesnt work
Auto errors detection in IntelliJ IDEA
but it doesn't solve my problem.
Your IntelliJ IDEA installation seems to be corrupted, some jars are missing.
Caused by: java.lang.ClassNotFoundException: groovy.lang.Closure PluginClassLoader[org.intellij.groovy, 9.0]
The solution would be reinstall the same version you have from this link or install the current version.
The solution was: missing groovy-all-2.4.6.jar file in my /home/user/idea-IU-162.2228.15/lib folder.
How have I removed it?
According to jetbrains page I chose Groovy JUnit test library and press fix. After few minutes I decided not to use Groovy JUnit so I deleted this library from my project, but in practice I removed .jar from my folder and that was the reason why alt+enter didn't work. After the .jar is restored everything is as normal.
Thank you CrazyCoder and liro Alhonen
You don't have the libraries stated that you are using. You can do this manually if it does not fill them automatically. It should if you select from the list and hit enter.
In my case i just try to use left alt:
LEFT Alt + Enter
LEFT Alt+Enter
Looks like some languages override Right Alt behavior, at least in
case of Lithuanian Left Alt is working fine with Lithuanian enabled,
Right does not, when switch to English, everything is fine again. Was
pulling hair to figure out why out of nowhere it stops working, thanks
I hava same problem that can not auto import package by ALT+ENTER in MacOS. solved by next step:
Preferences --> Editor --> Intentions
search Refactorings
enable introduce local variable

jumbled characters in opencart home page, site stopped working

im using opencart 1.5.6.4. I just cleared the cache and made a few changes mentioned in http://cartadvisor.com/blog/2013/11/05/speed-opencart-store/ to make my site speed.
now suddenly i get a list of jumbled characters. i dont see any error in the error logs and the site doesnt work
this is how the site looks now
i also replaced the htaccess, language files and reverted all the changes done but still i see the site like that. i tried in several PCs it doesnt work now.
any reason why this has happened?
You'll need to deactivate the OC output compression, go to System -> Settings -> Server and set "Output Compression Level:" to 0 - that worked well for me!

Sitecore 7 Search tab does not work

I've just downloaded and installed Sitecore 7. I added some images to the media library and wanted to test the new "search" tab, but it never returns any results, it just shows the progress loader and nothing else happens. I had a look at the log files and there aren't any errors.
The traditional Sitecore quick search works fine, but this new sitecore7 search feature doesn't work.
Any ideas?
Out of the box for 7.0 the first thing that I do is Rebuild all the Indexes in Sitecore.
Sitecore -> Control Panel -> Indexing -> Indexing Manager -> Rebuild
Have you done this yet?
(This may take a long time depending on the amount of content)
+1 for Andrew Q's answer.
If you come across any issues with the rebuild just hanging and never completing. Here are some things that worked for us.
Stopping the AppPool, deleting the files from Data\indexes\sitecore_master_index, restarting the AppPool and rebuilding the index.
I've seen another case where the indexer was trying to index Video files in the Media Library. This also caused it to hang. The solution there was to exclude the media type from the index in config.
Good luck
Darren