Sharon Rosner

Results 79 issues of Sharon Rosner

The idea is to have a file like API (https://www.sqlite.org/c3ref/blob_open.html): ```ruby blob = db.open_blob(db_name, tbl_name, column_name, rowid) blob.size #=> returns total blob size blob.offset #=> 0 blob.read(12) #=> "blahblahblah" ```...

enhancement

Hi and thanks for this wonderful gem! When upgrading an HTTP/1.1 connection (e.g. using `curl --http2`), if the HTTP/1.1 request body passed to `HTTP2::Server#upgrade` is not empty, the upgrade will...

## Description ... ## Checklist - [x] I confirm that I've tried my best to follow the [contributing](https://github.com/CalvinWalzel/ruby-companies#contributing) instructions from the [readme](https://github.com/CalvinWalzel/ruby-companies#readme). - [ ] I needed to make an...

Allow specifying two alternatives. The first in black the second in red.

When run without any parameters, the lydown command should start an interactive session: ``` BWV247 sharon$ lydown BWV247 ♬ score // compile the score for BWV247 and display in browser...

- note count - part count - movement count - file count

Show control points: ``` lydown 8a (?6bc de8d) ``` Tweak control points: ``` lydown 8a (!{[0,0.5][0,0.5][0,0.5][0,0.5]}6bc de8d) // omit zero values: 8a (!{[,0.5][,0.5][,0.5][,0.5]}6bc de8d) // move all control points by...

- stem_weight: - slur_weight: - staff_color: - note_color: - etc.

Here: http://lilypond.org/doc/v2.18/Documentation/notation/one_002dline-page-breaking and also: http://leighverlag.blogspot.fr/2015/02/panorama-mode.html Since the page width is automatically adjusted, this looks like a good fit. With this algorithm, we can expect a significant speedup in compilation.

In order to maximize the DRY principle, we could use work.ld or movement.ld files to provide a global music stream that includes the key and time signatures (with partial/pickup definitions),...