#кодеротбога
#кодеротбога
[Repeat](https://github.com/tdlib/td/issues/1830) ? Ver 1.8.47 Does not work (useTestDc as True). I used 9996625555 as phone number and sent 22222 as code. Dump: ```go state.CodeInfo: &{ meta:{Type: Extra: ClientId:0} PhoneNumber:9996625555 Type:&{...
```tsx ``` https://github.com/user-attachments/assets/78760bd9-b833-41a5-a035-d5a2a609e903
```go package main import ( "bytes" "io" ) func fn(out io.Writer) { if out != nil { out.Write([]byte("OK\n")) } } func main() { // case 1: detected var a *int...
If you slightly pull down a card for dragging, the horizontal mouse wheel causes trembling instead of the expected scroll. https://github.com/user-attachments/assets/34674fed-c212-4440-972d-e8b50040ae78
https://github.com/user-attachments/assets/396de0ea-78c8-41ae-8f3e-c1acd33eaf33
https://github.com/user-attachments/assets/3aee475c-a1f1-4cef-9481-cf4ed6f86aeb
`classNames('foo', true && 'bar'); // => 'foo bar'`
But it is already works for me: https://github.com/comerc/go-table-test-navigator
I need `-short` flag for "go.coverOnSave"
# Сравнение интерфейсов: семантические особенности Сравнивайте значения интерфейсов, только если вы уверены, что они содержат динамические значения сравниваемых типов. ```go func main() { var x any = []int{1, 2, 3}...