fluffy

Results 200 issues of fluffy

っ is U+3063 HIRAGANA LETTER SMALL TU, which is different than つ U+3064 HIRAGANA LETTER TU in that the phonetic transliteration of it is a glottal stop; the English equivalent...

Sometimes I start composing a toot and need to switch to another app to copy-paste something or to check a fact or something, and when I come back the app...

enhancement
toot screen

I crosspost my posts to both mastodon.social and plush.city. Recently I realized that I never got around to connecting brid.gy to my plush.city account, and when I went to add...

From the commentary on #639 I think I’m looking for the functional opposite of what @billbennettnz is looking for - I use Disqus for my comment threads on my blog,...

new silo

I would like to add support for [RFC 6721](https://tools.ietf.org/html/rfc6721) to a tool I'm building using feedparser. The short version of it is that you add the `http://purl.org/atompub/tombstones/1.0` namespace (specified as...

Hi, I'm trying to migrate my site from Disqus to isso, and while I was able to import my comments and the importer showed the specified thread IDs during the...

server
needs-contributor
bug

As embarrassing as it is to have a notification come up while sharing a screen with a colleague, imagine how much worse it is if you're streaming to the Internet...

Hi, I'm using PonyORM in a project and am trying to make use of mypy to do stricter type checking. However, mypy is running into some issues doing type analysis...

Some application runtimes such as Heroku only provide your database connection in the form of a URL provided at deployment time. It would be nice if PonyORM supported these URLs...

Related to #468, there's currently a bug in how `=` are implemented for tuple comparisons. For example, a query like `model.select(lambda e: (e.a,e.b)