jiang1997

Results 17 comments of jiang1997

I'd like to take on this issue.

Am I supposed to implement this using ``winapi``? I found that you plan to switch from ``winapi`` to ``windows``.

There are multiple functions that either change the element of cf_hs_ or cause cf_hs_to to reallocate. For thread safety, I simply use std::mutex to prevent accessing cf_hs_ simultaneously. Is there...

## Use case https://skywalking.apache.org/docs/skywalking-python/next/en/setup/faq/how-to-use-with-uwsgi/ But start the application by cli as showd below ``` sw-python run uwsgi --die-on-term \ --http 0.0.0.0:5000 \ --http-manage-expect \ --master --workers 3 \ --enable-threads \...

> `RLIKE` keyword is not supported by sql parser yet, you can just working on the `regexp_like` udf function here. Feel free to discuss Thanks. Actually, I'm also interested in...

> @jiang1997 thank you for your contribution. It seems you are still working on it, we suggest you convert it to draft first? Let us know when you are ready...

@aceforeverd > > > `RLIKE` keyword is not supported by sql parser yet, you can just working on the `regexp_like` udf function here. Feel free to discuss > > >...

I encountered an issue. With the regex of STL, there is a feature that can't be implemented in the normal way. refers to https://docs.snowflake.com/en/sql-reference/functions-regexp.html#label-regexp-parameters-argument Parameter | Effect -- | --...

@aceforeverd Yea, I thought so too at first. Below description is quoted from this link https://en.cppreference.com/w/cpp/regex/basic_regex. ``` At most one grammar option must be chosen out of ECMAScript, basic, extended,...

> > @aceforeverd Yea, I thought so too at first. Below description is quoted from this link https://en.cppreference.com/w/cpp/regex/basic_regex. > > ``` > > At most one grammar option must be...