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/)N
帖子
1
评论
54
加入于
3 yr. ago

Japanese Speaker. I can read/write some English but not well, so corrections are always appreciated.

プログラミングや音楽に興味があります。最近はEmacsでよく遊んでます。

  • Some fonts may require additional configuration to display properly, so usually manual installation should be avoided.

    Please run (and post the result here) fc-match sans and fc-match serif to check fontconfig picks wrong italic font. If that's the case, try to remove the TTF files you've installed via the font manager you're using, then install the fonts via the package manager - it should configures fonts properly.

  • Please post the whole output (it should contain "font" and "text propertires"), and run describe-char against the actual space-inserted assignment operator you found (not the newly created file), and finally, enclose the output with three backquotes. to format it properly.

  • Can you post the output of M-x describe-char on each character (":", space, "=") here?

  • The SCHEMA:PATH part seems slightly wrong (singular vs. plural). Try:

     bash
        
    schema=org.gnome.settings-daemon.plugins.media-keys.custom-keybinding
    path=/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/
    
    gsettings get "${schema}:${path}" binding
    gsettings get "${schema}:${path}" command
    gsettings get "${schema}:${path}" name
    
    
      
  • If anyone has other suggestions to mitigate this

    Firefox has "permissions.default.image" (link) option that disables image loading, but this Wikipage is very old so I'm not sure whether it works properly in current FIrefox.

  • I'd write a bookmarklet for that case:

     
        
    javascript:
    {
    const name = 'ABC';
    const d = new Date();
    const year = d.getFullYear();
    const month = d.getMonth();
    const date = d.getDate();
    document.activeElement.value = `${year}/${month}/${date} ${name}`;
    void 0;
    }
    
      

    This bookmarklet inserts the desired text into the currently focused text box. Tested on Lemmy Web UI.

  • What program are you using to write or edit the comments?

  • ** URL now never sends user email addresses in HTTP requests.

    Someone like me may want to know the background of the change, so here's the commit and the relevant discussion.

  • Roots of Pacha - well polished, stress free farming sim. Highly recommended if you like Stardew Valley or Story of Seasons.

  • Vertico expands the minibuffer which I do not like.

    You might want to try some Vertico extensions such as vertico-flat that displays completion candidates horizontally.

  • Yes, fenced code block with specifying langauge may work as a workaround.

     `
        
    text
    systemctl --user cat emacs
    
    `
      

    but I said "inline" explicitly.

  • lemmy-ui: Highlighting some words blindly in inline code is really annoying. For example,

    • systemctl --user cat emacs
    • pactl load-module module-switch-on-connect
  • Since it's a MediaWiki page you can get Markdown source of the page with appending action=raw query to the URL.

  • Emacs @lemmy.ml

    MPD Client Minimpc v0.2: Added Playlist/Queue Editor. Feedback/Review Appriciated

    codeberg.org /nmtake/minimpc.el