naught101

Results 47 issues of naught101

Aubio will detect percussive onsets. I'm wondering if there is a way to assign a 'strength' to those onsets? I can't see anything in the docs. I guess it should...

I use simple note to edit an "inbox" note file, which I sync with Syncthing. I also edit the file on my laptop, to re-file individual notes within the inbox,...

feature request

Most times I use the Dragonfly Plate Reverb, it leaves a strong super-high frequency hum at the tail of a verb. The hum appears to be at the sampling limit,...

Three detunable oscillators is a nice minimum to get a good supersaw going on. AM is a really nice synth, but if feels a little bit limited by only having...

Type: Enhancement

* PrettyPrinter version: 0.18.0 * Python version: 3.6.10 * Operating System: Linux ### Description Printing a nested dictionary with strings/floats/ints at the bottom level, and it displays `str(...)` or `int(...)`...

```py /home/naught101/miniconda3/envs/science/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py:1708: MatplotlibDeprecationWarning: The axesPatch function was deprecated in version 2.1. Use Axes.patch instead. limb = ax.axesPatch /home/naught101/miniconda3/envs/science/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py:1711: MatplotlibDeprecationWarning: The axesPatch function was deprecated in version 2.1. Use Axes.patch instead....

Sometimes it is nice to be able to view multiple variables at once. It can be useful to compare multiple variables in the same way (e.g. small multiples), e.g. two...

enhancement

It would be really nice to have the ability to put pandas dataframes into sklearn pipelines, and to have equivalent pandas dataframes returned afterwards. I think that this module would...

enhancement

It'd be nice if codeblocks like: ```python blah blah ``` Were automatically highlighted using the python syntax (e.g. `:PandocHighlight python`). It'd be great if it was possible to do this...

enhancement
embedded syntax

I'm currently trying to come up with a solid way to manage schema versions, and to manage migrations/upgrades of objects matching those schemas. I started a discussion at https://github.com/json-schema-org/json-schema-spec/issues/19 ,...