Opliko
Opliko
resolves #10698 (or not since it was resolved already) This upgrade was smoother :) And it seems like FA is avoiding breaking changes now so updates should now be essentially...
Adds the now official [mongodb adapter for socket.io](https://github.com/socketio/socket.io-mongo-adapter), and some basic code for handling clustering with just mongodb. Redis is still probably preferred, but [sometimes running it might require additional...
Currently NodeBB uses either `config.json` or it falls back to basic lockfile detection. However, with the addition of `corepack`, [`package.json` can now carry that information in `packageManager` field](https://nodejs.org/dist/latest-v16.x/docs/api/all.html#all_packages_packagemanager). I think...
I mentioned that it'd be quite simple to add MongoDB transactions in #9898 - so I decided to try it, even if it's not ideal when it comes to consistency....
Current versions of nncase are already generating kmodel v5 files, but it seems it's not yet supported by MaixPy - calling KPU.load on a v5 file seems to throw random...
The new design is great, but unlike the older version it lacks dark mode. I know that this is apparently worked on, but still - adding this issue to document...
### Description The read API contains three export endpoints (`/api/user/{userslug}/export/posts`, `/api/user/{userslug}/export/uploads` and `/api/user/{userslug}/export/profile`) that for anyone actually wanting to get these files programatically will appear not to work. The reason...
This PR addresses some smaller issues with the current docker setup: - npm audit is now disabled - this unnecessarily wasted a few seconds on each startup. I don't know...
### Description Very loosely related to #11580 Currently, without any additional plugins, there is a field that can be used by users to link to their social media account -...
This is a fairly useful tool for mainly GitHub Codespaces users (though it should also work with Docker Desktop and [self-hosted remote hosts](https://code.visualstudio.com/docs/remote/containers#_open-a-folder-on-a-remote-ssh-host-in-a-container). This specific configuration provides a NodeBB instance...