Demsli

Results 21 comments of Demsli

Tried sandstrip, got a new error - “diviner” can’t be opened because Apple cannot check it for malicious software. Unix file in contents/macOS folder showed a bit more info -...

> Tried sandstrip, got a new error - “diviner” can’t be opened because Apple cannot check it for malicious software. Unix file in contents/macOS folder showed a bit more info...

I will try to use the zip method. I will also see if stripping the archive works

Stripping the archive itself and unzipping also works. Will try to upload the stripped archive again. To see if it will have the quarantine tag the second time

Yes, sending the stripped archive adds the tag again. So, in order to share the program, the steps are: 1. Freeze the code 2. Compress the app into .zip archive...

Will probably have to bundle the .zip archive with the Sandstrip and the text readme file with necessary steps. Will also test the original program I needed to freeze. Thank...

> I had once a similar error, check if this article can solve it. https://nvidia.custhelp.com/app/answers/detail/a_id/5490 Tried it. Did not work. Tried even putting the card into another PC - SD,...

> I'm getting this issue too across multiple commits. Is it a graphics card driver issue? I heard NVidia made some changes and I'm wondering if that's causing this. No...

Noticed this issue too. But it can be done, a bit tricky though. You can get the value of the method directly: self.scrollable_combobox.values

Found the fix. def live_update in ctk_scrollable_dropdown.py had a variable similar that was written like this: similar = s.startswith(string) or text_similarity > 0.75 Changing it to this improved searching: similar...