AlexandreRouma

Results 422 comments of AlexandreRouma

> Why have a tick box if you cannot untick it? Because the feature will be added later.

I'm not sure what this is asking for?

Internationalization is not planned. Not only is having to have all the strings of the software in a file instead of the code itself make the UI code less readable,...

None of the code that goes into SDR++ can be copied from other project. I like not inheriting low quality code from other places.

> But the suggestion for a built-in plugin is still worth considering. I would have closed the issue if it wasn't

If you're in a PAL region the ATV decoder module (not available in releases due to being unfinished) can already do it, so build SDR++ for source with it enabled....

Surprisingly can indeed replicate on my MacOS 10.15 2009 mac pro. It seems to only happen when double clicking the bundle and not when running the executable contained within from...

@s-petersen Can you replicate this: 1) Download the latest nightly 2) Double-click it, it should **crash** 3) open a terminal and run `xattr -d com.apple.quarantine ` 4) Double-click it, it...

you need to edit the command with the filename of the bundle for example `xattr -d com.apple.quarantine SDR++.app` And obviously the terminal has to be in the folder of the...

Alright so you can confirm the program opens properly when double clicking after this "fix"?