Shi Yan
Shi Yan
hope WTextEntry can accept a regexp as a validator, I want to implement a text field that accepts numbers only. also it would be nice to have a password field...
I need to perform some actions once a user hits enter within a WTextEntry, but I don't find an example for it and on_change doesn't seem to work either.
https://en.cppreference.com/w/cpp/language/friend the keyword "friend" is mistaken as a type_identifier for template functions. example: ```cpp template friend H AbslHashValue(H h, const RequestKey& key) {} ``` ``` translation_unit [1, 0] - [3,...
failed to parse the following code: ```cpp inline constexpr vk::SparseMemoryBindFlags operator|(vk::SparseMemoryBindFlagBits bit0, vk::SparseMemoryBindFlagBits bit1) noexcept __attribute__((always_inline)) { } ``` the current parser doesn't allow noexcept followed by __attribute__ ``` translation_unit...
I'm trying to implement an online playground for CindyJS. Users can type CindyScript in a text box, and I will run the code and show the result. But the fact...
[ik.zip](https://github.com/lauerfab/MLweb/files/3718535/ik.zip) The attached html file is an experiment of inverse kinematics. After a few iterations (by clicking the update button), the web browser will freeze in SVD calculation. Chrome says...
I have a feature request, if would be great if there are functions to calculate point to curve distance. Thanks!
**My Issue/Question:** I can't figure out how to programmatically dock a window to another. I have the following code which configures the global docking space. it works well: ```cpp static...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [X ] I am running the latest code. Development is very rapid so there are no...