David Jiménez
David Jiménez
Hi @ChFlick Thanks for your help! I'll mention you in a new issue in the cerebro-ui repo with some info I think can be useful for solving the issue
I'm closing this for now as we have MacOS contributors helping to test Cerebro 🙌
Hi @sanjayk0508 That's a normal electron error. Some computers just don't support some GPU optimizations. I also get it but it doesn't break the app. Could you please answer this...
Okey, I assume you have cloned the repository. Could you please run `yarn package`? This should generate a `releases` fólder with executables for Windows. Once installed and started, when using...
Hi Abolfazl Could you please tell us: - What is your OS version - The Cerebro version you downloaded - The steps so we can reproduce this issue Thanks
Ok I just reproduced it. We need to update `@cerebroapp/cerebro-ui`. I would recommend you using [`v0.7.1`](https://github.com/cerebroapp/cerebro/releases/tag/v0.7.1) for now.
Hi @joh6nn thanks for the info. Let's see whats happening: - The first warning is normal: we don't currently sign the app, the builder package shows a warning and all...
Seems to be an error with some of our dependencies. Maybe `@cerebroapp/cerebro-ui` is failing beacuse it is not bundled correctly It 'nodobjc' is being imported here https://github.com/cerebroapp/cerebro-ui/blob/288b913b9332906d5e0104b5ccf54e394a83b4d5/src/FileIcon/getFileIcon/mac.js#L3 But is not...
Please, try running `yarn add nodobjc` in the Cerebro repo and then package again the executable with `yarn package`. This should make the `nodobjc` module available.
Thanks for your job @joh6nn It seems that `nodobjc` is too old (last update is from 7 years ago) I'll search for an alterntive to implement but will be hard...