-
我的代码
```go
cfg := &promptx.SelectConfig{
ActiveTpl: "» {{ .Type | cyan }} ({{ .ENDescription | cyan }})",
InactiveTpl: " {{ .Type | white }} ({{ .ENDescription | white }})",
SelectPromp…
-
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.18beta1 windows/amd64
### Does this issue reproduce with the latest release?
Yes (1.18 beta)
### W…
-
**Describe the new feature you think would be good to add**
### **Description**
Varistraria is a World War II tank-themed dimension with gray smoke-like clouds that stand out in a Somme-like atmosph…
-
# Lines of code
https://github.com/code-423n4/2022-05-runes/blob/060b4f82b79c8308fe65674a39a07c44fa586cd3/contracts/ForgottenRunesWarriorsMinter.sol#L564
https://github.com/code-423n4/2022-05-runes/b…
-
Given the below Custom Weakness RE, a Strike with property runes (say, cold, electricity, force) will add the Weakness 4 times.
```json
{
"definition": [
"action:strike"
],
"key": "W…
-
Is there a way to pass some custom state to a native function?
For example, I would like to run some Rune in the context of an SQL transaction. However, creating a new Rune `RuntimeContext` for eve…
-
Find somewhere to pull current data related to Monsters, Runes, Etc.
-
### What version of Go are you using (`go version`)?
`go version go1.7 windows/amd64`
### What operating system and processor architecture are you using (`go env`)?
```
set GOARCH=amd64
set GOBIN=
s…
Kroc updated
4 months ago
-
@brandtbucher:
> ...one could write `from (x):` if there are no captures, or `from (x) -> (y, z):` to have every occurrence of `y` or `z` in a match be a value capture.
@gvanrossum:
> This looks …