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/)BL
Posts
19
Comments
25
Joined
5 yr. ago

  • it does require an internet connection yes. It doesn't have much in the way of offline functionality (it just interacts directly with the API). I'm not sure if Codeberg allows Tor access.

    I looked into the dependencies just now. I thought I maybe only used a few 29 functions, but actually I heavily use vtable, which is 29 too. Maybe look in to getting Emacs from Debian backports, or even building it yourself (I do so, and I'm not at all an experienced source-builder person: it's quite easy, and also common.)

  • Emacs @lemmy.ml

    lem.el 0.22 update

  • "Entomology (from Ancient Greek entomon 'insect', and -logia 'study')[1] is the scientific study of insects, a branch of zoology. In the past the term insect was less specific, and historically the definition of entomology would also include the study of animals in other arthropod groups, such as arachnids, myriapods, and crustaceans. This wider meaning may still be encountered in informal use."

  • Emacs @lemmy.ml

    lem.el update 0.20

    Emacs @lemmy.ml

    lem 0.19 update

    Lemmy App Development @lemm.ee

    Lemmy API Swagger documentation

    Lemmy App Development @lemm.ee

    how do you construct a user overview while respecting sort?

    Emacs @lemmy.ml

    lem.el 0.16 update

    Emacs @lemmy.ml

    lem.el 0.12 - optional encrypted auth tokens

    Lisp Community @lemmy.ml

    Mito tutorial, an ORM for Common Lisp

    Lisp Community @lemmy.ml

    lisp webdev tutorial part 2

    Lisp Community @lemmy.ml

    Common Lisp and HTMX (video)

    Emacs @lemmy.ml

    emacs lemmy client lem.el 0.9 update

  • is it not possible to just search in the code of spacemacs if you know it can do it? seems like your best bet. if you can't find it searching, ask on the repo? otherwise, as others have said, i wouldn't think it's a simple thing to achieve. best to see if you can reuse the work others have already done.

  • Emacs @lemmy.ml

    emacs lem.el 0.8 update

  • blocking instances for users was added in 0.19. it works like community block: you don't see any posts from an instance, but you can see the activity of users from that instance on any other instances where they do stuff.

    https://github.com/LemmyNet/lemmy/pull/3869

    [this is not an endorsement of federating with any meta product. i believe in deplatforming hostile actors, which they've well and truly proven themselves to be.]

  • i also fixed authentication for the 0.19 release, but when your instance actually upgrades (lemmy.ml already has, for testing), it will require you to delete the lem.plstore file in .emacs.d/ and log in again with your password.

    & by all means holler if you run into authentication issues during the transition.

  • Lemmy App Development @lemm.ee

    ensure child comments are displayed in post view?

    Emacs @lemmy.ml

    emacs lemmy client lem.el 0.4 update

  • EDIT: all good, I worked it out, I found some other api docs.

    Is the ModeratorView listing type in this release? If so what feed view is it available in? I can't see it in the lemmy.ml webUI at the moment, nor in the API docs, but the code is merged.

  • Emacs @lemmy.ml

    lem.el - client library and interface for lemmy

    Lemmy App Development @lemm.ee

    documentation for lemmy link types?

    Lemmy App Development @lemm.ee

    how does the webfinger API work?

    Lemmy App Development @lemm.ee

    are maximum Limit values documented somewhere?

    Lemmy App Development @lemm.ee

    how to build a comment tree from the lemmy API?