JR Andreassen
JR Andreassen
Hi... Love the crate.... But, I have to pre-edit the strings before using "val.from_str..." In most cases the string input does not match the "abbreviation/Singular/Plural"... like: ```rust let junk_val =...
Hi... Love the crate... I'd love it even more if the from_str() gave better error messages. When I parse a file with serde I often get: ``` Failed: "Custom {...
Hi... [Any plans on supporting Annotated CSV ?](https://v2.docs.influxdata.com/v2.0/reference/syntax/annotated-csv/extended/) Something like this : ```csv m|measurement,location|tag|Hong Kong,temp|double,pm|long|0,time|dateTime:RFC3339 weather,San Francisco,51.9,38,2020-01-01T00:00:00Z weather,New York,18.2,,2020-01-01T00:00:00Z weather,,53.6,171,2020-01-01T00:00:00Z ```
vscode
OS: Microsoft Windows [Version 10.0.18363.1016] (x64) VSCode version: Version: 1.47.3 (system setup) Commit: 91899dcef7b8110878ea59626991a18c8a6a1b3e Date: 2020-07-23T13:12:49.994Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363 Extension version:...
I'm trying to find an example on using Tower with a UDP(or ICMP for that matter) multiplexed connection, but not having much luck. Is there a current example somewhere ?...
Since you have probably resolved these issues in your app... A couple of quick questions... I'm building a cross-platform agent using Abscissa / Tokio, it will be running on Windows...
First, great framework... One question. Is it possible to make the self parameter mutable ? I have standard libraries that I call from several executables. In order to set missing...
Fix for failure on securityScheme 'basic' the 'bearer_format' should be optional for http
Hi... First, great work... I'm having a lot of trouble with parsing yaml files. But, it's really difficult to determine where the error lies. All I get is: error: Yaml(Message("data...
Hi... It would be awfully convenient to be able to serialize the config to file. Rationale: In most cases, the default logging is fine, which is set by code. Sometimes...