Sam L'Huillier

Results 167 comments of Sam L'Huillier

Still experiencing this here: https://github.com/reorproject/reor/issues/58 Using electron builder: 24.9.1 And electron: 28.2.1 Is a solution to this to setup code signing? Perhaps that'd make windows defender trust it more...

Thank you @pietersartain ! You're saying that code signing your electron apps made windows defender stop showing Wacatac.b!ml trojan when it was downloaded as an exe?

Thank you for making this issue, it is ultra useful! For each of the todo items: - What hardware do you have? Did you try loading in a local LLM...

I'd suggest trying the largest model you can run on your machine. Some of the standard models I recommend are [phi-2](https://huggingface.co/TheBloke/phi-2-GGUF/blob/main/phi-2.Q4_K_M.gguf) Llama 7b or 13b and mistral MOE. Also, what...

What happens when you search for something? Do items show up with a similarity percentage? Also if you open a note, do other notes show up on the sidebar? Could...

Interesting. Is there anything that shows up in the web console? If you hit option-cmd-i Particularly interested in if anything shows up when you boot the app, does it say...

Also, would you be able to run it from source? Like this: ``` git clone https://github.com/reorproject/reor cd reor npm install npm run dev ``` And report what you see in...

Is there anything you see in the terminal as well when running from source?

Which node version are you using? If you are not using latest (20.11.1) could you upgrade to that? I suspect this is the cause: https://github.com/vitejs/vite/issues/14299

Fix is released: https://github.com/reorproject/reor/releases/tag/v0.1.46 Could you folks download it and confirm that it works?