~huyngo

https://xrvs.net

~huyngo/carbon-discuss

Last active 10 months ago

~huyngo/carbon-devel

Last active 10 months ago

~huyngo/carbon-announce

Last active 10 months ago

~huyngo/go-ntd-devel

Last active 10 months ago

~huyngo/go-ntd-announce

Last active 10 months ago

~huyngo/yue-devel

Last active 1 year, 3 months ago

~huyngo/yue-announce

Last active 1 year, 3 months ago

~huyngo/luna-announce

Last active 1 year, 4 months ago

~huyngo/luna-discuss

Last active 1 year, 5 months ago

~huyngo/luna-devel

Last active 1 year, 5 months ago
View more

Recent activity

[PATCH] Set viewport for the site 8 months ago

From Ngô Ngọc Đức Huy to ~cnx/misc

---
 templates/base-head.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/base-head.html b/templates/base-head.html
index ebb981c..3c6ada6 100644
--- a/templates/base-head.html
+++ b/templates/base-head.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=icon href=/static/favicon.svg>
[message trimmed]

Re: IPWHL 2022W24 published 8 months ago

From Ngô Ngọc Đức Huy to ~cnx/ipwhl-announce

On 25.06.2022 13:17, Ngô Ngọc Đức Huy wrote:
>Dear fellow cheese enjoyers,
>
>Release 2022W24 is now available at
>ipfs://bafybeiblaafy77zoksnaufuti5sjkn6i3uwus4tauxl6vsij2s55yuqhs4
>

Correction: it is at
ipfs://bafybeia4earmozedviyibpkybhkei4d3qxwmrelflzt7lhzb64mjpsfuw4

Sorry for this mistake

IPWHL 2022W24 published 8 months ago

From Ngô Ngọc Đức Huy to ~cnx/ipwhl-announce

Dear fellow cheese enjoyers,

Release 2022W24 is now available at
ipfs://bafybeiblaafy77zoksnaufuti5sjkn6i3uwus4tauxl6vsij2s55yuqhs4

In this release, support for CPython 3.10 is added, while packages
docker and awscli were removed due to hard-pinning other packages for
too long.  This was supposed to be release 2022W19, but it was not
properly pinned on our public node, so this was only supported in this
release.

Additionally, we also added fastapi, a relatively new but popular
asynchronous web framework in this release.

Re: [PATCH ipwhl-data 5/6] starlette: init at 0.19.1 9 months ago

From Huy Ngo to ~cnx/ipwhl-devel

Ah alright. I didn't know that apply to tarballs too, which is why tools like tardiff exist. Just checked the sources and they do match.

Re: [PATCH ipwhl-data 5/6] starlette: init at 0.19.1 9 months ago

From Huy Ngo to ~cnx/ipwhl-devel

16 Jun 2022 09:39:49 Huy Ngo <huyngo@disroot.org>:

>
> 31 May 2022 17:40:31 Nguyễn Gia Phong <mcsinyx@disroot.org>:
>
>> (if the wheel matches the git checkout, you might wanna check that).
>
> I am gonna check that.

Hmm this is weird.
I build the wheels. I checked and the SHA256 checksum mismatched. I found out other wheels like pip and flit mismatch as well. Irreproducible wheels?

Re: [PATCH ipwhl-data 5/6] starlette: init at 0.19.1 9 months ago

From Huy Ngo to ~cnx/ipwhl-devel

31 May 2022 17:40:31 Nguyễn Gia Phong <mcsinyx@disroot.org>:

>> +source = 'https://files.pythonhosted.org/packages/f1/9d/1fa96008b302dd3e398f89f3fc5afb19fb0b0f341fefa05c65b3a38d64cf/starlette-0.19.1-py3-none-any.whl'
>
> Same here.

As for this one, fastapi locks starlette at that version.

>
> The last release of the packages seem fine
> (if the wheel matches the git checkout, you might wanna check that).

I am gonna check that.

Re: [PATCH ipwhl-data 2/6] dnspython: init at 2.1.0 9 months ago

