Azq2
Azq2
``` ``` Code for reproduce: ```C #include #include #include #include void dumper(myhtml_tree_node_t *node, size_t level) { while (node) { for (size_t i = 0; i < level; i++) fprintf(stderr, "...
На входе: ``` .ico_cats { display: inline-block; background: transparent url('ico_cats.png?r=363bf') no-repeat; width: 16px; height: 16px; } .ico_soo { display: inline-block; background: transparent url('ico_soo.png?r=ff88a') no-repeat; width: 16px; height: 16px; } .ico_mail...
**Describe the bug** Sometimes when i type any emoji (with stickers suggestions) tab hangs and after some time crashed with error "Error code: SIGILL" **To Reproduce** 1. Type any emoji...
**Is your feature request related to a problem? Please describe.** I tried to use this client on localhost with CSP headers, but wasm not works without 'unsafe-eval' App works, but...
# Description This is experimental support for DDR dynamic frequency changing for Allwinner H3. It based on: - https://github.com/smaeul/u-boot/commits/patch/h3-dram-devfreq - https://github.com/smaeul/linux/commits/wip/devfreq-a83t - Discussion on linux-sunxi listing: https://lore.kernel.org/linux-sunxi/CAKAF0m_6C68ox5z-NX1D6rjREgiySmSdxcda-KRvyehZssD5OQ@mail.gmail.com/T/#t - My fixes...
I'm trying to use WiFi P2P group owner on this driver, but my p2p access point looks like regular access point and not listed in "WiFi Direct" list on Android...
drawRoundedRect with x1 = 10, x2 = 10, y1 = 132-10, y2 = 176-10, radius = 10 Expected result:  But actual: 
Please, remove examples from root CMakeLists.txt, because it's broke build process: ``` example_blocks_3d_raster.cpp:(.text+0x1323): undefined reference to `SDL_Init' /usr/bin/ld: example_blocks_3d_raster.cpp:(.text+0x1353): undefined reference to `SDL_CreateWindow' /usr/bin/ld: example_blocks_3d_raster.cpp:(.text+0x1373): undefined reference to `SDL_CreateRenderer' /usr/bin/ld:...
There is possible to separate `radius` parameter for two `radius_x` / `radius_y`? Like in drawRoundedRect() in QT.
Fixing issue #223. This done by dynamic linking between HTML nodes and components. Of course, this is a hacky and bad workaround. But, I think, it is better than, broken...