Results 27 issues of gmabey

In order to see what works and what doesn't, I suggest you run this: ```python #!/usr/bin/env python3 import os, glob import scipy.io data_dir = os.path.join(os.path.dirname(scipy.io.__file__), 'tests', 'data') for wf in...

enhancement
suggestion

I see that an asymmetry exists between `.sigmf-meta` files and `.sigmf-collection` files in that other keys besides "global", "captures", and "annotations" are allowed to be defined by the user (via...

question

This seems to me like a marginal improvement comparable to the other `VALID_*_KEYS` lists.

suggestion

Either I made a mistake in implementing `core:extensions` or there's a problem validating it. I added such an entry to `logo/sigmf_logo.sigmf-meta` ``` { "global": { "core:author": "Kyle Logue, K6OF", "core:datatype":...

bug

Hello, The following code worked great for g++ 11.2.0 ```c++ int fid = ::open(fname.c_str(), O_RDONLY); mio::mmap_source data_mmap(fid, size_t(0), size_t(1000000)); ``` which should use the 2nd form of the constructor. However,...

I'm able to install this package in a regular pip environment https://github.com/markvincze/sabledocs However, generating a .deb complains that the setup.py file is missing??? ``` root@1576e366df8b:/# fpm -s python -t deb...

A thousand apologies for complicating what I feel is an elegant project -- I do really appreciate the simplicity of it all, including the good-old-fashioned `Makefile`. For my purposes, I...

This should be considered a low-priority feature request. I've been using the `--print-to-pdf` switch on google chrome to generate a PDF document of the sabledocs generated HTML pages. I just...

I don't use `sigmf.validate.get_default_metadata()` but it seems to be broken, in case someone *wanted* to use it: ```python glenm@glenm-OptiPlex-7070:~/src/sigmf-python$ ipython3 Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] Type...

bug

When I click on the hyperlink to the .proto file in the repo for a message, the highlighted line "#L166" is off by one -- it's selecting the line *above*...