Raziel Einhorn

Results 8 issues of Raziel Einhorn

When using Xcode 12, the above error appears. After some investigation, this is the same bug as [https://trac.macports.org/ticket/61252](https://trac.macports.org/ticket/61252) Steps used to solve the issue: 1. Downloaded patch files from the...

Clang apparently considers lack of fall-through annotation as an error and breaks the build process. The required fix should be a patch that add `__attribute__((fallthrough));` below every "fall-through" comment in...

When running the build script, it seems thrift can't find the right bison version. I solved this issue by running this before build.sh: ``` export PATH=/Applications/GNURadio.app/Contents/MacOS/usr/bin:/Applications/GNURadio.app/Contents/MacOS/usr/include:/Applications/GNURadio.app/Contents/MacOS/usr/lib:$PATH ```

So this is just a quick note on how to use gnuradio outside of GRC when you have other Python entities installed (By Homebrew in my case). For example, let's...

When build script begins configuring gnuradio for compilation it returns the following error: ``` -- Configuring VOLK support... -- VOLK submodule is not checked out. -- To check out the...

When compiling limesuite, the make process returns multiple errors which look like syntax errors in the octave files. I assume some compiler flag is missing, but since octave itself is...

Hi, I have encountered 2 issues when trying to use py-hackrf in python 3.5: 1) `from core import hackrf` returns an error "hackrf module can't be found' 2) `import hackrf`...

## Bug description Hi! We have a webapp embedded into our website as an Iframe. For some reason, the content of the embedded frame doesn't show in our recordings: ![SCR-20221219-pen](https://user-images.githubusercontent.com/2432693/208484215-34882b78-6bea-4d05-b2fd-5d4d8eead492.png)...

bug
feature/replay
question