chadawagner
chadawagner
@auvipy I just monkeypatched that active_queues method to return a list rather than a set. Solved my problem but it could be a breaking change if anyone were doing something...
Hi @essnine - I forgot to look at open issues first, but opened [this PR](https://github.com/verloop/twirpy/pull/50) earlier this week. Since it seems you've also been thinking about this, please let me...
I can confirm experiencing this issue as well. It seems like there should be an IsLayerType classmethod on the Layer base class, which would just return False. I added this...
``` def quiet(*args, **kwargs): pass from ply import yacc, lex yacc.PlyLogger.warning = quiet lex.PlyLogger.warning = quiet ```
> [@mtoffl01](https://github.com/mtoffl01) is the fix to do _both_ [#1](https://github.com/DataDog/dd-trace-go/pull/1) and [#2](https://github.com/DataDog/dd-trace-go/pull/2) or just either one? either one should solve it
@WarrierRajeev @ravipetlur I'm now remembering that there was a PEP issue with a version like `0.0.8`. I'll push another commit bumping it to `0.1.0` but feel free to edit, it's...
> will this be merged anytime soon/ is there a way to install from this PR? @ajayarora1235 the issue was only breaking due to missing files in Cython 3.1, which...
looks related to the one I just opened https://github.com/DataDog/dd-trace-go/issues/3556
This is due to https://github.com/cython/cython/issues/6859 Madmom should specify an upper bound to cython in the pyproject.toml i.e. "cython>=0.25,