Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EL
Posts
4
Comments
7
Joined
5 days ago

  • I guess you're right, it doesn't work on Lemmy web like I thought it did. I was looking at Lemmy in Arctic (iOS app).

    As for Mastodon I've had no luck in the iOS app nor in the Web UI, nor in Whalebird (MacOS app).

  • 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.

  • Mastodon @lemmy.ml

    Why does oembed for Dailymotion not work on Mastodon

  • 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?

  • Ask Lemmy @lemm.ee

    What is the difference between Lemmy and Mastodon?

  • 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

  • JetBrains @programming.dev

    Open folder from terminal

    JetBrains @programming.dev

    Format with prettier on save...