La vaguelette

Results 9 issues of La vaguelette

The URL [https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.11.0%2Bcu111.zip](https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.11.0%2Bcu111.zip) is AccessDenied now. An upgrade to `cu113` is necessary.

Update URL of the mirror.

Update address of the mirror in China.

shadowsocks-rust implies it [in this way](https://github.com/shadowsocks/shadowsocks-rust/blob/master/crates/shadowsocks/src/net/sys/unix/mod.rs): ```rust let socket: tokio::net::UdpSocket; if let Some(mark) = opts.fwmark { let ret = unsafe { libc::setsockopt( socket.as_raw_fd(), libc::SOL_SOCKET, libc::SO_MARK, &mark as *const _ as...

stale

…t sosistab2. Remember to change `geph4-protocol = { git = "https://github.com/lithedress/geph4-protocol" }` in cargo.toml back.

```rust #[derive(Serialize, Deserialize)] struct Foo { e: E, } #[derive(Serialize, Deserialize)] enum E { A(Foo1) } #[derive(Serialize, Deserialize)] struct Foo1 { f: String, } let f = Foo { e:...

enhancement
help wanted

According to [OWL2 Primer](https://www.w3.org/TR/owl2-primer/#Property_Cardinality_Restrictions), Functional-Style Syntax ```owl ClassAssertion( ObjectExactCardinality( 3 :hasChild :Parent ) :John ) ``` is valid, and is equal to Turtle Syntax ```owl :John rdf:type [ rdf:type owl:Restriction...

Jetbrains has updated their IDEs to use new icons, which are round. However, deb packages in this PPA still include the old polygonal icons. ![rustrover](https://github.com/user-attachments/assets/682a4b7d-78c6-4041-9bf9-28cbebfa76ee)