pylang
pylang
There are several steps for getting a picture: 1. select code 1. copy 1. open `polarcode` 1. paste into `polarcode` window 1. select the "take picture" button 1. choose a...
First off - great, fun library. Your example of the C-chord in some tuning: ```python >>> print(c_chord.fingering(fretboard=fretboard)) (0, 0, 0, 3, 3, 3) ``` It was not clear which tuning...
I am requesting the option to save slides with custom regions as templates that are reuseable between notebooks. In other words: 1. New slide 2. Edit regions 3. Save template...
Hi. Brilliant work. Are there thoughts to integrate this into VSCode?
Appreciate the tool. I heard about some [suggestions](https://www.youtube.com/watch?v=3WL-zbWZvN8&t=475s) that I'd appreciate as well: - Pause/Resume: stop and start at a position (perhaps space bar) - Back: move back a few...
**Is your feature request related to a problem? Please describe.** You have an method to flatten nested dict. ```python f = FlexDict({ "a": { "b": 1, "c": { "d": 1,...
I do almost everything in the notebooks, but I wish I could make quick sketches and save them too, as I do in physical notebooks. I think jupyter notebooks would...
I don't know how else to thank you guys for continuing this legacy. Thanks.
The thread from these [tweets](https://twitter.com/dabeaz/status/1053617794980429824) led me to raise this issue - _there's not enough gratitude in OSS_. I've been learning about parsing over a year or so. From your...
PLY is version 3.9 at the moment. https://github.com/dabeaz/ply And you might consider adding `rply` to the list by Alex Gaynor https://github.com/alex/rply