Lucas Aschenbach

Results 11 issues of Lucas Aschenbach

The terminal font-size now respects the system level font-size and dynamically adjusts as the system level font scaling changes. (All tests passed.)

### Issue When changing the window height with the cursor at the bottom most portion of the viewport, the terminal would keep pushing the cursor down, even after exceeding the...

SliverAlign is a simple widget which sets its scrollExtent as a fraction of that of its child and then aligns its child within itself along the scroll axis as specified....

I noticed that you have implemented a function `isConnected` which is really useful, but it has not yet been published to [pub.dev](https://pub.dev/packages/ssh).

Sometimes its useful to be able to set a pixel margin from the top of the snapping sheet; for instance to avoid safe-area infringement. This PR adds a `snappingPositionAnchor` argument...

Entering the 'c' character into the search query would exit the process unexpectedly. I've replaced the 'c' escape sequence with the escape key and moved the logic into the main-folder...

The TextInputClient behaves differently with respect to how it sets the composing range on different platforms. Unlike other platforms, Android always sets the composing range around the entire current word....

For a `Fun` with roots in its domain, division fails with the error message: ``` ERROR: MethodError: no method matching setdomain(::PiecewiseSpace{Tuple{Chebyshev{ChebyshevInterval{Float64}, Float64}, JacobiWeight{Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}, IntervalSets.ClosedInterval{Float64}, Float64, Int64}, JacobiWeight{Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}, IntervalSets.ClosedInterval{Float64},...

This PR adds an `apple_silicon_flag` to the build function in `build.jl` to automatically opt into building locally when called on AppleSilicon hardware. Similarly, the `loadODESolvers()` function now looks for local...

## Description The current implementation of `hash_to_field`, specifically `os2ip`, is not compatible with the official [RFC specification](https://www.rfc-editor.org/rfc/pdfrfc/rfc8017.txt.pdf) (4.2, p. 12). This pull request updates the implementation of `os2ip` to be...