-
Currently we can close gossip menu only manually by using SAI action or in CPP scripts.
But it can be done in other way, like this:
> action_menu_id
If you want to create a sub-menu, this is the …
-
It is often convenient to describe transformations in terms of functions, especially when dealing with several transformations that can be written as compositions of more basic ones. Currently, Conju…
-
> When I am in the collection on mobile, after a few searches in the searchbar, the collection stops displaying all of the cards or only some. This is on android
User was editing a deck in portrait…
-
# Issues with rust-analyzer server config
Mostly all of the problems related to c++ and rust have been solved with the latest commits, but there a few new problems with the rust-analyzer server con…
-
I have a homomorphic 15x15 grid cipher I would like to solve that has a likely partially reused key. The reused key would solve about ~27 of the ~53 characters in the alphabet, but there is likely an …
-
A core part of Au's philosophy is "no preferred units". So when we subtract, say, MPH from KPH, the result is labeled as essentially "the common unit of MPH and KPH": `COM[km / h, mi / h]`.
I thin…
-
https://github.com/ihciah/shadow-tls
https://v2ex.com/t/875975
> Trojan 将 payload 基于一个伪装的 TLS 连接承载,但它部署起来略微麻烦,主要在于需要证书签发上;并且最近中国部分地区开始采用域名白名单策略,这种方式不再适用了。
>Trojan bases the payload on a disguis…
-
## What happened?
When creating a new request with `httpclient.WithRawRequestBodyProvider`, calling request.GetBody() from middleware resulted in a panic due to request.GetBody being nil.
Test rep…
-
When we create a route with a number at the beginning
```
❯ bud new controller 1 index
| 1:9: expected 'IDENT', found 1
```
The controller is not generated but the view is.
```
view/
├── 1
│ …
-
Right now, it just says TODO ask Mark.
https://github.com/palantir/conjure/blob/develop/docs/spec/wire.md#behaviour
I think the whole point of supporting unknown variants was that they round trip …