1vanK
1vanK
https://github.com/dviglo2d-learn/mini_games/actions/runs/11286031404/job/31389733189 ``` [ 98%] Building CXX object letalka/CMakeFiles/letalka.dir/src/app.cpp.o In file included from /home/runner/work/mini_games/mini_games/repo/entt/repo/src/entt/meta/container.hpp:19, from /home/runner/work/mini_games/mini_games/repo/entt/repo/src/entt/entt.hpp:45, from /home/runner/work/mini_games/mini_games/repo/letalka/src/app.hpp:6, from /home/runner/work/mini_games/mini_games/repo/letalka/src/app.cpp:1: /home/runner/work/mini_games/mini_games/repo/entt/repo/src/entt/meta/meta.hpp:825:82: warning: ‘meta_prop’ is deprecated: use meta_custom instead [-Wdeprecated-declarations] 825 |...
GCC 13, Clang 16, MinGW with `-Wall -Wextra -Wpedantic` ``` /home/runner/work/dviglo2d/dviglo2d/engine_repo/libs/third_party/stb/repo/stb_image_write.h: In function ‘int stbi_write_bmp_to_func(void (*)(void*, void*, int), void*, int, int, int, const void*)’: /home/runner/work/dviglo2d/dviglo2d/engine_repo/libs/third_party/stb/repo/stb_image_write.h:514:32: warning: missing initializer for member...
### Description The same project stopped compiling https://github.com/dviglo2d-learn/minimal_app/actions/runs/11765110312/job/33081717138 ### Platforms affected - [ ] Azure DevOps - [ ] GitHub Actions - Standard Runners - [ ] GitHub Actions -...
OS: Windows 10 Doxygen version: 1.9.6 Test: https://github.com/doxygen/doxygen/files/10479923/doxy_ALLOW_UNICODE_NAMES_bug.zip I have file named `Статья.md`. When `ALLOW_UNICODE_NAMES = NO` Doxygen generates ugly name for this file `md__xD0_xA1_xD1_x82_xD0_xB0_xD1_x82_xD1_x8C_xD1_x8F.html`, but link in `Related Pages`...
If this addon blocks the end of a video, the "ended" event does not raise. This breaks the work of such addons as https://addons.mozilla.org/en-US/firefox/addon/youtube-auto-shutdown/ Test video: https://www.youtube.com/watch?v=kwxtZeNCSzE
Please add the option "block audio only" for segments. This is needed when the video sequence is useful, and the ad is spoken only by audio
subj
``` 1>F:\my_games\dviglo2d\repo\third_party\external\nuklear\repo\nuklear.h(3719,37): warning C5054: operator '|': deprecated between enumerations of different types 1>(compiling source file '../../../repo/apps/nuklear_demo/src/app.cpp') 1>F:\my_games\dviglo2d\repo\third_party\external\nuklear\repo\nuklear.h(5622,47): warning C5054: operator '|': deprecated between enumerations of different types 1>(compiling source file...
stb_truetype does not support hinting and renders blurry font. ImGui allows to use FreeType: . It would be nice to have a similar feature in Nuklear.
[Unicode in path.zip](https://github.com/doxygen/doxygen/files/8090241/Unicode.in.path.zip) Solution method: * Use UTF-8 as internal Doxygen's encoding * For I/O operations converts to/from OS encoding (UTF-16 for Windows, Linux already uses UTF-8) For example if...