#palaver — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #palaver, aggregated by home.social.
-
Finally brought myself to finish the PR which adds local dev mail server and removes the fake post-registration screen with confirmation link. Still a lot of things to improve, but I wanted the bare-bones version more or less done.
-
Finally brought myself to finish the PR which adds local dev mail server and removes the fake post-registration screen with confirmation link. Still a lot of things to improve, but I wanted the bare-bones version more or less done.
-
looks like I'm finally finished with the migration to Hanami 2.2 and its default persistence layer.
-
looks like I'm finally finished with the migration to Hanami 2.2 and its default persistence layer.
-
@cccfr ohja - passend zur Unterhauswahl diese Woche in Großbritannien .. ob die ihren #brexit je wieder flicken können ... erinnert jedenfalls an
https://www.youtube.com/watch?v=ptfmAY6M6aA
What does the european convention of human right has ever done for us ... "peace in northern ireland"
#echr #comedy #primeminister #gb #greatbritain #england #palaver #northernireland #humanrights #goodfriday #election #patrickstewart -
Finally a step in a right direction. Each slice should be responsible for its own definition of what a "current user" is and not rely on some global definition.
-
Finally a step in a right direction. Each slice should be responsible for its own definition of what a "current user" is and not rely on some global definition.
-
Long time no #palaver PR
I'm in highly procrastinating mode now, so I was able to push through with a PR adding a new account settings form, which allows to change password among other things.
I'm also trying to clean up how I use Phlex after realizing it was not good approach (had to use phlex-rails to learn that).
-
@yvanspijk Laut dem auf https://dwds.de/wb/Palaver zitierten «Etymologisches Wörterbuch des Deutschen» von Wolfgang Pfeifer muss das Wort «palavern» über einen wilden Looping auf der Landkarte seinen Weg ins #Deutsch|e gefunden haben: Von Griechisch über (Kirchen-)Latein ins Spanische, von dort 🐪 «auf Handelswegen an die westafrikanische Küste» 🌍 und weiter über englische Seeleute ⛵ in die englische Allgemeinsprache und von der schließlich die deutsche Sprache. 😵💫
-
I finally wrapped up some (minor) work around #palaver. This one add human-friendly slugs to categories and threads.
https://github.com/katafrakt/palaver/pull/10
I went in a really wrong alleys with that before, trying to add slugger as a provider, not just a dependency. Finally, I ended up creating it as just a "regular" dependency in one of the slices, as it won't probably be needed elsewhere.
The main challenge was to isolate Stringex, which is very slow to load, in tests.