ZHANG Yi
ZHANG Yi
Simple solution: replace `User=nodoby` in `/usr/lib/systemd/system/trojan.service` with `DynamicUser=yes`. ref: - https://www.vvave.net/archives/fix-the-systemd-error-special-user-nobody-configured-this-is-not-safe.html - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969329
https://github.com/facebook/react-native/blame/321f7dbcadb78dede9048500ab8abe86af863061/packages/react-native/ReactCommon/jsc/JSCRuntime.cpp#L993 JSC used to implement `isArray` by calling `Array.isArray` when `_JSC_FAST_IS_ARRAY` is defined, but now it only calls `JSValueIsArray`. And `JSValueIsArray` behaves the same as `HermesRuntimeImpl::isArray` and returns `false` for...