elmerdahl

joined 2 days ago
[–] [email protected] 1 points 3 hours 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/

[–] [email protected] 6 points 5 hours ago* (last edited 5 hours 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

[–] [email protected] 3 points 5 hours ago

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

[–] [email protected] 1 points 8 hours ago* (last edited 8 hours 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?

[–] [email protected] 2 points 1 day 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

[–] [email protected] 1 points 2 days 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?