elmerdahl

joined 1 month ago
[–] elmerdahl@lemm.ee 2 points 1 month ago

I agree that tech sovereignty is desirable so that we can’t get blackmailed like Ukraine. I’ve switched almost all my software.

Perhaps obvious to everyone but it didn’t dawn on me until today add those ratings and reviews to your new apps in the app or play stores to give them a boost in visibility and ranking for people who are less nerdy and less aware.

[–] elmerdahl@lemm.ee 1 points 1 month ago

I’ve signed up with Jimdo which is German to transition from Adobe portfolio… haven’t had time to use it yet though. It’s on my list…

https://www.jimdo.com/examples/

[–] elmerdahl@lemm.ee 12 points 1 month ago* (last edited 1 month ago)

This would be great to watch degoogled on Dailymotion or Alugha. 😍

I don’t understand why DW and France 24 only put out a tiny bit of their clips on Dailymotion. They put out some https://www.dailymotion.com/video/x9h9tkm

[–] elmerdahl@lemm.ee 4 points 1 month ago

Would be wonderful if someone could share this on Dailymotion or Alugha. 🤩

[–] elmerdahl@lemm.ee 1 points 1 month ago* (last edited 1 month ago) (1 children)

you can mention a Lemmy comm from a Mastodon toot and it’ll create a thread in that Lemmy comm

Thanks! Yes, this is probably the relationship between them I couldn't put my finger on. But do all the replies to the Lemmy comm automatically get mirrored as replies in the Mastodon toot as well?

 

I seem to find most of the stuff I read posted both on Lemmy and Mastodon. What is the connection? What is the difference?

I do understand it's too different platforms (servers, code bases), but what is the intersection between them?

[–] elmerdahl@lemm.ee 2 points 1 month ago

I think I found the answer

Tools -> Create command line launcher

You'll be asked to add /Applications/WebStorm.app/Contents/MacOS to your $PATH

Then you can

cd /path/to/project
webstorm .

Worked for me at least.

Credit goes to LazyOne on StackOverflow

 

Is there a way to open a folder (a project) from terminal like in VS Code where you can

cd path/to/project
code ./

And VS Code opens up with that project (directory) ready

[–] elmerdahl@lemm.ee 1 points 1 month ago

In the settings it says "Prettier package not specified. But I'm using the "Automatic prettier configuration" option and it works perfectly when triggered manually through the contextual menu (right clicking).

 

How do I get Webstorm to format with prettier on save? There's the manual "reformat with prettier" command that works like a charm, but how do I trigger it on save?