Alexandros Naskos

Results 14 comments of Alexandros Naskos

@xmikos Hi, thanks for your time :) The only part I'm a bit unsure about is ```python device_info = simplesoapy.detect_devices(self._args['device']['soapy_args'], True)[0] ``` The assumption is that SoapySDR opens the first...

@xloem Hi, I would really appreciate if you could close the issue if you are satisfied with this solution. I will be working on any improvements on this pull request...

@xloem Yes, this is true. I could make it a file header instead of a header for every measurement run, I just wrote it that way to match the old...

@xloem @xmikos Updated the code to write/read the recording settings once, in the beginning of the file. Here is a test reading script: ```python import soapypower.writer formatter = soapypower.writer.SoapyPowerBinFormat() with...

@xloem Those are some good points. I will look into them and get back to you. I don't think passing the command line arguments as an array of string is...

Hi. To implement this feature we would need something like a compiler option that prints the location of each cImport and the corresponding generated zig file in the cache. I...

Thanks for reporting, I will implement this soon.

Started adding session tests, coverage going up 🎉

We could add options like inserting a tab stop before the parentheses, which may be useful to some people to have the option to delete argument lists more quickly when...

Hi, at the very least I will be releasing binary builds of zls much quicker so this will be less of an issue. I was planning to stabilize the master...