vkill

Results 12 comments of vkill

Organization: fansup.mobi Location: Chengdu, China Contact: [email protected] Scenario: API Gateway

> @quodlibetor Can I get `Tz` from `FixedOffset`? +1

The new logic demo. ``` require "http" require "nokogiri" require "json" class FabricioApiServcie attr_reader :email, :password attr_reader :httprb, :ssl_context attr_reader :csrf_token attr_reader :cookies attr_reader :developer_token attr_reader :current_organization attr_reader :current_account UA...

```bash $ ln -s strict.lua Strict.lua ```

Maybe you should verify your domain can lookup via nslookup, because the provider can suspend to lookup.

> Hi @vkill! Thanks for the PR! > > Do you mind doing the following as well: > > 1. Add the `-1` default to `bodySize` and `pageTimings.onContentLoad` + `pageTimings.onLoad`....

@CGQAQ please try use [async-h1](https://github.com/http-rs/async-h1/pull/92#issuecomment-613966724)

This feature needs to reuse stream, but [HttpClient trait](https://github.com/http-rs/http-client/blob/master/src/lib.rs#L55) don't support it. Maybe need change HttpClient trait like the following ``` pub trait HttpClient: std::fmt::Debug + Unpin + Send +...