Shenghang Tsai
Shenghang Tsai
We need a proper getting started for forks didn't have Elm background. For now I think it is a good idea to convert the official guide from Elm. If Reason...
match clause `Style s as _newProp` of `Vdom.patchVNodesOnElems_PropertiesApply_Mutate` can't handle the case two lists have different lengths. It is because OCaml's `List.fold_left2` will raise Invalid_argument if the two lists are...
 The thing is that when the codebase becomes large, it is really difficult to find what code has this problem. Same to to a vdom list change.
When I was creating a pagination with bucklescript-tea, I found that I could never get the "next" and "previous" button right. And I found a bug. It is the case...
```elixir {:ok, %Maxwell.Conn{method: :post, opts: [], path: "/comet", query_string: %{}, req_body: nil, req_headers: %{"Content-Type" => "application/json", "authorization" => "Bearer J9O6qCHqNU0jADFWoHtmTroLsBYQEmCG3FWd-B09YAqWjQQV", "content-type" => "application/json"}, resp_body: "Bad request", resp_headers: %{"connection" => "keep-alive",...
``` Set-Cookie: mx_access_token=UEex53L7ZWRYYr1slF65uH7UpY9XkkdPCpyB7T8j4VBHsYwz; path=/mxpp; HttpOnly Set-Cookie: mx_network_id=2; path=/mxpp; HttpOnly Set-Cookie: mx_sso_token=5QIAAOIO6buxYtioPreShjssnd-tsFLHvfcAXYmqzYk-Yi1N; path=/; HttpOnly Set-Cookie: _session_id=BAh7B0kiD3Nlc3Npb25faWQGOgZFVEkiJWQ2ZjQ3MDk3OGM1MjRlZjVhMjhjODQ2ZDFjYmJjYzdjBjsAVEkiHHdhcmRlbi51c2VyLmFjY291bnQua2V5BjsAVGkCaAI%3D--5d25e670ea13c0addd8d98cd764c843cc8473802; path=/; HttpOnly ``` Multiple set-cookies but the `resp_headers` is a `Map`
For instance ```js page.setRequestInterception(true) ``` ```js page.on('request', request => { if (request.resourceType() === 'image' || request.resourceType() === 'stylesheet' || request.resourceType() === 'stylesheet' || ) request.abort(); else { request.continue(); } });...
看 `node_modules/aliyun-sdk/lib/services/cms.js` 也看不出怎么用
**Short overview** high dpi setting in vnc server **Use case** 4K monitor **Detailed feature description** launch script: ``` vncserver -geometry 1440x900 -alwaysshared -dpi 96 -localhost :1 ``` **Additional content** [wiki...
`onFinished ` callback of `new Docker().modem.followProgress` gets a `null` `err` but the result actually has error info Here is part of the `res` got printed ```js [ { stream: '.......'...