Vladislav

Results 4 issues of Vladislav

- Have some amount commits. - 066e8ab (HEAD -> test, origin/test, origin/dev, dev) #29938 - 30cefb5 #29937 - 44dd3c1 #29933 - db61f14 #22223 - c1f3d14 #29844 - 08d2a2d #29844 First...

enhancement
question

Help please with save Drawable into file. get drawable ``` pixmap = gdk.NewPixmap(drawingarea.GetWindow().GetDrawable(), allocation.Width, allocation.Height, 16) gc = gdk.NewGC(pixmap.GetDrawable()) ``` add image from pixbuf ``` pixmap.GetDrawable().DrawPixbuf(gc, pixbuf, 0, 0, 0,...

``` defaulsearch.o: In function `bool boost::regex_match(__gnu_cxx::__normal_iterator, __gnu_cxx::__normal_iterator, boost::match_results&, boost::basic_regex const&, boost::regex_constants::_match_flags)': defaulsearch.cpp:(.text._ZN5boost11regex_matchIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISB_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SJ_RNS_13match_resultsISJ_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsE[_ZN5boost11regex_matchIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS_9sub_matchISB_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SJ_RNS_13match_resultsISJ_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsE]+0xfd): undefined reference to `boost::re_detail::perl_matcher::construct_init(boost::basic_regex const&, boost::regex_constants::_match_flags)' collect2: error: ld returned 1 exit status Makefile:295: recipe for target 'mutate'...

nginx.conf ``` client_max_body_size 100m; ``` dont work for me before i move it to SERVER section.