Ivan Desiatov
Ivan Desiatov
I'm using `posthtml-modules` v0.9.0 with `gulp`. I have the following setup: Main page: ```html
When using vscode on windows, using `#include` results in BadPathName errors in the log. However, when I ctrl-click on one of the paths printed in the errors, vscode succesfully opens...
Another quick preliminary PR that just refactors some existing code to make implementation of user-provided extension policies more straightforward. (A good change even on it's own in my opinion.)
Finally coming back with another PR. The idea is that this one will serve to confirm the user-facing API for custom extension policy support, and the next one will have...
Hi, in the requirements.txt from last commit there's a new line: ``` pytorch3d @ "git+https://github.com/facebookresearch/pytorch3d.git@stable" ``` However I think it should be ``` pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@stable ``` instead (without the...
In the following paragraph: > The procedures encode_i_format and decode_i_format in the source code of selfie encode and decode instructions in I-Format, respectively. There are similar procedures for other formats...
According to docs,`recv` on unix sockets does not guarantee to return the requested amount of data by default. The parameter actually specifies the maximum amount of data to be received...
This removes the implied 7zip dependency in favour of using `tar` which has been available by default on Windows for a while now, as noted in #883 (See https://techcommunity.microsoft.com/blog/containers/tar-and-curl-come-to-windows/382409). I...
Hi, first of all thank you for this great library! I noticed that `CURLOPT_SSL_VERIFYPEER` is set to `false` for all network requests. While I don't think there are many use...