Logan King

Results 66 issues of Logan King

## Description The cursor anchor is not visualized correctly where it should be MOST OF THE TIME. ## Examples Cursor (line 3) shown **above** SECTION (lines 3-6) instead of inside...

Bug

Cursor anchor fails to show if cursor is after the last declaration of ``# SECTION``. This is regardless of if anchors are hierarchical. Declarations of ``# !SECTION`` don't seem to...

Bug

Depending on multi-display orientation, the search box will not be rendered on screen. This is with ``spyglass_22.7.4_amd64.AppImage`` on ``Manjaro`` Linux, using the ``Cinnamon`` desktop environment. So the search box appears...

bug
linux

This issue is similar to #23 but I believe a different bug is causing this. Outputted videos are shorter by usually only a few seconds. If I rip the audio...

``Texture2D::from_file_with_format()`` should return an Option or Result enum instead of ``panic!()``ing on failure.

Is there a function that returns the FPS that macroquad is attempting to render? I see [macroquad](https://docs.rs/macroquad/latest/macroquad/index.html)::[time](https://docs.rs/macroquad/latest/macroquad/time/index.html)::[get_fps](https://docs.rs/macroquad/latest/macroquad/time/fn.get_fps.html#) returns the current FPS. But that may be lower than target.

```rust loop{ load_texture("./test.png").await.unwrap(); } ``` The above rust code will continue to fill ram until it is exhausted. Is this a memory leak or am I supposed to manually deallocate...

after running ``pip install --ignore-installed --upgrade tensorflow-gpu==1.15.0`` I get: ``` ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1,...

### ImageMagick version 7.1.0-47 ### Operating system Linux ### Operating system, version and so on Arch Linux. Kernel: 5.15.63-1-lts ### Description running ``magick convert androm.psb androm.png`` fails after a couple...

**Describe the bug** After running `./start.sh`. The script fails with many errors. - At first it complains about `uvicorn` not being installed. which I manually installed with `sudo pacman -S...

bug