Mark Blakeney

Results 31 issues of Mark Blakeney

The file available at https://raw.githubusercontent.com/indygreg/python-build-standalone/latest-release/latest-release.json is supposed to point to the latest release but I notice that it currently points to 20240725 which is in prelease. It should point to...

bug

I updated my Arch laptop today and got update `fwupd 1.9.25-1 -> 2.0.0-1`. See the annotated comments on the commands below: ``` ### Do a refresh/update: $ sudo fwupdmgr refresh...

bug

If a completion/suggestion popup appears when entering text using vim mode in Marimo, then the first escape just clears the suggestion and stays in insert mode. Sometimes. due to timing,...

bug
good first issue (typescript)

### Describe the bug I implemented the same SPA app in Streamlit and Marimo using multiple page views selected from a sidebar. A trivial marimo notebook is included below. In...

bug

Latest version on crates.io is [0.4.6](https://crates.io/crates/leetcode-cli). Latest version here is [0.4.5](https://github.com/clearloop/leetcode-cli/releases). I maintain the Arch [AUR package](https://aur.archlinux.org/pkgbase/leetcode-cli/) and got flagged for an out of date version but I rely on...

I added [pathlib.walk()](https://docs.python.org/3/library/pathlib.html#pathlib.Path.walk) to my code and expected vermin to flag the updated code as requiring 3.12 minimum but it did not change from my previous 3.8 minimum. Version is...

question

### Describe the Bug `pyrefly` will not check a python file/script unless it has a python extension, e.g: ```sh $ pyrefly check myscript No Python files matched pattern `/home/mark/myprog/myscript` ```...

Every time I start neovide I get the following error message reported: ``` $ neovide ERROR [neovide::settings::config] Could not watch config file, chances are it just doesn't exist: No such...

bug

Glider is my favored Android app for Hacker News but I see it has been removed from the Google Play store. Is it not maintained any more?

One basic operation I struggle to be without is the `U` operator to undo all changes on the current line. Can that be added? That operator exists in all other...