btwiuse

Results 11 comments of btwiuse

I have similar experience with deno. The memory consumption is usually twice as large as that of node when running the same application.

> > The site http://yacd.haishan.me/ is served with HTTP not HTTPS is because many browsers block requests to HTTP resources from a HTTPS website. If you think it's not safe,...

> What is the connection between your Clash and the remote server? Is it unencrypted? By the way, it is not " wise " to make the controller public and...

Why not let `sort` do its job? ``` $ echo -e 'abc\ntwo\none' | sort | sk` two one > abc ```

Sure, I'm still playing with Bazel and would like to further test it with Bazel CI. It would be great if it could be added. Thanks in advance!

Thanks you! I'm closing this now that everything is working. BTW it would be nice if I can get a badge like this one here: https://raw.githubusercontent.com/bazelbuild/rules_proto/master/README.md > * Postsubmit [![Build...

Hi, I am the current owner of the zola crate. I created the crate for convinience. (see https://github.com/getzola/zola/issues/1713#issuecomment-1097941400) The `build` binary was not intended to be packaged into the crate....

An invite has been sent to you. You can remove my ownership after you accept the invite. > My username is Keats on crates.io. I would probably yank it and...

> +1 . Can anybody share an example of this if they've managed to implement it. [xflagstudio/requiem](https://github.com/xflagstudio/requiem) is using a forked quiche with webtransport support: https://github.com/lyokato/quiche/commits/0.12.0-webtransport-support

Vercel's builders run in an amazonlinux container, which uses outdated glibc. I tried to build zola 0.15.3 from source in that environment, and it works fine. [Here](https://github.com/btwiuse/btwiuse.github.io/blob/main/zola?raw=true) is my compiled...