rasmi
rasmi
Making our API definition readable via OpenAPI would allow us to create nifty documentation [like this](https://docs.civiform.us/it-manual/api/api-specification) (or even more elaborate [like this](https://editor.swagger.io/)). I'm not sure if this [generator for Play...
It would be nice to be able to define certain config parameters such as the layout engine within a d2 file itself.
When submitting a [new request](https://a860-openrecords.nyc.gov/request/new), there is no option to choose the [Mayor's Office for Economic Opportunity](https://www.nyc.gov/site/opportunity/index.page) as the assigned agency. It is also missing from [`agencies.csv`](https://github.com/CityOfNewYork/NYCOpenRecords/blob/800a9cd1a6dded9057e3e42d40db1275138a9f3e/data/agencies.csv).
Here are the checksums I have for OS X 10.11.2, which was released today: ``` $ md5 -q /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit a7afb2dd9df1e4c48f12b4b52f7da212 $ md5 -q /System/Library/Extensions/NVDAGK100Hal.kext/Contents/MacOS/NVDAGK100Hal bb87a13eaabefcafa9e82fad03365aa4 $ md5 -q /System/Library/Extensions/AMDSupport.kext/Contents/MacOS/AMDSupport 018b02afbcaeca2883b316076bae2700...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...
In the SQL prompt example, the [docs code](https://github.com/PrefectHQ/marvin/blob/b5b78fc925d391b4cccf9f8bbdbaa162d5c4349e/docs/llms/prompt.md?plain=1#L140) uses jinja's `{% for %}` keyword to include a list of information in the prompt, but this syntax [does not render on...
I am trying to create a line that runs across the top of the last row of my table (to separate the "Total" row from the rest of the table)....
I am using fmt_nanoplot to create a table with a histogram on the margins. To do this, I want to exclude the last row, which is a Total row. When...