Mykhailo Hnap

Results 7 issues of Mykhailo Hnap

Cannot compile date.h for Ubuntu 16.04 with C++ 17 language features support, but without C++ 17 library features

Don't know whether this is `rust-analyzer` or `VSCode` issue, but decided to write here. My settings are: ``` "rust-analyzer.check.allTargets": false, "rust-analyzer.checkOnSave": false, "rust-analyzer.cargo.autoreload": false, ``` After `rust-analyzer` restart I see...

C-support

### Describe the bug I ran `http get https://en.wikipedia.org/wiki/List_of_cities_in_India_by_population | query web` and got panic: ``` thread 'main' panicked at /home/mhnap/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu_plugin_query-0.89.0/src/query_web.rs:268:42: Error unwrapping scraperselector::parse: UnexpectedSelectorParseError(EmptySelector) note: run with `RUST_BACKTRACE=1` environment...

needs-triage
panic
plugins

I have another question about `--metadata-ttl` following #855. Now it's explicitly possible to set `--metadata-ttl` to `indefinite` value. As I understand it's the same as setting the max value manually....

### Tell us more about this new feature. Currently, it's not possible to set a custom number of event loop threads: https://github.com/awslabs/mountpoint-s3/blob/ac6c1770cec5ee7c0fd2ee009b87b9fdddea2af0/mountpoint-s3-client/src/s3_crt_client.rs#L261 https://github.com/awslabs/mountpoint-s3/blob/ac6c1770cec5ee7c0fd2ee009b87b9fdddea2af0/mountpoint-s3-crt/src/io/event_loop.rs#L114 By default, the value is `0` which...

enhancement

## Summary I would like to propose extending the usage of `#[error(transparent)]` (or maybe adding a new `#[transparent]` attribute) for handling cases when there are other fields in the enum...

### Describe the bug Tags are not present for FSx volumes from the `describe_volumes` call even when they are set. But additional `list_tags_for_resource` for FSx volume returns all tags correctly....

bug
needs-triage