bu6n
bu6n
There seem to be a dialyzer check that's not passing. It's related to `lib/lua.ex:288`: ```elixir defp illegal_index([:_G | keys]), do: illegal_index(keys) defp illegal_index(["_G" | keys]), do: illegal_index(keys) defp illegal_index(keys) do...
Looking at it once more, it seems that just removing 288 won't be enough, since `Enum.join` will not work with tuples. What about something like this? ```elixir defp illegal_index(["_G" |...
I have the same issue! I'm using Mattermost's beta from F-Droid on GrapheneOS (without Google Play Services) with a self-hosted server, but I remember it was working for some time...
I managed to use a fedora build of firefox 102.0 to make it compile (on asahi linux with a macbook M1 pro), but when the app starts (`./app/staging/Zotero_linux-aarch64/zotero`) it does...
I can't seem to find a find for 102.15.1, only references to builds?
They don't have linked files there?
@amazingfate Would you be able to test the code I pushed in the PR?
I'm on Fedora 39 and haven't encountered this particular issue. I've built the master branch if that makes a difference?