-
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…
-
@rudolph-git-acc and @mariotrevi
Few days back, I had noticed in the fourth thread at Prof. Tao's blog you were focused on the Ceff term, and improving Ht precision at smaller values of x, while I …
-
**Notice by @rricard:** This issue is now only open to discuss the following alternatives: `#{ }`/`#[ ]`, `@{ }`/`@[ ]`, ~~`{| |}`/`[| |]`~~ or `{| }`/`[| ]`
---
_Original issue text:_
Most p…
-
I understand the general rule does not use `snake_case` for function. Why do `eql_slice_u8` and `hash_slice_u8` break this rule?
-
Hello, first thanks for this very great theme!!
it seems that I am having trouble having was profile to show, here is my config
(I am new to powerlevel10k, so I don't really know what to add, ask …
-
Vulnerable Library - webpack-4.44.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: 7f99c836ea749efa113ef0ccdc60bfe4cbbfa856
## Vulner…
-
The goal of this proposal is to introduce the support of context-dependent declarations in Kotlin, which was initially requested under the name of "multiple receivers" ([KT-10468](https://youtrack.jet…
-
What is the MQTT json payload supposed to look like to map to the device file? I tried variations of the following with no luck.
{
"dataItemId": "avail",
"value": "AVAILABLE"
}
I see the…
-
### Describe your issue
Add href `Click to Download myFileJS` to non-existent file on page, and click on url wikidocs download a myFile.js file with next content
```js
…
-
The interface [`LanguagConfiguration`](https://github.com/microsoft/vscode/blob/a7d49b0f35f50e460835a55d20a00a735d1665a3/src/vscode-dts/vscode.d.ts#L5731) should add/expose `autoClosingPairs` so that …