Results 8 issues of Nick

feature enhancement Would it be possible to add syntax highlighting? The little terminal editor nano does it nicely.

enhancement

I'd love to write this: ```cpp auto parser = args::ArgumentParser( "Benchmark a BFS graph search on a knureon complex" ); auto help = args::HelpFlag( parser, "help", "Display this help menu",...

enhancement

# 🐞 bug report ### Description I'm trying to create a project that uses restructured text and I want to use the rstfmt package. I can install this manually on...

I believe some changes I made in the swig interface is causing segfaults in certain circumstances. Several example .py files now crash with segfault: example1.py, example 4.py See change set:...

A user sent email with the following issue: I'm getting start to use Nsound(I installed it this morning). I am trying to run the example 1, but I have always...

While playing GuitarBass wtih: ``` play(0.600000, 65.406391) play(0.600000, 97.998859) play(0.600000, 110.000000) play(0.300000, 97.998859) ``` there are audible clicks at the end of the sample. Get rid of the clicks!

``` nick /= math.log(pitch / clipping_freq, 2) TypeError: unsupported operand type(s) for /=: 'AudioStream' and 'float' ```

work on implementing IIR parametric eq filters based on this paper: High-Order Digital Parametric Equalizer Design by Sophocles J. Orfanidis http://www.ece.rutgers.edu/~orfanidi/ece346/hpeq.pdf