Dan Price

Results 17 issues of Dan Price

This is a (multiple allowed): * [ ] bug * [X] enhancement * [ ] feature-discussion (RFC) * Framework7 Version: 2.1.3 * Platform and Target: generic ### What you did...

Feature Request

### Version 1.14.0 ### What happened? sqlc consistently crashes when using `jsonb_build_object()` with sqlc.arg(). As a workaround, adding `::varchar` to the inputs to give sqlc a hint about the types...

bug
:books: postgresql
:wrench: golang
:computer: linux
panic

- Helps consumers who want to wrap HTTPError, and other use cases - Added testing for HEAD requests which produce errors

Hi, I'm sorry if this is an ignorant question. Let's imagine an API which returns an array of elements: ```json { "data": [ { "item": "value1" }, { "item": "value2"...

enhancement
topic: predicates

I have a server which listens for http (80) and https (443), with a gin instance for each. I'm trying to figure out how I should handle that setup with...

It's very cumbersome to build asserts around JSON data in some tests, especially when the JSON data is complex and you just want to assert one or two facts about...

I have two API services, call them "OLD" and "NEW". NEW is supposed to take over the duties of OLD, and must reproduce the API provided by OLD (but these...

enhancement
topic: json

I believe this is issue is adjacent to but different from #790 and #347. I have an API from which I can retrieve a list of objects. I can extract...

enhancement
topic: template

### Description I found that `connexion.request` does not appear to work the way the documentation implies. It seems to hang when async methods are called (I tested `form()` and `body()`)....

### Description [This is a narrowed version of #1811, but reflects my experiences after the fixes mentioned therein were made. I still think there are problems here and that is...