Lucas Aschenbach

Results 8 comments of Lucas Aschenbach

Thanks for the review! As for modifying the paint origin: After testing the widget with SliverPinnedHeader, I don't think we should set the child's paint origin to match the top...

This might be related to #140. Is there any progress on this issue?

Has there been progress on this issue? I'm still experiencing the same issue, unfortunately. ``` Julia 1.8.5 VSCode 1.74.3 (Universal) Julia Language Support ext 1.38.2 ``` (Hover help doesn't work...

I don't know what changed but go to definition works now on my setup, both in `*.jl` and `*.ipynb` files. ``` Julia version 1.8.5 VSCode version 1.77.3, 704ed70d4fd1c6bd6342c436f1ede30d1cff4710, arm64 Julia...

I just tested the text input with a Chinese keyboard on Android and it worked fine without the composing range. Apparently, Android has a separate composing buffer for Chinese keyboards...

For anyone encountering this issue: Setting the `obscureText` property in the [TextInputConfiguration](https://github.com/TerminalStudio/xterm.dart/blob/8949d2ef862844d961d67f1c9fc86d4e27d227b3/lib/src/ui/custom_text_edit.dart#L163) to `true` should serve as an easy temporary fix. However, this fix merely disables text composition and therefore...

When dividing by a `Fun`, ApproxFun first transforms the domain to the canoncial domain of the associated space. If the divisor has roots, the domain is split at the roots...

I've just created a pull request #18 fixing this issue. Now, the escape key is used for exiting the process instead.