Ben Burdette

Results 44 issues of Ben Burdette

### Summary Using :o to open a file. The desired filename is present, but without its terminating number '2'. ### Reproduction Steps Opening a file, it appears there are two...

C-bug

I'm getting posts now, but actix is returning a 400. Maybe post data is left off? ``` INFO 2023-06-22T14:52:35Z: tracing_actix_web::root_span_builder: HTTP request; http.method=POST http.route=/user http.flavor=1.1 http.scheme=http http.host=10.0.0.85:8010 http.client_ip=10.0.0.85 http.user_agent=Mozilla/5.0 (Linux;...

I wanted to see the UI for the upload examples, but they're still on 0.19.0. Updated to 0.19.1 and the examples seem to work fine, just had to add `module`...

Is there a list of keyboard bindings anyplace? Would like to use keypresses to control it from my USB foot pedal. Thx!

### Describe the bug Trying to upgrade my app to beta-14; `cargo tauri android build --apk -t armv7` fails with libxml2.so.2 not found: ``` = note: /nix/store/sqixlxw21vzkwg4sdyz5r73ywpsancjs-androidsdk/libexec/android-sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/linux-x86_64/bin/ld.lld: error while loading...

type: bug
status: needs triage

## Describe the bug I was going to make a search-and-replace utility, but it looks like the template document doesn't survive reading and writing. ## Reproduced step Here's how far...

bug

I'm trying to add rust-nightly-nix to my configuration.nix, but its not working for me. What am I doing wrong? I tried this in my configuration.nix: ``` # Edit this configuration...

The first thing I did with this was run it on my phone photos folder, just to see what the output looked like. That's 9673 images. The result was my...

currently got some error handling code around which is duplicated across projects. either extract and put into a lib, or move to a more mainstream method. Also fix the myriad...

In firefox there is a bug where key events are all zeroes. Too bad because I want to make a text control where each key you type is sent down...