Akuli
Akuli
While SQL flavors can be quite different, most of the popular flavors are similar enough to syntax-highlight the same, so a filetype would be useful even if it doesn't distinguish...
I'm fine with using Python 3.10 unless a Porcupine user complains. In that case I will do whatever is needed to make things work (e.g. backport to older syntax), and...
This is different with mypy. In mypy, dunder methods are implicitly positional-only, and your example type-checks without errors as is. I'm tempted to say that mypy is correct here, and...
C's `SEEK_SET`, `SEEK_CUR` and `SEEK_END` values are not relevant. Python implements its own IO using C functions that are one level lower than C stdio (e.g. python uses `open()` instead...
> Would be also good to have a checkbox in the settings window to turn off this feature. I don't think this is needed, at least not for now. We...
You can revert #786.
Ideally you could still have multiple Porcupine instances running. It just wouldn't be the thing that happens when you open files by double-clicking each one individually, instead they would all...
Nice to see some progress on this :)
> 3. try zenity >4. try kdialog This might not be great if you have both installed, but you are currently using KDE. Maybe we could try kdialog first and...
> Github discussions There are already two places to discuss Porcupine things, IRC for casual things and github issues for anything that you want all Porcupine developers to see. I...