Drew Vogel
Drew Vogel
Some of the bill references in the house committee meetings data are strange. E.g. "2-113" for event [100850](http://docs.house.gov/Committee/Calendar/ByEvent.aspx?EventID=100850). The element corresponding to that bill reference links to the PDF for...
The actions scraped for s879-110 include: ``` json { "acted_at": "2007-04-25", "in_committee": "Committee on the Judiciary", "references": [], "status": "REPORTED", "text": "Committee on the Judiciary. Ordered to be reported without...
It seems like the `sort` parameter should be added to the standard arguments section. @drinks, if you can confirm this I will update the docs.
This allows the component options to specify markdown-it rules to enable or disable. I needed this to take advantage of the default table support. I spent a while looking at...
Thanks for this excellent program. I've been using it to get OpenVMS 8.2 up and running. It works great for the most part. However I did just see it crash...
These changes add support for queries like so: ``` SELECT * FROM my_table TABLESAMPLE BERNOULLI(10) ``` The syntax, excerpt from [the PostgreSQL docs](https://www.postgresql.org/docs/16/sql-select.html): ``` TABLESAMPLE sampling_method ( argument [, ...]...
**Bug description** Please provide a code sample as small as possible which reproduces the bug. Upstream [`gtk_notebook_append_page`](https://docs.gtk.org/gtk3/method.Notebook.append_page.html) returns a gint. In gtk3-rs [`NotebookExtManual.append_page`](https://gtk-rs.org/gtk3-rs/stable/latest/docs/gtk/prelude/trait.NotebookExtManual.html#tymethod.append_page) returns a u32. The documentation says the...
If I have an "empty" comment line inside a visual block, `gc` eats the space preceding `%s` in my `commentstring` (or `b:commentary_format`). I've captured this [in a gist](https://gist.github.com/dvogel/8ebf7020d4ee8e709e6034f6aef5f024) but, I...
Each time the association task is run it duplicates previously-found associations. Below is an example of 2 associations from 2 association tasks, but it seems to go on without limit....
Here is an example of the same document loaded into the old and new versions of superfastmatch, associated with itself using these commands: ``` bash echo "Lorem ipsum dolor sit...