Denis Kuzmin

Results 194 comments of Denis Kuzmin

all! what's included in the selected group by text cursor. We need to go in depth .. and see only the total capture for simple seeing what's captured with selected...

forgot., the non-captured words also need i.e. selecting words outside groups - [short illustration](https://drive.google.com/file/d/0B0-ygoNBOTDca1NHckV6WGNpYWM/edit?usp=sharing) ([words.mkv ~50Kb](https://drive.google.com/uc?id=0B0-ygoNBOTDca1NHckV6WGNpYWM))

regex-util contains many problem (used version released in ~2008-2009!) [\w illustration](https://drive.google.com/file/d/0B0-ygoNBOTDcTkZiQXpGTVUxbWc/edit?usp=sharing) ([w_&_w+.mkv ~82Kb](https://drive.google.com/uc?id=0B0-ygoNBOTDcTkZiQXpGTVUxbWc)) you trying with Java version ? on http://myregexp.com/signedJar.html ? "Online regex tester" on myregexp.com i don't know...

> I will fiddle with it this weekend. cool, thanks :) > This is much easier to do in java there shouldn't be difference > and much more efficient. may...

well, I think for a C functions (and C++ if used C linkage), it should be solved simply: Since more than one overloaded function is not possible at all: Compiler...

now, Conari will do it all automatically for C functions, e.g.: ``` csharp dlr.get_SevenStdCall() //-> _get_SevenStdCall@0 dlr.get_SevenFastCall() //-> @get_SevenFastCall@0 ``` done. :p C++ later...

You're right, *UnmanagedStructure* is marked as obsolete and planned to be removed in future major releases. Please note, modern *NativeStruct* provides several ways https://github.com/3F/Conari/wiki/Quick-start#conari-types For example, you don't need a...

> Sry, my bad, the code issue relied on smth else... forget this ticket! I see :) Just close it yourself if it's ok

> but since i have a feeling that it wont work like this Why? Did you try it? ```csharp ~ NativeStruct ns = new(instance); ``` *record struct* (*record* ie. records)...

by the way, actually *LayoutKind.Sequential* limitation is not really ... **FYI**, https://twitter.com/github3F/status/1317526371921502210