Opliko

Results 38 comments of Opliko

From their support page I believe most characters that aren't zero-width and non-rendering should work, at least if the guest usernames aren't subject to different rules than normal ones (and...

See #169 TL;DR (though it's a short thread): the only difference in practice is that you put the new calls after function definition and not before and it helps with...

> Deno support? #908 addresses this, and it looks like it could be merged with minimal changes - it doesn't change much code and it seems the biggest questionable thing...

Did you try other update methods? That is, [CLI](https://github.com/solokeys/solo-python) or [desktop app](https://github.com/solokeys/solo-desktop). The web update is deprecated and I think changes in how Windows handles security keys might've broken it...

So as the author of the PR with plugin state in configuration: 1. I don't think duplicating the state yet again is desired. 2. Already to handle the overlap between...

I think it should be good now. @NavyStack for now I left the user as-is and the package manager support is runtime-only, as adding it to the build would add...

@NavyStack Sent an invite :)

@NavyStack made small changes and I think it looks fine now, anything you'd still want to add/change for this PR? I agree that modifying a running container is far from...

How are you installing dependencies before setup? Are you sure you put `package.json` in NodeBB folder when doing the setup? Because NodeBB needs some dependencies installed during setup, but it...

Because NodeBB is abusing git for update management :) I'm joking about the abuse, but the issue is that since git is being used to update the codebase, you don't...