Deleted user
Deleted user
[Status log 97dc322ec208.txt](https://github.com/user-attachments/files/16784920/Status.log.97dc322ec208.txt)
> To automatically enable extensions add "extensions.autoDisableScopes" = 0; to `programs.firefox.profiles..settings` from https://nix-community.github.io/home-manager/options.xhtml#opt-programs.firefox.profiles._name_.extensions From the looks of it that *should* fix it, without needing to persist anything extra?
I'm experiencing the same issue. Will try to find the issue sometime this week.
In my opinion, solution 2 is more reasonable. My consideration is, if a user outputs a table twice, and these tables are synchronized, then what's the value of outputting them...
Since I've been working with tables, can I take this issue?
That's an essential request, we can't trust LL servers to offer a centralised service to nodes.
I have fixed the issue. However, more testing is needed to determine if it has truly been fixed. See: https://github.com/monokotech/EasyRPG-Multiplayer-Native/commit/03f8e739be4fce49be7bc2f15eee45a2ea1a1e81
Simple way to reproduce the issue : ```dart class MyHomePage extends StatelessWidget { @override Widget build(BuildContext context) { return const Scaffold( body: CustomScrollView( physics: ClampingScrollPhysics(), slivers: [ SliverAppBar( title: Text("test"),...
For anyone that wants to implement this in the future, I have created a simple automod system with configurable automod rules. Add this to the `SendSplitMessage` func in `ergo/irc/channel.go`: ```go...
@DarthGandalf I added in support for socks5 pretty quickly, but I don't want to work on maintaining it, so I'll just leave this here. The LOCALE stuff probably is not...