Egor Suvorov

Results 35 issues of Egor Suvorov

Мелочь, навеянная вот этим вопросом на SO: https://stackoverflow.com/questions/48613758/using-vs-typedef-is-there-a-subtle-lesser-known-difference [`dcl.typedef`/2](https://eel.is/c++draft/dcl.typedef#2) сообщает, что `using A = struct {};` и `typedef struct {} A;` должны быть эквивалентны: > A typedef-name can also be...

C++23-ru-comment

See https://github.com/neondatabase/neon/actions/runs/3104520077/jobs/5029248610 Moreover, I'm unable to understand what's the actual test error is. I've only found the following part in GitHub logs and it does not have any warnings or...

t/bug
s/help_wanted
a/test

## Steps to reproduce 1. Build neon 2. Run `make neon-pg-ext` ## Expected result There are no `gcc` commands in the input as no files has been changed. ## Actual...

t/bug

See https://github.com/neondatabase/neon/pull/1856#discussion_r889299407

a/test
m/good_first_issue
c/storage

Под виндой точно собирается. По внешним признакам работает и что-то вычисляет и выводит. Исходно думал, что "выделить" в задании используется в смысле "выделить кусок и сохранить в отдельное изображение, дальше...

Consider the following example: ```rust use http::Uri; use std::collections::HashSet; use lazy_static::lazy_static; fn main() { // Clippy thinks that `Uri` has interior mutability and yields a warning let _a: HashSet =...

### Checklist - [x] I am reporting an issue in existing functionality that does not work as intended - [x] I've searched for existing [GitHub issues](https://github.com/telegrammessenger/Telegram-iOS/issues) ### Description Behavior between...

bug

### Does the feature exist in the most recent commit? No ### Why do we need this feature? If there is a crash/access violation or other SEH exception in a...

enhancement