From Huy Ngo to ~cnx/ipwhl-devel

31 May 2022 17:23:07 Nguyễn Gia Phong <mcsinyx@disroot.org>:

>> +source = 'https://files.pythonhosted.org/packages/f5/2d/ae9e172b4e5e72fa4b3cfc2517f38b602cc9ba31355f9669c502b4e9c458/dnspython-2.1.0-py3-none-any.whl'
>
> Any reason for this to not be latest?

sorry for late reply. This isn't the latest because the latest one has much more constraints in requirement. For example, it requires downgrading cryptography and trio. On top of that, it also requires upgrading httpx, which is not possible.

[PATCH ipwhl-data 6/6] fastapi: init at 0.78.0 9 months ago

From Ngô Ngọc Đức Huy to ~cnx/ipwhl-devel

---
 .../fastapi/fastapi-0.78.0-py3-none-any.toml  | 55 +++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 pkgs/e8/fastapi/fastapi-0.78.0-py3-none-any.toml

diff --git a/pkgs/e8/fastapi/fastapi-0.78.0-py3-none-any.toml b/pkgs/e8/fastapi/fastapi-0.78.0-py3-none-any.toml
new file mode 100644
index 0000000..20935ab
--- /dev/null
+++ b/pkgs/e8/fastapi/fastapi-0.78.0-py3-none-any.toml
@@ -0,0 +1,55 @@
source = 'https://files.pythonhosted.org/packages/61/0f/427f0af121b226e62237e430f5bf4485e0ae1565b3f5b782613b59f30abc/fastapi-0.78.0-py3-none-any.whl'
content-id = 'QmWMBXwSxqzYGVhCfLXYni2Sjfprr6kynW5sy4rTzn8FnG'
requires-python = '>=3.6.1'
[message trimmed]

[PATCH ipwhl-data 5/6] starlette: init at 0.19.1 9 months ago

From Ngô Ngọc Đức Huy to ~cnx/ipwhl-devel

---
 .../starlette/starlette-0.19.1-py3-none-any.toml   | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 pkgs/d8/starlette/starlette-0.19.1-py3-none-any.toml

diff --git a/pkgs/d8/starlette/starlette-0.19.1-py3-none-any.toml b/pkgs/d8/starlette/starlette-0.19.1-py3-none-any.toml
new file mode 100644
index 0000000..7b29d2c
--- /dev/null
+++ b/pkgs/d8/starlette/starlette-0.19.1-py3-none-any.toml
@@ -0,0 +1,14 @@
source = 'https://files.pythonhosted.org/packages/f1/9d/1fa96008b302dd3e398f89f3fc5afb19fb0b0f341fefa05c65b3a38d64cf/starlette-0.19.1-py3-none-any.whl'
content-id = 'QmfJZLg8NK9qfKDwGNVmjX4LrJLu9RF4J6opB8HNtPu3Qi'
requires-python = '>=3.6'
[message trimmed]

[PATCH ipwhl-data 4/6] pydantic: init at 1.9.1 9 months ago

From Ngô Ngọc Đức Huy to ~cnx/ipwhl-devel

---
 pkgs/5c/pydantic/pydantic-1.9.1-py3-none-any.toml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 pkgs/5c/pydantic/pydantic-1.9.1-py3-none-any.toml

diff --git a/pkgs/5c/pydantic/pydantic-1.9.1-py3-none-any.toml b/pkgs/5c/pydantic/pydantic-1.9.1-py3-none-any.toml
new file mode 100644
index 0000000..343f698
--- /dev/null
+++ b/pkgs/5c/pydantic/pydantic-1.9.1-py3-none-any.toml
@@ -0,0 +1,10 @@
source = 'https://files.pythonhosted.org/packages/f3/88/78666bfe38d3a8aee75fbd2410ac6e26dfdd64585323c07648f387817c76/pydantic-1.9.1-py3-none-any.whl'
content-id = 'QmeT3DYxxUTfZqnrXyGCmUJk7aAfDCJdvtuhLidTfiukbw'
requires-python = '>=3.6.1'
[message trimmed]