-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…
-
This is an issue that's meant to be a place where we can consolidate some of the discussions around several issues raised regarding the name of the project/binary.
Namely https://github.com/opentff…
-
I am using rustls 0.21.7 on MacOS 13.5.2 to make a TLS request to `chat.openai.com:443`:
```
use std::io::{Read, Write};
use std::{sync::Arc, net::TcpStream};
use rustls::{Certificate, RootCertS…
-
微博内容精选
-
I think it would be most appropriate to incorporate the capability of the program [Open in Browser](https://github.com/Rob--W/open-in-browser) into metablocks as follows:
```
// @filetype text/xml…
-
BPO | [36021](https://bugs.python.org/issue36021)
--- | :---
Nosy | @pfmoore, @vstinner, @tjguk, @zware, @eryksun, @zooba, @matrixise, @JulienPalard
PRs | python/cpython#11931
*Note: these values ref…
-
When I run `stack install haskell-dap ghci-dap haskell-debug-adapter --system-ghc`, it will stuck when compiling fsnotify.
The last line of output is 'fsnotify > win-src\System\Win32\File…
-
Location: [Libera.chat, #monero-community](https://libera.chat/) | [Matrix](https://matrix.to/#/#monero-community:monero.social?via=matrix.org&via=monero.social)
[Instructions for joining the moner…
-
When I try to launch the engine, it now errors out with the fallowing message.
failed to compile #version 150 core
//vertex position
in vec2 vert;
//pass through to fragTexCoord
in vec2 ver…
-
## What is the output when you execute the `go version` command?
$ go version
go version go1.20.6 windows/amd64
## What is the output when you execute the `go env` command?
go…