Results 80 issues of linkmauve

Here is a minimal showcase of my problem: ```lua local a = {}; a.set_4_into_2 = function(t) t[2] = 4; end -- a[2] = 4; -- a:set_4_into_2(); ``` If you uncomment...

enhancement
analysis

As discussed in #1014. Ping @fippo.

Needs Author

I’m working on an implementation of this XEP, and I’d like to push it forward towards Draft in not so long, being an author will let me do that properly.

Needs Author

It’s currently impossible to push a LuaTable value on the stack, which makes it impossible to e.g. return a table from a module, to expose its API publicly in its...

It’s unclear in the documentation which should be used in which case. Another option would be to unify them, I guess.

Here is a typical mistake I’ve encountered: ``` lua.execute::("return '\\xc0'") ``` The Lua string returned isn’t valid UTF-8, yet the `execute` call tries to convert it into a String, and...

**Is your feature request related to a problem? Please describe.** Users get very confused when they leave a MUC and it “comes back” later, after they restarted their client. It’s...

MUC

### Important Information Provide following Information: - mpv version: 3a2838c88d - Linux Distribution and Version: ArchLinux latest - Source of the mpv binary: built from source - If known which...

vo:gpu:wayland
os:linux

These two pages, as linked from the main Jabber trademark page, don’t exist currently: https://xmpp.org/about/xsf/jabber-trademark/guidelines and https://xmpp.org/about/xsf/jabber-trademark/dispute-resolutions The first one should be https://xmpp.org/about/xsf/jabber-trademark/usage-guidelines instead, I haven’t found the second one....

enhancement
trademark

I’m trying to build [a Python application](https://poez.io) against your 1.6 release of org.freedesktop.Platform, and I found out that this platform has Python built against libncurses.so instead of libncursesw.so. This command...