Ansgar Becker

Results 442 comments of Ansgar Becker

A simple yes or no would have been sufficient.

The current obfuscation logic works on both Windows and Linux, so I tend to ask why I should replace it with some Windows-only code. But obviously this is a security...

I suppose you just need to remove the parentheses from the default expression `CURRENT_TIMESTAMP()`.

Is your remote connection able to share the clipboard ? You would just need to paste it in Excel then.

I could use [FPSpreadsheet](https://wiki.lazarus.freepascal.org/FPSpreadsheet#Stable_releases) for Lazarus to write Excel files. At least for the Linux version.

What would be the right approach for editing such array types, e.g. in the TEXT example? I don't think we have JSON in that case, so there must be some...

I suppose I need to use Mock for creating such an .rpm package which can be used on different distributions. https://developer.fedoraproject.org/deployment/rpm/about.html#packaging-for-other-distribution Simple and quick example would be helpful.

The build process has no custom dependencies to libraries, apart from gtk2. Paths to libmysql and others are not built into it, and detected at runtime. Language files need to...

> @ansgarbecker, do you have a machine with any RPM based linux system installed? If yes, using mock and SRPM makes it really easy to produce a few RPMs for...