Kim Alvefur

Results 79 issues of Kim Alvefur

Ability to shuffle the playlist. I believe this is a natively supported command in the mpd protocol. I'd like to have a shuffled playlist while keeping the ability to move...

Can be reproduced with e.g. ``` lua db = assert(require"DBI".Connect("MySQL", "prosody", "prosody", "secret", "127.0.0.1", 3306)) s = assert(db:prepare("SELECT 1 LIMIT ? OFFSET ?")) assert(s:execute(1, 1)) ``` A MySQL to test...

help wanted

The LuaDBI PostgreSQL driver does not appear to implement a [notice processor](https://www.postgresql.org/docs/current/libpq-notice-processing.html), so the `libpq` library uses its default behavior of printing these on `stderr`. This can be a bit...

LuaSocket has an intermediate buffer for incoming data. When one calls `conn:read(n)`, `n` bytes of data will be returned from this buffer, which is refilled from the underlying socket in...

@waiting
top-priority

#### General information * **Version:** 2.8.5+fcr * **Device:** Jolla 1 * **Android Version:** Android 4.2.2 (uncertain) * **Server name:** self hosted * **Server software:** [Prosody trunk](https://prosody.im/nightly/trunk/build1299/), especially after [this commit](https://hg.prosody.im/trunk/rev/1266a63ba567)...

**Feature request:** Support enough of [XEP-0425: Message Moderation](https://xmpp.org/extensions/xep-0425.html#usecase-success) to reflect when messages get removed by moderator. Related: #3722 about full XEP-0425 support including the moderator side.

**Describe the bug** Warnings and errors are printed to the browser console, but everything seems to work. **To Reproduce** Steps to reproduce the behavior: 1. Open Converse.js e.g. served from...

question
investigation-required
UX

Background: [mod_pubsub_text_interface](https://modules.prosody.im/mod_pubsub_text_interface.html) is a plugin that lets you interact with a pubsub service using plain text messages. While mindlessly testing random unrelated things, I noticed that Converse would not show...

bug

It would be cool to take a picture from a local webcam to use as avatar, as a step further after #714. Bonus points for filters. I remember seeing [Cheese](https://wiki.gnome.org/Apps/Cheese)...

[XEP-0352: Client State Indication](https://xmpp.org/extensions/xep-0352.html) defines a way for the client to indicate its active/inactive state, which is commonly used by servers to enable more aggressive optimizations meant to reduce network...