notepad
notepad
Formerly there was a translation made by Vicent Sus from whitepaper to Catalan. Why was it deleted from the repository and the web? Can we get it back? Here's a...
ThunderHub does not work with `nodejs` ^21.0.0 due to `echarts` dependency which at the same time had an issue with its `zrender` dependency. - `echarts`: [issue](https://github.com/apache/echarts/issues/19233) - `zrender`: [upstream pr](https://github.com/ecomfe/zrender/pull/1036)...
Seems to be something related to an incomplete type being used in a standard library container, specifically `std::vector` located on [`src/Json/Json_Parser.cpp`](https://github.com/cculianu/Fulcrum/blob/dc56ff0cbf8db8f9c3afaaf112725af6c141175c/src/Json/Json_Parser.cpp#L537). Compile just fine with `g++` with the same setup....
Umbrel build process will be essentially the same, but others can personalize more her builds. `RELAY_PROXY_PORT` and `RELAY_DATA_STORE` does the evident. When `REACT_APP_OFFICIAL` isn't set or set to `true` it...
**Describe the problem/bug** if you install thunderhub for production it does not install the dependencies correctly, because one of them is as development dep. **Your environment** * Version of ThunderHub:...
- Schedule a daily job at midnight to check for solvers using `node-schedule`. - Implement `checkSolvers(bot)` to send a message to the community admin if no solvers are found. -...