Hackcraft_

Results 46 comments of Hackcraft_

Sorry for the late reply. The button that worked was the activate button in menu bar reminders.

Although now the permission is gone again and doesn't work anymore

OK I actually found the way to to add it back correctly. https://github.com/DocSystem/tccutil/ using that tool, i run `sudo python3 ~/tccutil.py --reminders -e` and drag the raycast app back. This...

I think it'd be cool if it can also change the caret color.

@never00rei Have you succeeded in compiling for Mac with M1 series? I keep getting `ld: symbol(s) not found for architecture arm64` I tried the official release as well as cloning...

@AlKhrulev I'm not sure. ~I was following the instructions on the readme and ran:~ ```bash ./configure make sudo make install ``` Edit: I am using clang++. clang++: error: linker command...

`Warning: ncurses 6.5 is already installed and up-to-date.` And I made sure to run those two lines just before running ./configure Perhaps the M2 series has some problems, or maybe...

Is there a way of enabling verbose mode on clang++ from the make file? I don't know which one to edit.

I added the verbose output flag and tried to compile it, but it still showed `clang++: error: linker command failed with exit code 1 (use -v to see invocation)`, so...

Ok, it worked after I re cloned the repo. I think it was because the compiler puts the compiled binary into src and I didn't remove them.