mormj

Results 84 issues of mormj

I only installed bokeh using pip3, which works with many other dependencies, but for bokeh cmake will only find it if I install with pip2

### What happened? We have removed forecasting from the block API for 4.0 - the reasoning being the fixed forecast method is intended for a very specific scheduler paradigm that...

Feature Request

### Feature Description Need the include directories, python modules, .so libs, cmake, grc block library get named/installed in a way that doesn't conflict with existing gnuradio Current proposal: ### include...

Feature Request

## Description When pygccxml is not installed, the intention is that the user gets a basic functionality with parsing of the block implementation that gets automatically pybinded. However, this doesn't...

modtool
pybind11

Since we keep track of total_read and total_written, we can see that when read_index == write_index whether this is wraparound or empty. This will allow slightly larger buffers to be...

Runtime
GR 4.0

### Feature Description Currently the d_debug_logger object is not intuitive and goes to the same location as d_logger (or any other logger) 1) Ability to specify different files per logger...

Feature Request

### Feature Description This is a tough one - part of the 4.0 design allows parameters to have a common access and automatically get message handlers and all of it...

Feature Request
GR 4.0

### What happened? libfmt and spdlog install differently between distros. Some package libfmt separately, some use the one with spdlog One option is to use the header only spdlog and...

GR 4.0

### Feature Description The coding standard in GR has long been to prefix member variables with `d_` Have not seen this standard anywhere else. The more common indication of member...

Feature Request

``` >>> dir(gr.hier_block2) ['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattr__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__',...

Bug
Runtime
Python