Egor Pugin

Results 13 issues of Egor Pugin

Hi, I'd like to extend default location class, but when `%define api.location.type { MyLocation }` is provided, location.hh is not generated. Is it possible to add some option for such...

Current option allows to hide taskbar icon only while minimized.

https://core.telegram.org/bots/api-changelog#august-27-2018

api updates
in TgTypeParser
in Api

Probably there is some race in code when generating `_tmpnam` https://github.com/lexxmark/winflexbison/blame/master/flex/src/main.c#L1051 https://github.com/lexxmark/winflexbison/blob/master/flex/src/main.c#L1051 No issues on previous release. Two programs generate same filename, but they are not created the file yet....

Hi, Is it possible to improve as such? ``` using Student = message< field, field >; ``` Or another possible way with boost::pfr? ``` struct Student { field id; field...

enhancement

### I did this libcurl GET https://raw.githubusercontent.com/SoftwareNetwork/database/master//db.version ### I expected the following Everything worked ok for a long time. ### curl/libcurl version 7.85.0 ### operating system win11, native tls (schannel)...

TLS
Windows

See https://github.com/opencv/opencv/issues/18166

Hi, I'm working on new build system and package manager called sw: https://github.com/SoftwareNetwork/sw (3.5+ years mature) (https://github.com/cppan/cppan - first version implemented on top of cmake itfself) I've implemented build DSL...