Nathaniel Vos

Results 2 issues of Nathaniel Vos

I am using the following code with Telegram: ```fsharp http { POST $"https://api.telegram.org/bot%s{apiTelegramKey}/sendPhoto" query [ "chat_id", telegramChatId "caption", caption "parse_mode", "MarkdownV2" ] multipart part (ContentData.ByteArrayContent weather) (Some "image/jpeg") "photo" ```...

Currently, if I use the most recent version of the library with this query: ```sql SELECT json_query(labels, '$') as labels FROM data_to_extract_labels WHERE [name] = ?name ``` I get a...