Aleksandr Beshkenadze
Aleksandr Beshkenadze
The error is still valid for SSR :(
@waleedarshad you have to disable a persist reducer for the server-side rendering, something like that: ``` const persistedReducer = persistReducer( persistOptions, offlineEnhanceReducer(rootReducer), ); if (isServer) { store = createStore( rootReducer,...
Update: I built node-llama-cpp without Metal API support and the call from Electron works.
Fixed in https://github.com/ggerganov/llama.cpp/pull/7078 , all thanks to @giladgd! You have to [download](https://withcatai.github.io/node-llama-cpp/guide/building-from-source#downloading-a-newer-release) the last release of llama.cpp.
I really want to have a docker image for github actions. It will help to use Firebase Hosting with GitHub Builds Tools.
I also got this error. It helped me to find the python process and kill it, then restart the kernel and the error disappeared.
> Is there any chance that we can make this PR not so huge or complex to achieve the same goal? What do you mean? Building an obfs4 binary? That's...
Ref to #101
Maybe related to https://github.com/electron/forge/issues/2126