Jeong, YunWon

Results 850 comments of Jeong, YunWon

Gureum is most popular 3rd party Korean input method https://github.com/Gureum/Gureum A toy project to pass commited sentences to system TTS: https://github.com/youknowone/parrotim

Hi, by watching this thread for years, I think we InputMethodKit users need a slow, slack, but working community. @ShikiSuen launched InputMethodKit subreddit a few minutes ago. Please visit here....

Fixed it, but still failing for Rust 1.15

Will anyone confirm this is a mergable approach or not?

Do you think splitting `parse` to 4 sub functions can be a proper approach? Any suggestion or contribution will be welcome

I don't have a concrete idea yet. This was another thought #3839 The most basic question is: can we use something other than openssl? This library seemed like we could...

maybe missing implementation in this file? https://github.com/RustPython/RustPython/blob/main/vm/src/frame.rs#L977-L1047

Checked how it compiled ```python >>> import ast >>> top = ast.parse('(await asyncio.sleep(1) for _ in [1])') >>> ast.dump(top.body[0]) "Expr(value=GeneratorExp(elt=Await(value=Call(func=Attribute(value=Name(id='asyncio', ctx=Load()), attr='sleep', ctx=Load()), args=[Constant(value=1)], keywords=[])), generators=[comprehension(target=Name(id='_', ctx=Store()), iter=List(elts=[Constant(value=1)], ctx=Load()), ifs=[],...

How about this kind of approach? ```diff diff --git a/compiler/codegen/src/compile.rs b/compiler/codegen/src/compile.rs index 993de0f82..9f59cbd4a 100644 --- a/compiler/codegen/src/compile.rs +++ b/compiler/codegen/src/compile.rs @@ -883,7 +883,7 @@ impl Compiler { statement.location(), )); } - self.compile_expression(v)?;...

I only renamed the test file to be aligned with `syntax_async.py`