Trung Nguyen

Results 135 comments of Trung Nguyen

> No plans to do this at this time I respect the decision of your team. > this source is still part of the Windows OS codebase and is likely...

Hiện tại trong bộ dữ liệu của mình có bao gồm mục Tự hình, bạn xem trong lớp `HvresMeaningVariantImg`. Tuy nhiên, dữ liệu này chỉ ở dạng đường dẫn, ví...

Một giải pháp khác, nếu bạn chỉ làm ứng dụng hoặc trang web khác để học Tự hình, có thể dùng đường dẫn mình lấy được để tải ảnh trực...

Related: #10727 This port was built from the ground up and currently only supports `x86_64`. Most of the code is architecture-independent though, so `x86` support (not `x86_gcc2`, definitely not) may...

> what about upstream status? I think what @kenmays meant wat that GDB 6.3 on the "upstream" HaikuPorts was good enough for `x86_gcc2`, but the HaikuPorts version of GDB did...

> When i apply this fix the selected color seems too dark when the theme is on light and if you change it back and forth from dark/theme then its...

A fix has been implemented [here](https://github.com/trungnt2910/wpfui/commit/fee40def25d652ef5ecb87712d8d0180678d71bb), but someone will need to clean it up and open an actual PR. Feel free to use that code in your own fork long...

A workaround is to use `gorm.Expr` to effectively do SQL injection into your own query: ```go db.Raw(` SELECT id, name, to_tsvector('english', name) ? plainto_tsquery('english', ?) as matches FROM users `,...

Please also upvote #12922. From my experience it is probably impossible to include `lxcore.sys` in this repo. The main issue is not the thing being part of the Windows _image_,...

`lxcore.sys` is a different beast. Just look at [this header](https://github.com/trungnt2910/lxmonika/blob/master/lxmonika/include/pico.h) to have an overview of how many private structures and functions something that does a _tiny_ fraction of `lxcore.sys`'s work...