Results 23 comments of bug Q

hello ? is this dead ?

I get a different kind of error on Crostini. ```2022-11-10T03:26:49.426827Z INFO winit::platform_impl::platform::x11::window: Guessed window scale factor: 1.59375 2022-11-10T03:26:49.941661Z INFO bevy_render::renderer: AdapterInfo { name: "llvmpipe (LLVM 11.0.1, 256 bits)", vendor: 65541,...

It should be possible... Debian provides ARM builds that run on Raspberry Pi etc.

I am neither an RA dev nor certain whether the given documentation includes a sufficient "list of requirements" but this is the C library that they have provided to make...

This is still not working correctly. I submitted a solution almost identical to this one, and the "default argument" feedback still appears.

@angelikatyborska ```elixir defmodule HighScore do @default_score 0 def new(), do: %{} defdelegate add_player(scores, name, score \\ @default_score), to: Map, as: :put defdelegate remove_player(scores, name), to: Map, as: :delete def reset_score(scores,...

confirmed in v2.35. this is not a minor bug. why hasn't it been touched in 3 years ?

It's exactly as the OP said. After a /clear is issued, LimeChat refuses to display any further messages in that channel. Just try /topic to see whether that is the...

I intended no such implication. In fact, I expected that you had already tried, which is why I provided some additional troubleshooting tips. If you indeed can't reproduce the issue,...